From c9f654525dd2a14361868d73ddb84a2e2d8cec8a Mon Sep 17 00:00:00 2001 From: VarshitPandya Date: Thu, 7 May 2026 16:29:51 +0100 Subject: [PATCH] DynamicTablesPkg: Update README ACPI generator list Update the DynamicTablesPkg README to reflect the current set of supported ACPI table generators. Add missing entries for SSDT variants and newer table generators, and include the expanded names for the non-SSDT tables. Signed-off-by: Varshit Pandya --- DynamicTablesPkg/Readme.md | 40 ++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/DynamicTablesPkg/Readme.md b/DynamicTablesPkg/Readme.md index 9beb741eb0..c2d6b96394 100644 --- a/DynamicTablesPkg/Readme.md +++ b/DynamicTablesPkg/Readme.md @@ -43,22 +43,38 @@ generators implement the functionality required for ARM architecture; the framework is extensible, and support for other architectures can be added easily. -The framework currently supports the following table generators for ARM: -* DBG2 - Debug Port Table 2 +The framework currently supports the following table generators: + * DSDT - Differentiated system description table. This is essentially a RAW table generator. -* FADT - Fixed ACPI Description Table -* GTDT - Generic Timer Description Table -* IORT - IO Remapping Table -* MADT - Multiple APIC Description Table -* MCFG - PCI Express memory mapped configuration space base address - Description Table -* PCCT - Platform Communications Channel Table -* PPTT - Processor Properties Topology Table -* SPCR - Serial Port Console Redirection Table -* SRAT - System Resource Affinity Table * SSDT - Secondary System Description Table. This is essentially a RAW table generator. +* MADT - Multiple APIC Description Table +* GTDT - Generic Timer Description Table +* DBG2 - Debug Port Table 2 +* SPCR - Serial Port Console Redirection Table +* MCFG - PCI Express memory mapped configuration space base address + Description Table +* IORT - IO Remapping Table +* PPTT - Processor Properties Topology Table +* SRAT - System Resource Affinity Table +* SSDT Serial Port +* SSDT CMN +* SSDT Cpu +* SSDT Pcie +* SSDT Plic/Aplic +* PCCT - Platform Communications Channel Table +* FADT - Fixed ACPI Description Table +* TPM2 - Trusted Platform Module 2 Table +* WSMT - Windows Security Mitigation Table +* HPET - IA-PC High Precision Event Timer Table +* SSDT HPET +* SPMI - Server Platform Management Interface Table +* FACS - Firmware ACPI Control Structure +* CEDT - CXL Early Discovery Table +* SLIT - System Locality Information Table +* RHCT - RISC-V Hart Capabilities Table +* SSDT DMC * HEST - Hardware Error Source Table ## Dynamic AML