mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-03-11 13:12:14 +01:00
repair PM lock control
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
7e3ffed2ae
commit
0cb5da745a
@ -1 +1 @@
|
||||
Subproject commit b297330007bb21302d9fce22d49786443a5750ee
|
||||
Subproject commit 0fcc050a44f6fa06788b349e65b4e10fcdabde67
|
@ -539,7 +539,7 @@ void GetCPUProperties (void)
|
||||
gCPUStructure.TSCFrequency = MultU64x32(gCPUStructure.CurrentSpeed, Mega); //MHz -> Hz
|
||||
gCPUStructure.CPUFrequency = gCPUStructure.TSCFrequency;
|
||||
|
||||
if (gCPUStructure.Model < 0x90) {
|
||||
if (gCPUStructure.Model >= 0x2A) {
|
||||
//----test C3 patch
|
||||
msr = AsmReadMsr64(MSR_PKG_CST_CONFIG_CONTROL); //0xE2
|
||||
MsgLog("MSR 0xE2 before patch %08llX\n", msr);
|
||||
|
Loading…
Reference in New Issue
Block a user