mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
change KernelPM correspondence to old Clover
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
a2ffdf8642
commit
086e5682ae
@ -3057,11 +3057,11 @@ GetEarlyUserSettings (
|
|||||||
// Booter Quirks
|
// Booter Quirks
|
||||||
// Prop = OcQuirksDict->propertyForKey("AppleCpuPmCfgLock");
|
// Prop = OcQuirksDict->propertyForKey("AppleCpuPmCfgLock");
|
||||||
// gSettings.KernelAndKextPatches.OcKernelQuirks.AppleCpuPmCfgLock = IsPropertyNotNullAndTrue(Prop);
|
// gSettings.KernelAndKextPatches.OcKernelQuirks.AppleCpuPmCfgLock = IsPropertyNotNullAndTrue(Prop);
|
||||||
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleCpuPmCfgLock = gSettings.KernelAndKextPatches.KPKernelPm;
|
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleCpuPmCfgLock = gSettings.KernelAndKextPatches.KPAppleIntelCPUPM;
|
||||||
|
|
||||||
// Prop = OcQuirksDict->propertyForKey("AppleXcpmCfgLock"); //
|
// Prop = OcQuirksDict->propertyForKey("AppleXcpmCfgLock"); //
|
||||||
// gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmCfgLock = IsPropertyNotNullAndTrue(Prop);
|
// gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmCfgLock = IsPropertyNotNullAndTrue(Prop);
|
||||||
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmCfgLock = gSettings.KernelAndKextPatches.KPKernelXCPM;
|
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmCfgLock = gSettings.KernelAndKextPatches.KPKernelPm;
|
||||||
|
|
||||||
Prop = OcQuirksDict->propertyForKey("AppleXcpmExtraMsrs");
|
Prop = OcQuirksDict->propertyForKey("AppleXcpmExtraMsrs");
|
||||||
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmExtraMsrs = IsPropertyNotNullAndTrue(Prop);
|
gSettings.KernelAndKextPatches.OcKernelQuirks.AppleXcpmExtraMsrs = IsPropertyNotNullAndTrue(Prop);
|
||||||
|
Loading…
Reference in New Issue
Block a user