Add support for Intel Core Ultra Series 2 processors

This commit is contained in:
Hoang Hong Quan
2025-02-12 19:18:03 +07:00
parent 25f003357d
commit 52766d2f03
7 changed files with 50 additions and 18 deletions

View File

@@ -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",

View File

@@ -157,7 +157,14 @@ IntelChipsets = [
"C262",
"W790",
"Meteor Lake-P",
"Lunar Lake-M"
"Lunar Lake-M",
"Q870",
"Z890",
"B860",
"H810",
"W880",
"HM870",
"WM880"
]
AMDChipsets = [

View File

@@ -33,6 +33,7 @@ AMDCPUGenerations = [
]
IntelCPUGenerations = [
"Arrow Lake-S",
"Raptor Lake-S",
"Alder Lake-S",
"Rocket Lake-S",