]> git.proxmox.com Git - mirror_edk2.git/commitdiff
DynamicTablesPkg: Update CmObjParser for MinorRevision
authorPierre Gondois <pierre.gondois@arm.com>
Mon, 10 Oct 2022 09:20:48 +0000 (11:20 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 31 Oct 2022 12:32:32 +0000 (12:32 +0000)
commit 0d23c447d6f5 ("DynamicTablesPkg: Add support to specify FADT
minor revision")
adds new 'MinorRevision' field to CM_STD_OBJ_ACPI_TABLE_INFO.
Reflect the change in this patch to the CmObjectParser.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.c

index 1204ebb6ab3ead3129e9a7e3e4bd878bc11428a0..fe5908f4d33dd9f77326ee773aa5f85147eaefee 100644 (file)
@@ -639,7 +639,8 @@ STATIC CONST CM_OBJ_PARSER  StdObjAcpiTableInfoParser[] = {
   { "TableGeneratorId",   sizeof (ACPI_TABLE_GENERATOR_ID),       "0x%x",   NULL },\r
   { "AcpiTableData",      sizeof (EFI_ACPI_DESCRIPTION_HEADER *), "0x%p",   NULL },\r
   { "OemTableId",         8,                                      "0x%LLX", NULL },\r
-  { "OemRevision",        4,                                      "0x%x",   NULL }\r
+  { "OemRevision",        4,                                      "0x%x",   NULL },\r
+  { "MinorRevision",      1,                                      "0x%x",   NULL },\r
 };\r
 \r
 /** A parser for EStdObjSmbiosTableList.\r