[PATCH 1/2] sbbr: remove SSDT from mandatory list

Erico Nunes ernunes at redhat.com
Thu Jun 24 18:41:02 UTC 2021


According to the SBBR version 1.2, section 4.2.1.4 DSDT and SSDT:

  Secondary System Description Table (SSDT), ACPI ยง 5.2.11.2.

  This table is optional. One or more of this table can be used to
  provide additional definition blocks if necessary.

Signed-off-by: Erico Nunes <ernunes at redhat.com>
---
 src/sbbr/acpitables/acpitables.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
index 3a378e03..20b50c1f 100644
--- a/src/sbbr/acpitables/acpitables.c
+++ b/src/sbbr/acpitables/acpitables.c
@@ -200,8 +200,7 @@ static const char *mandatory_acpi_tables[] = {
 	"RSDP",
 	"XSDT",
 	"FACP",
-	"DSDT",
-	"SSDT",
+	"DSDT", /* SSDT is optional */
 	"MADT",
 	"GTDT",
 	"DBG2",
-- 
2.31.1




More information about the fwts-devel mailing list