mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-02 20:09:48 -08:00
Add B550 fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Pre-Built SSDTs
|
# Pre-Built SSDTs
|
||||||
|
|
||||||
* [Power Management](#power-management)
|
* [Power Management](#power-management)
|
||||||
|
* [B550 fix](#b550-fix)
|
||||||
* [Embedded Controllers](#embedded-controllers)
|
* [Embedded Controllers](#embedded-controllers)
|
||||||
* [Trackpad](#trackpad)
|
* [Trackpad](#trackpad)
|
||||||
* [Backlight](#backlight)
|
* [Backlight](#backlight)
|
||||||
@@ -28,6 +29,14 @@ For Haswell and newer:
|
|||||||
|
|
||||||
For Ivy Bridge and older, see the [Optimizing Power Management page](https://dortania.github.io/OpenCore-Post-Install/universal/pm.html). This will be done *after* install. AMD CPU users **do not** need any SSDTs for power management.
|
For Ivy Bridge and older, see the [Optimizing Power Management page](https://dortania.github.io/OpenCore-Post-Install/universal/pm.html). This will be done *after* install. AMD CPU users **do not** need any SSDTs for power management.
|
||||||
|
|
||||||
|
### B550 Fix
|
||||||
|
|
||||||
|
For AMD B550 users, you **must** include this SSDT to boot:
|
||||||
|
|
||||||
|
* [SSDT-CPUR](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-CPUR.aml)
|
||||||
|
|
||||||
|
Note that X570 and older boards do not need this SSDT.
|
||||||
|
|
||||||
## Embedded Controllers
|
## Embedded Controllers
|
||||||
|
|
||||||
For desktops:
|
For desktops:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Please see the **specific ACPI section of your config.plist**, all SSDTs needed
|
|||||||
| Kaby Lake | ^^ | ^^ | ^^ | ^^ | ^^ |
|
| Kaby Lake | ^^ | ^^ | ^^ | ^^ | ^^ |
|
||||||
| Coffee Lake | ^^ | ^^ | [SSDT-AWAC](/Universal/awac.html) | [SSDT-PMC](/Universal/nvram.html) | ^^ |
|
| Coffee Lake | ^^ | ^^ | [SSDT-AWAC](/Universal/awac.html) | [SSDT-PMC](/Universal/nvram.html) | ^^ |
|
||||||
| Comet Lake | ^^ | ^^ | ^^ | N/A | [SSDT-RHUB](/Universal/rhub.html) |
|
| Comet Lake | ^^ | ^^ | ^^ | N/A | [SSDT-RHUB](/Universal/rhub.html) |
|
||||||
| AMD (15/16/17h) | N/A | ^^ | N/A | ^^ | N/A |
|
| AMD (15/16/17h) | [SSDT-CPUR](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-CPUR.aml) | ^^ | N/A | ^^ | N/A |
|
||||||
|
|
||||||
## High End Desktop
|
## High End Desktop
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user