Change AcpiTables GUID back, mark supported ACPI versions

The AcpiTablesDxe looks for that GUID. Still freezes at boot.
This commit is contained in:
Zhuowei Zhang 2019-02-23 21:28:18 -08:00
parent 3448f2f889
commit 6c2f8f2595
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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