diff options
Diffstat (limited to 'source/common/ahtable.c')
| -rw-r--r-- | source/common/ahtable.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/source/common/ahtable.c b/source/common/ahtable.c index 7aee3c669be8..be68ed480ca9 100644 --- a/source/common/ahtable.c +++ b/source/common/ahtable.c @@ -232,6 +232,7 @@ const AH_TABLE      Gbl_AcpiSupportedTables[] =      {ACPI_SIG_MTMR, "MID Timer Table"},      {ACPI_SIG_NFIT, "NVDIMM Firmware Interface Table"},      {ACPI_SIG_PCCT, "Platform Communications Channel Table"}, +    {ACPI_SIG_PDTT, "Platform Debug Trigger Table"},      {ACPI_SIG_PMTT, "Platform Memory Topology Table"},      {ACPI_SIG_PPTT, "Processor Properties Topology Table"},      {ACPI_SIG_RASF, "RAS Features Table"}, @@ -240,6 +241,7 @@ const AH_TABLE      Gbl_AcpiSupportedTables[] =      {ACPI_SIG_S3PT, "S3 Performance Table"},      {ACPI_SIG_SBST, "Smart Battery Specification Table"},      {ACPI_SIG_SDEI, "Software Delegated Exception Interface Table"}, +    {ACPI_SIG_SDEV, "Secure Devices table"},      {ACPI_SIG_SLIC, "Software Licensing Description Table"},      {ACPI_SIG_SLIT, "System Locality Information Table"},      {ACPI_SIG_SPCR, "Serial Port Console Redirection table"}, | 
