Fix XCPM references for IVY-E

This commit is contained in:
Mykola Grymalyuk
2021-02-20 19:23:18 -07:00
parent caa3f81d18
commit c67059c4c6
3 changed files with 2 additions and 11 deletions

View File

@@ -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) **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 ## Methods to make this SSDT
For SSDT-PLUG, there are 3 methods you can choose from: For SSDT-PLUG, there are 3 methods you can choose from:

View File

@@ -528,8 +528,6 @@ SSDT-EC:
::: tip SSDTs required ::: 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-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) * [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 ::: 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: SSDT-EC:
* Used for disabling your real Embedded controller and creating a fake one for macOS to play with * Used for disabling your real Embedded controller and creating a fake one for macOS to play with

View File

@@ -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 | | Nehalem and Westmere | N/A | [SSDT-EC](./Universal/ec-fix.html) | N/A | N/A |
| Sandy Bridge-E | ^^ | ^^ | ^^ | [SSDT-UNC](./Universal/unc0) | | Sandy Bridge-E | ^^ | ^^ | ^^ | [SSDT-UNC](./Universal/unc0) |
| Ivy Bridge-E | [SSDT-PLUG](./Universal/plug) | ^^ | ^^ | ^^ | | Ivy Bridge-E | ^^ | ^^ | ^^ | ^^ |
| Haswell-E | ^^ | [SSDT-EC-USBX](./Universal/ec-fix) | [SSDT-RTC0-RANGE](./Universal/awac) | ^^ | | Haswell-E | [SSDT-PLUG](./Universal/plug) | [SSDT-EC-USBX](./Universal/ec-fix) | [SSDT-RTC0-RANGE](./Universal/awac) | ^^ |
| Broadwell-E | ^^ | ^^ | ^^ | ^^ | | Broadwell-E | ^^ | ^^ | ^^ | ^^ |
| Skylake-X | ^^ | ^^ | ^^ | N/A | | Skylake-X | ^^ | ^^ | ^^ | N/A |