From c67059c4c62bc7a550b6a94adec052b2ce5a67a9 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 20 Feb 2021 19:23:18 -0700 Subject: [PATCH] Fix XCPM references for IVY-E --- Universal/plug.md | 2 -- ssdt-methods/ssdt-prebuilt.md | 7 ------- ssdt-platform.md | 4 ++-- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Universal/plug.md b/Universal/plug.md index fc8af76..55a54f6 100644 --- a/Universal/plug.md +++ b/Universal/plug.md @@ -10,8 +10,6 @@ The purpose of SSDT-PLUG is to allow the kernel's XCPM(XNU's CPU Power Managemen **Note**: SSDT-PLUG is only compatible with Intel's Haswell and newer CPUs, Sandy Bridge and Ivy Bridge will need to follow the [ssdtPRgen method](https://dortania.github.io/OpenCore-Post-Install/universal/pm.html#sandy-and-ivy-bridge-power-management)(in post-install) while AMD users should not use this(unless attempting to attach AGPM which is outside the scope of Dortania's guides) -* Ivy Bridge-E(HEDT/server) however is supported by XCPM - ## Methods to make this SSDT For SSDT-PLUG, there are 3 methods you can choose from: diff --git a/ssdt-methods/ssdt-prebuilt.md b/ssdt-methods/ssdt-prebuilt.md index 5bc96cc..60bf1fc 100644 --- a/ssdt-methods/ssdt-prebuilt.md +++ b/ssdt-methods/ssdt-prebuilt.md @@ -528,8 +528,6 @@ SSDT-EC: ::: tip SSDTs required -* [SSDT-PLUG-DRTNIA](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-PLUG-DRTNIA.aml) - * Only supported with Ivy Bridge-E * [SSDT-EC-DESKTOP](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-EC-DESKTOP.aml) * [SSDT-UNC0](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-UNC0.aml) @@ -541,11 +539,6 @@ Once downloaded, place them into your EFI folder under EFI/OC/ACPI and head back ::: details In-depth info on the SSDTs -SSDT-PLUG: - -* Used for enabling Apple's XCPM in macOS, allowing for far better CPU power management -* Only supported with Ivy Bridge-E - SSDT-EC: * Used for disabling your real Embedded controller and creating a fake one for macOS to play with diff --git a/ssdt-platform.md b/ssdt-platform.md index 6ec7959..b597ce3 100644 --- a/ssdt-platform.md +++ b/ssdt-platform.md @@ -31,8 +31,8 @@ Please see the **specific ACPI section of your config.plist**, all SSDTs needed | :-------: | :-----: | :----: | :-----: | :-----: | | Nehalem and Westmere | N/A | [SSDT-EC](./Universal/ec-fix.html) | N/A | N/A | | Sandy Bridge-E | ^^ | ^^ | ^^ | [SSDT-UNC](./Universal/unc0) | -| Ivy Bridge-E | [SSDT-PLUG](./Universal/plug) | ^^ | ^^ | ^^ | -| Haswell-E | ^^ | [SSDT-EC-USBX](./Universal/ec-fix) | [SSDT-RTC0-RANGE](./Universal/awac) | ^^ | +| Ivy Bridge-E | ^^ | ^^ | ^^ | ^^ | +| Haswell-E | [SSDT-PLUG](./Universal/plug) | [SSDT-EC-USBX](./Universal/ec-fix) | [SSDT-RTC0-RANGE](./Universal/awac) | ^^ | | Broadwell-E | ^^ | ^^ | ^^ | ^^ | | Skylake-X | ^^ | ^^ | ^^ | N/A |