]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: FdtHwInfoParser: CM Object descriptor helper
authorPierre Gondois <Pierre.Gondois@arm.com>
Thu, 9 Dec 2021 09:31:55 +0000 (10:31 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 14 Dec 2021 16:07:00 +0000 (16:07 +0000)
commitd59c5a20f8c3a9936ef8043c5a935d1577d0ae64
tree8e68f8d3d32a0a435d769a3d71877c7981593cc8
parent90ad4b3b3428deb4a38d7590b20dcfe2ba6c94b6
DynamicTablesPkg: FdtHwInfoParser: CM Object descriptor helper

FdtHwInfoParserLib is an instance of the HwInfoParser. The
FdtHwInfoParser parses a platform Device Tree and populates
the Platform Information repository with Configuration
Manager objects that describe the platform hardware.
These Configuration Manager objects are encapsulated in
Configuration Manager Object Descriptors.

Therefore, add helper functions to create and free the
Configuration Manager Object descriptors.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/FdtHwInfoParserLib/CmObjectDescUtility.c [new file with mode: 0644]
DynamicTablesPkg/Library/FdtHwInfoParserLib/CmObjectDescUtility.h [new file with mode: 0644]