summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2021-09-30 08:48:17 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-01 10:57:43 +0000
commit96e006b37ee8d3b3fe9f2a59e183bfd59e35a551 (patch)
tree757577ba57fcbd91ed1ad6318305d1c19d7e5cdd /DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
parent72ab55255478a8c87f670e12d9e4475279759137 (diff)
downloadedk2-96e006b37ee8d3b3fe9f2a59e183bfd59e35a551.tar.gz
edk2-96e006b37ee8d3b3fe9f2a59e183bfd59e35a551.tar.bz2
edk2-96e006b37ee8d3b3fe9f2a59e183bfd59e35a551.zip
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>
Diffstat (limited to 'DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf')
-rw-r--r--DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf2
1 files changed, 2 insertions, 0 deletions
diff --git a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
index 5435f74aa0..abbf4bc38c 100644
--- a/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
+++ b/DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
@@ -15,6 +15,8 @@
LIBRARY_CLASS = TableHelperLib
[Sources]
+ ConfigurationManagerObjectParser.c
+ ConfigurationManagerObjectParser.h
TableHelper.c
[Packages]