Add SSDT-RHUB support

This commit is contained in:
Mykola Grymalyuk
2020-06-16 10:50:03 -06:00
parent d65758d8b9
commit 7c3eb3ef1e
19 changed files with 229 additions and 89 deletions

View File

@@ -24,6 +24,8 @@ What this tool does is, it dumps your DSDT from your firmware, and then creates
* Prebuilt can be found here: [NVRAM PMC](/Universal/nvram.md)
* **USBX SSDT**:
* This is included on sample SSDTs but SSDTTime only makes the SSDT-EC part, Skylake and newer users can grab a pre-built here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml)
* **RHUB SSDT**:
* if you have a 10th gen CPU, you'll need to either use the prebuilt or manually create it.
For users who don't have all the options available to them in SSDTTime, you can follow the "SSDTs: The long way" section. You can still use SSDTTime for SSDTs it does support.

View File

@@ -95,3 +95,9 @@ Reminder only the following need this SSDT:
* Z390
* 400 series (Comet Lake)
* 495 series (Icelake)
## USB(RHUB)
Needed for 10th gen CPUs, Gigabyte and AsRock motherboards don't need this
* [SSDT-RHUB.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-RHUB.aml)