[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 <randy.lin@intel.com>
This commit is contained in:
randylintw 2021-04-01 04:07:01 +08:00 committed by GitHub
parent ed93255929
commit d2c8288059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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