Add kext to patch Intel Math Kernel Library for AMD CPU systems

This commit is contained in:
Hoang Hong Quan
2024-11-09 16:08:36 +07:00
parent 563bc66bb4
commit 3969760a1f
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -106,6 +106,9 @@ class KextMaestro:
if "Intel" in hardware_report.get("CPU").get("Manufacturer"):
selected_kexts.extend(("SMCProcessor", "SMCSuperIO"))
if "AMD" in hardware_report.get("CPU").get("Manufacturer"):
selected_kexts.append("IntelMKLFixup")
if "Laptop" in hardware_report.get("Motherboard").get("Platform") and not "SURFACE" in hardware_report.get("Motherboard").get("Name"):
selected_kexts.append("SMCBatteryManager")
if "DELL" in hardware_report.get("Motherboard").get("Name"):