Apply RTCAWAC ACPI patch for AMD CPU systems

This commit is contained in:
Hoang Hong Quan
2024-10-14 04:39:30 +07:00
parent b480c457a6
commit 3365bc8b97

View File

@@ -3209,7 +3209,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "SURFACE", 0x00001000)
if hardware_report.get("Motherboard").get("Chipset") in ("C610/X99", "Wellsburg", "X299"):
selected_patches.append("RTC0")
if self.utils.contains_any(chipset_data.IntelChipsets, hardware_report.get("Motherboard").get("Chipset"), start=89):
if "AMD" in hardware_report.get("CPU").get("Manufacturer") or self.utils.contains_any(chipset_data.IntelChipsets, hardware_report.get("Motherboard").get("Chipset"), start=89):
selected_patches.append("RTCAWAC")
selected_patches.append("PRW")