[PATCH] sbbr: acpitables: add new recommended tables

Alex Hung alex.hung at canonical.com
Thu Jun 24 00:07:02 UTC 2021


New ARM BBR: https://developer.arm.com/documentation/den0044/latest

BugLink: https://bugs.launchpad.net/bugs/1932567

Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/sbbr/acpitables/acpitables.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
index 3a378e03..847ffc34 100644
--- a/src/sbbr/acpitables/acpitables.c
+++ b/src/sbbr/acpitables/acpitables.c
@@ -221,6 +221,7 @@ static const char *recommended_acpi_tables[] = {
 	"ERST",
 	"HEST",
 	"SDEI",
+	"AEST",
 	/* NUMA */
 	"SLIT",
 	"SRAT",
@@ -231,6 +232,10 @@ static const char *recommended_acpi_tables[] = {
 	"PDTT",
 	/* NVDIMM Firmware Interface */
 	"NFIT",
+	/* Graphics Resource Table */
+	"BGRT",
+	/* IPMI */
+	"SPMI",
 	NULL
 };
 
-- 
2.32.0




More information about the fwts-devel mailing list