From 50ff6dc038bf5466ec369ba960123a4a75bac30e Mon Sep 17 00:00:00 2001 From: Marton Farago Date: Thu, 15 Feb 2018 07:39:34 +0100 Subject: [PATCH] Fixed patches for Skylake-X D71C8BA4-4AF2-4D0D-B1BA-F2409F0C20D3 is a completly unrelated GUID (UncoreInitPei), so while it contains a code block that looks like an MSR 0xE2 lock, that has nothing to do with it. 3FFCAE95-23CF-4967-94F5-16352F68E43B has a better patch that just jumps over the whole lock enforcing block 01359D99-9446-456D-ADA4-50A711C03ADA also needs a patch, this runs on wake from S3 sleep and lock the register again if not patched. --- UEFIPatch/patches.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/UEFIPatch/patches.txt b/UEFIPatch/patches.txt index 4a78a8c..9a8a4c8 100644 --- a/UEFIPatch/patches.txt +++ b/UEFIPatch/patches.txt @@ -52,9 +52,8 @@ F7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:0FBA6C24380F:0FBA7424380F 299D6F8B-2EC9-4E40-9EC6-DDAA7EBF5FD9 10 P:81E10080000033C1:9090909090909090 299D6F8B-2EC9-4E40-9EC6-DDAA7EBF5FD9 12 P:81E10080000033C1:9090909090909090 -# SiInit | Skylake-X -D71C8BA4-4AF2-4D0D-B1BA-F2409F0C20D3 10 P:81E10080000033C1:9090909090909090 -D71C8BA4-4AF2-4D0D-B1BA-F2409F0C20D3 12 P:81E10080000033C1:9090909090909090 +# PpmInitialize | Skylake-X +3FFCAE95-23CF-4967-94F5-16352F68E43B 10 P:742CB9E2000000:752CB9E2000000 -# PpmInitialize | Skylake-X, Kaby Lake-X -3FFCAE95-23CF-4967-94F5-16352F68E43B 10 P:0FBAE80F:0FBAE00F \ No newline at end of file +# CpuInitPei | Skylake-X +01359D99-9446-456D-ADA4-50A711C03ADA 12 P:BE0080000023CE0B:BE0000000023CE0B \ No newline at end of file