Re-enable CPU power management on legacy Intel CPUs in macOS 13 and newer

This commit is contained in:
Hoang Hong Quan
2024-11-05 14:33:22 +07:00
parent e364832423
commit 82f91bc957
2 changed files with 37 additions and 1 deletions

View File

@@ -545,6 +545,36 @@ kexts = [
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/main/payloads/Kexts/Acidanthera/AMFIPass-v1.4.1-RELEASE.zip"
}
),
KextInfo(
name = "ASPP-Override",
description = "Re-enable CPU power management for Intel Sandy Bridge CPUs",
category = "Extras",
min_darwin_version = "21.4.0",
download_info = {
"id": 913826421,
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/refs/heads/main/payloads/Kexts/Misc/ASPP-Override-v1.0.1.zip"
}
),
KextInfo(
name = "AppleIntelCPUPowerManagement",
description = "Re-enable CPU power management on legacy Intel CPUs",
category = "Extras",
min_darwin_version = "22.0.0",
download_info = {
"id": 736296452,
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/refs/heads/main/payloads/Kexts/Misc/AppleIntelCPUPowerManagement-v1.0.0.zip"
}
),
KextInfo(
name = "AppleIntelCPUPowerManagementClient",
description = "Re-enable CPU power management on legacy Intel CPUs",
category = "Extras",
min_darwin_version = "22.0.0",
download_info = {
"id": 932639706,
"url": "https://github.com/dortania/OpenCore-Legacy-Patcher/raw/refs/heads/main/payloads/Kexts/Misc/AppleIntelCPUPowerManagementClient-v1.0.0.zip"
}
),
KextInfo(
name = "AppleMCEReporterDisabler",
description = "Disables AppleMCEReporter.kext to prevent kernel panics",