mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Add CPUFriend kext for dynamic power management data injection
This commit is contained in:
@@ -607,6 +607,16 @@ kexts = [
|
||||
"repo": "BrightnessKeys"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "CPUFriend",
|
||||
description = "Dynamic power management data injection (requires CPUFriendDataProvider)",
|
||||
category = "Extras",
|
||||
requires_kexts = ["Lilu"],
|
||||
github_repo = {
|
||||
"owner": "acidanthera",
|
||||
"repo": "CPUFriend"
|
||||
}
|
||||
),
|
||||
KextInfo(
|
||||
name = "CpuTopologyRebuild",
|
||||
description = "Optimizes the core configuration of Intel Alder Lake CPUs+",
|
||||
|
||||
Reference in New Issue
Block a user