mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add CPUFriend kext for dynamic power management data injection
This commit is contained in:
@@ -607,6 +607,16 @@ kexts = [
|
|||||||
"repo": "BrightnessKeys"
|
"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(
|
KextInfo(
|
||||||
name = "CpuTopologyRebuild",
|
name = "CpuTopologyRebuild",
|
||||||
description = "Optimizes the core configuration of Intel Alder Lake CPUs+",
|
description = "Optimizes the core configuration of Intel Alder Lake CPUs+",
|
||||||
|
|||||||
Reference in New Issue
Block a user