From d2c8288059122463f187d00c9818d2c54fe2bd29 Mon Sep 17 00:00:00 2001 From: randylintw Date: Thu, 1 Apr 2021 04:07:01 +0800 Subject: [PATCH] [CML] Fix Windows take a very long time to boot (#1085) It takes more than 3 minutes to enter the home screen and also restart/shutdown. Signed-off-by: Randy Lin --- Platform/CometlakeBoardPkg/AcpiTables/Ecdt/Ecdt.act | 2 +- Platform/CometlakevBoardPkg/AcpiTables/Ecdt/Ecdt.act | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/CometlakeBoardPkg/AcpiTables/Ecdt/Ecdt.act b/Platform/CometlakeBoardPkg/AcpiTables/Ecdt/Ecdt.act index 995e74ba..62ad6012 100644 --- a/Platform/CometlakeBoardPkg/AcpiTables/Ecdt/Ecdt.act +++ b/Platform/CometlakeBoardPkg/AcpiTables/Ecdt/Ecdt.act @@ -79,7 +79,7 @@ EFI_ACPI_EMBEDDED_CONTROLLER_BOOT_RESOURCES_ENTIRE_TABLE Ecdt = { }, 1, // UID - 0 // GPE_BIT + 0x6E // GPE_BIT }, "\\_SB.PCI0.LPCB.H_EC" //EC_ID }; diff --git a/Platform/CometlakevBoardPkg/AcpiTables/Ecdt/Ecdt.act b/Platform/CometlakevBoardPkg/AcpiTables/Ecdt/Ecdt.act index 995e74ba..62ad6012 100644 --- a/Platform/CometlakevBoardPkg/AcpiTables/Ecdt/Ecdt.act +++ b/Platform/CometlakevBoardPkg/AcpiTables/Ecdt/Ecdt.act @@ -79,7 +79,7 @@ EFI_ACPI_EMBEDDED_CONTROLLER_BOOT_RESOURCES_ENTIRE_TABLE Ecdt = { }, 1, // UID - 0 // GPE_BIT + 0x6E // GPE_BIT }, "\\_SB.PCI0.LPCB.H_EC" //EC_ID };