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>
This commit is contained in:
committed by
mergify[bot]
parent
72ab552554
commit
96e006b37e
@@ -107,4 +107,14 @@ FindDuplicateValue (
|
||||
IN PFN_IS_EQUAL EqualTestFunction
|
||||
);
|
||||
|
||||
/** Parse and print a CmObjDesc.
|
||||
|
||||
@param [in] CmObjDesc The CmObjDesc to parse and print.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
ParseCmObjDesc (
|
||||
IN CONST CM_OBJ_DESCRIPTOR * CmObjDesc
|
||||
);
|
||||
|
||||
#endif // TABLE_HELPER_LIB_H_
|
||||
|
Reference in New Issue
Block a user