]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Standard NameSpace Objects
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 11:57:13 +0000 (11:57 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:29 +0000 (10:37 +0000)
commit6872900e121a0aedfaa344c8bdbed0565e8482e3
treed6dfa110271a20ad1573b46dd89a2f0fc4a51e49
parent0d9675a1bcf54b8daaae7d3b3b1699d40a83d6ea
DynamicTablesPkg: Standard 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 standard
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/StandardNameSpaceObjects.h [new file with mode: 0644]