[PATCH 2/2] sbbr: adjust signature name for MADT
Erico Nunes
ernunes at redhat.com
Thu Jun 24 18:41:03 UTC 2021
The Multiple APIC Description Table (MADT) is a required table in SBBR
version 1.2, but it is present with the signature "APIC" rather than
"MADT".
Adjust the signature name so it doesn't report failure in compliant
systems.
Signed-off-by: Erico Nunes <ernunes at redhat.com>
---
src/sbbr/acpitables/acpitables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
index 20b50c1f..d124ee08 100644
--- a/src/sbbr/acpitables/acpitables.c
+++ b/src/sbbr/acpitables/acpitables.c
@@ -201,7 +201,7 @@ static const char *mandatory_acpi_tables[] = {
"XSDT",
"FACP",
"DSDT", /* SSDT is optional */
- "MADT",
+ "APIC", /* MADT */
"GTDT",
"DBG2",
"SPCR",
--
2.31.1
More information about the fwts-devel
mailing list