mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add support for Intel Core Ultra Series 2 processors
This commit is contained in:
@@ -36,6 +36,11 @@ patches = [
|
||||
description = "OS-Aware Fake EC (by CorpNewt)",
|
||||
function_name = "fake_embedded_controller"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "RCSP",
|
||||
description = "Remove conditional ACPI scope declaration",
|
||||
function_name = "remove_conditional_scope"
|
||||
),
|
||||
PatchInfo(
|
||||
name = "CMOS",
|
||||
description = "Fix HP Real-Time Clock Power Loss (005) Post Error",
|
||||
|
||||
@@ -157,7 +157,14 @@ IntelChipsets = [
|
||||
"C262",
|
||||
"W790",
|
||||
"Meteor Lake-P",
|
||||
"Lunar Lake-M"
|
||||
"Lunar Lake-M",
|
||||
"Q870",
|
||||
"Z890",
|
||||
"B860",
|
||||
"H810",
|
||||
"W880",
|
||||
"HM870",
|
||||
"WM880"
|
||||
]
|
||||
|
||||
AMDChipsets = [
|
||||
|
||||
@@ -33,6 +33,7 @@ AMDCPUGenerations = [
|
||||
]
|
||||
|
||||
IntelCPUGenerations = [
|
||||
"Arrow Lake-S",
|
||||
"Raptor Lake-S",
|
||||
"Alder Lake-S",
|
||||
"Rocket Lake-S",
|
||||
|
||||
Reference in New Issue
Block a user