Add customizable ACPI patch options and update additional patches

This commit is contained in:
Hoang Hong Quan
2024-09-29 07:44:25 +07:00
parent 9796362b4c
commit 03811eff62
6 changed files with 1435 additions and 1383 deletions

View File

@@ -16,6 +16,11 @@ patches = [
description = "Avoid kernel panic by pointing the first CPU entry to an active CPU on HEDT systems",
function_name = "fix_apic_processor_id"
),
PatchInfo(
name = "BATP",
description = "Enables displaying the battery percentage on laptops",
function_name = "battery_status_patch"
),
PatchInfo(
name = "BUS0",
description = "Add a System Management Bus device to fix AppleSMBus issues",