Add Alder Lake and Rocket Lake support#73
Add Alder Lake and Rocket Lake support#73alyxandraio wants to merge 13 commits intodortania:masterfrom
Conversation
|
This PR should have a section on SSDT-BRG0, but I'm pretty underqualified for that as I hear there's a bit of nuance to it on different platforms. Help is much appreciated. |
|
@vandroiy2013 If you have time at some point, could you take a screenshot of IOReg with GFX0 (or whatever your GPU's name is) selected, and another screenshot of the pci-bridge that GFX0 is connected to selected? If you can't, that's fine of course. |
|
Tried to make an SSDT-BRG0 guide. If there's any issues with it, leave a review of course. |
Co-authored-by: Dhinak G <17605561+dhinakg@users.noreply.github.com>
|
|
||
| ## What this SSDT does | ||
|
|
||
| SSDT-USBW is a companion to the [USBWakeFixup kext](https://github.com/osy/USBWakeFixup), which addresses USB wake issues on certain Intel platforms. Do not use this SSDT unless you have the USBWakeFixup kext. |
There was a problem hiding this comment.
This seems like a last resort when adding acpi-wake-type doesn't work. Could you maybe explain a bit more about what is going on here and other prerequisites?
|
|
||
| To get SSDT-BRG0, run the following: | ||
|
|
||
| * `7. Dump DSDT` then run `9. PCI Bridge` |
There was a problem hiding this comment.
Explain how to get a device path, and which devices this should be done for.
Co-authored-by: Avery Black <avery.c.black@gmail.com>
|
|
||
| * [SSDT-USBW.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-USBW.aml) | ||
|
|
||
| This prebuilt file is just a precompiled version of [SSDT-USBW](https://raw.githubusercontent.com/osy/USBWakeFixup/master/SSDT-USBW.dsl). |
There was a problem hiding this comment.
I think just providing the prebuilt method here is fine, since the decompiled version is linked here.
Co-authored-by: Avery Black <avery.c.black@gmail.com>

Not finished as of the time of writing. More commits coming soon.Edit: Ready for review.