From 6c2f8f25956954bcaf9fb111bf2c17309592c969 Mon Sep 17 00:00:00 2001 From: Zhuowei Zhang Date: Sat, 23 Feb 2019 21:28:18 -0800 Subject: [PATCH] Change AcpiTables GUID back, mark supported ACPI versions The AcpiTablesDxe looks for that GUID. Still freezes at boot. --- Pixel3XL/AcpiTables/AcpiTables.inf | 2 +- Pixel3XL/Pixel3XL.dsc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pixel3XL/AcpiTables/AcpiTables.inf b/Pixel3XL/AcpiTables/AcpiTables.inf index 472bf64..ff49c52 100644 --- a/Pixel3XL/AcpiTables/AcpiTables.inf +++ b/Pixel3XL/AcpiTables/AcpiTables.inf @@ -17,7 +17,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = Pixel3XLAcpiTables - FILE_GUID = BA2168C2-F177-4A28-B3A6-AF973C40D7E5 + FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD # Must be this MODULE_TYPE = USER_DEFINED VERSION_STRING = 1.0 diff --git a/Pixel3XL/Pixel3XL.dsc b/Pixel3XL/Pixel3XL.dsc index d5940ff..fa7fa3f 100644 --- a/Pixel3XL/Pixel3XL.dsc +++ b/Pixel3XL/Pixel3XL.dsc @@ -139,6 +139,8 @@ gPixel3XLTokenSpaceGuid.PcdMipiFrameBufferWidth|1440 gPixel3XLTokenSpaceGuid.PcdMipiFrameBufferHeight|2960 + gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20 + ################################################################################ # # Components Section - list of all EDK II Modules needed by this Platform