Update with ASRock Fatal1ty board.
I have sleep working.
It kept waking up due to the XHCI and GBE1 (ETH0) PRW method in the original DSDT that did:
Return (GPRW (0x6D, 0x04))
I changed that into:
Return (GPRW (0x69, 0x04))
That and TB3 hotplug working (still no go with USB-C on the TB3 card though)...
Is there a way to easily remove the PRW method of a particular device using clover, rather than having the modify the entire DSDT (which makes upgrade painful) ??
@kgp question for you... I can see with the Intel Power Gadget that the frequency changes all the way down to 1.2GHz, yet, following "
E.1) HWP (Intel SpeedShift Technology) CPU Power Management Configuration"
X86PlatformPlugin.kext isn't loaded (kextstat|grep -y x86plat returns nothing). I have plugin-type checked in Clover, and in the CP00@0, I can see that the plugin-type property was inserted.
sysctl -n machdep.xcpm.vectors_loaded_count also returns 0.
Any suggestions, or entry in the BIOS I should be looking at?
thanks