edk2/DynamicTablesPkg/Drivers
Pierre Gondois 771b452507 DynamicTablesPkg: Add GetMetadataRoot() cb to DynamicTableFactory protocol
The newly added MetadataObjLib allows to store information either:
- generated by the DynamictTablesPkg framework
- provided by a ConfigurationManager
- parsed from another source of information

This information might be subject to validation/verification.
This step can only be done once the firmware tables generated
by the DynamictTablesPkg have been generated.

Add a new GetMetadataRoot() callback to the
EDKII_DYNAMIC_TABLE_FACTORY_PROTOCOL. This callback allows
to fetch the Metadata Root, allowing to access all the Metadata
information generated. This Metadata is then validated by the
DynamicTableManagerDxe.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
2025-06-11 12:24:35 +00:00
..
DynamicTableFactoryDxe DynamicTablesPkg: Add GetMetadataRoot() cb to DynamicTableFactory protocol 2025-06-11 12:24:35 +00:00
DynamicTableManagerDxe DynamicTablesPkg: Add GetMetadataRoot() cb to DynamicTableFactory protocol 2025-06-11 12:24:35 +00:00