Alex James
Alex James
~~Hmm, I can't seem to replicate this. What UEFI version are you using?~~ I actually was able to reproduce this, probably yet another memory mapping issue (not fixed by OsxAptioFixDrv2)....
I wonder if using Apple's Thunderbolt EFI drivers will fix anything. Could you try adding [these](https://transfer.sh/vBmkf/thunderboltefi-imac131.zip) to drivers64uefi? Note that these seem to do their own device property injection, so...
I've done some more digging. Could you please try the attached EFI folder? Reply with a dump from IORegistryExplorer and `log show --predicate 'process == "kernel" OR eventMessage CONTAINS "kernel"'...
v2.0.0 should partially address this - I added some Thunderbolt-related edits to the DSDTs and added the Thunderbolt EFI drivers.
I have some other ideas for Thunderbolt support (maybe testing with modified firmware), but I don't have any compatible hardware. If anyone else has the necessary hardware (GA-Z77X-UP5 TH and...
The [`hack-acpi`](https://github.com/al3xtjames/hack-acpi) submodule in this repo is somewhat old, which is why `mount_efi` is hanging - the version in this repo doesn't have APFS support. The updated version of `mount_efi`...
This is probably the USB booting issue (which I've since fixed). Can you try with v2.0.8 and report back?
Hi, can you post a IOReg? What port (look for the ACPI device name in IORegistryExplorer) isn't marked as internal?
Can you elaborate as to how sleep is broken? Does it instantly wake? If so, can you see Wake reason in Console?
Most 8/9 chipset boards route all USB ports (including USB 2 ports) to XHC. This isn't possible on 7 series, as USB 2 ports are wired to EHC. Only USB...