mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-03-01 10:07:13 -08:00
More stuff
This commit is contained in:
13
ssdt-easy.md
13
ssdt-easy.md
@@ -7,6 +7,10 @@ What this tool does is dumps your DSDT from your firmware, and then creates SSDT
|
||||
So what **can't** SSDTTime do?:
|
||||
|
||||
* **HEDT SSDTs**: The ACPI is odd on these platforms so manual work is required
|
||||
* **Laptop EC fix**: This is because you need to use an ACPI rename over an SSDT on laptops
|
||||
* **SSDT-PNLF**: No need to configuration required, use prebuilt file [here]()
|
||||
* **SSDT-GPIO**: No need to configuration required, use prebuilt file [here]()
|
||||
* **SSDT-XOSI**: No need to configuration required, use prebuilt file [here]()
|
||||
* **AWAC and RTC0 SSDTs**: 300 series intel boards will also need to figure his out(Z390 systems are most common for requiring this but some gigabyte Z370 do as well)
|
||||
* **PMC SSDT**: For fixing 300 series intel NVRAM, a prebuilt for `PCI0.LPCB` can be found here: [SSDT-PMC.aml](https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/SSDT-PMC.aml)
|
||||
* **USBX SSDT**: This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a prebuilt here: [SSDT-USBX.aml](https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/SSDT-USBX.aml)
|
||||
@@ -46,3 +50,12 @@ Don't forget that SSDTs need to be added to Opencore, eminder that .aml is compl
|
||||
* config.plist -> ACPI -> Add
|
||||
|
||||
Reminder that Cmd/Crtl+R with ProperTree pointed at your OC folder will add all your SSDTs, kexts and .efi drivers to the config for you. Do not add your DSDT to OpenCore, its already in your firmware
|
||||
|
||||
Users of `FixHPET` will also need to merge c_patches.plist into their config.plist
|
||||
|
||||
Steps to do this:
|
||||
|
||||
* Open both files,
|
||||
* Delete the `ACPI -> Patch` section from config.plist
|
||||
* Copy the `ACPI -> Patch` section from patches.plist
|
||||
* Paste into where old patches were in config.plist
|
||||
|
||||
Reference in New Issue
Block a user