mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Fix XCPM references for IVY-E
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user