-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Alder Lake and Rocket Lake support #73
base: master
Are you sure you want to change the base?
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 <[email protected]>
|
||
## 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain how to get a device path, and which devices this should be done for.
Co-authored-by: Avery Black <[email protected]>
|
||
* [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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think just providing the prebuilt method here is fine, since the decompiled version is linked here.
Co-authored-by: Avery Black <[email protected]>
Not finished as of the time of writing. More commits coming soon.Edit: Ready for review.