[PATCH 2/3] sbbr: update recommended tables

Alex Hung alex.hung at canonical.com
Fri Jun 4 05:11:16 UTC 2021


This is based on APPENDIX E of Arm Server Base Boot Requirements (SBBR)
1.2

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

diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c
index 0919250b..3a378e03 100644
--- a/src/sbbr/acpitables/acpitables.c
+++ b/src/sbbr/acpitables/acpitables.c
@@ -213,20 +213,24 @@ static const char *mandatory_acpi_tables[] = {
 
 /* List of ACPI tables recommended by SBBR 4.2.2 */
 static const char *recommended_acpi_tables[] = {
-	"MCFG",
+	/* I/O Topology */
 	"IORT",
+	/* Platform Error Interfaces */
 	"BERT",
 	"EINJ",
 	"ERST",
 	"HEST",
-	"RASF",
-	"SPMI",
+	"SDEI",
+	/* NUMA */
 	"SLIT",
 	"SRAT",
-	"CSRT",
-	"ECDT",
-	"MPST",
+	"HMAT",
+	/* Platform Communications Channel (PCC) */
 	"PCCT",
+	/* Platform Debug Trigger */
+	"PDTT",
+	/* NVDIMM Firmware Interface */
+	"NFIT",
 	NULL
 };
 
-- 
2.31.1




More information about the fwts-devel mailing list