]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Add Configuration Manager Object parser
authorSami Mujawar <sami.mujawar@arm.com>
Thu, 30 Sep 2021 07:48:17 +0000 (08:48 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 1 Oct 2021 10:57:43 +0000 (10:57 +0000)
commit96e006b37ee8d3b3fe9f2a59e183bfd59e35a551
tree757577ba57fcbd91ed1ad6318305d1c19d7e5cdd
parent72ab55255478a8c87f670e12d9e4475279759137
DynamicTablesPkg: Add Configuration Manager Object parser

The Platform information repository in the Configuration Manager
may be dynamically populated, for e.g. by a Hardware Information
Parser like FdtHwInfoParser. In such cases it is useful to trace
the CM objects that were populated by the parser.

Therefore, introduce helper functions that can parse and trace
the Configuration Manager Objects.

Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
DynamicTablesPkg/Include/Library/TableHelperLib.h
DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.c [new file with mode: 0644]
DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.h [new file with mode: 0644]
DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf