mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-27 07:50:16 +00:00
Add kext to patch Intel Math Kernel Library for AMD CPU systems
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user