summaryrefslogtreecommitdiff
path: root/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c')
-rw-r--r--Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c b/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c
index 15b38bbf89..901eac1059 100644
--- a/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c
+++ b/Silicon/AMD/Styx/Drivers/AcpiPlatformDxe/AcpiPlatform.c
@@ -27,7 +27,7 @@
#include <Library/PcdLib.h>
#include <Library/UefiBootServicesTableLib.h>
-#define MAX_ACPI_TABLES 12
+#define MAX_ACPI_TABLES 16
EFI_ACPI_DESCRIPTION_HEADER *AcpiTableList[MAX_ACPI_TABLES];
@@ -69,6 +69,7 @@ AcpiPlatformEntryPoint (
if (PcdGetBool (PcdEnableSmmus)) {
AcpiTableList[TableIndex++] = IortHeader();
}
+ AcpiTableList[TableIndex++] = PpttHeader();
AcpiTableList[TableIndex++] = NULL;
DEBUG((DEBUG_INFO, "%a(): ACPI Table installer\n", __FUNCTION__));