Add Sandy Bridge-E info

This commit is contained in:
Mykola Grymalyuk
2020-11-09 10:58:07 -07:00
parent 1d57c30a1a
commit 8d49b939d2
2 changed files with 4 additions and 1 deletions

View File

@@ -536,6 +536,7 @@ 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)
@@ -550,6 +551,7 @@ Once downloaded, place them into your EFI folder under EFI/OC/ACPI and head back
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:

View File

@@ -30,7 +30,8 @@ Please see the **specific ACPI section of your config.plist**, all SSDTs needed
| Platforms | **CPU** | **EC** | **RTC** | **PCI** |
| :-------: | :-----: | :----: | :-----: | :-----: |
| Nehalem and Westmere | N/A | [SSDT-EC](./Universal/ec-fix.html) | N/A | N/A |
| Ivy Bridge-E | [SSDT-PLUG](./Universal/plug) | ^^ | ^^ | [SSDT-UNC](./Universal/unc0) |
| 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) | ^^ |
| Broadwell-E | ^^ | ^^ | ^^ | ^^ |
| Skylake-X | ^^ | ^^ | ^^ | N/A |