]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Arm NameSpace Objects
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 11:58:07 +0000 (11:58 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:29 +0000 (10:37 +0000)
commit26147c77026f775966481b619a718fbb02ae9e1b
tree3a3f6673ef260f211fd83a4cbdb492ffd5d3f261
parent6872900e121a0aedfaa344c8bdbed0565e8482e3
DynamicTablesPkg: Arm NameSpace Objects

The dynamic tables frameworks core communicates with the
platform specific implementation using the configuration
manager protocol interface. The dynamic tables framework
core uses this interface to retrieve information required
for generating the firmware tables. This information is
represented in the form of objects, which are classified
as standard namespace objects, Arm namespace objects or
as Custom/OEM namespace objects.

This patch introduces the definitions for the Arm namespace
objects.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
DynamicTablesPkg/Include/ArmNameSpaceObjects.h [new file with mode: 0644]