mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
Update notes on USB 3.1 Gen2 Hotplug
This commit is contained in:
parent
2516c82e36
commit
5ae61508f4
2 changed files with 5 additions and 3 deletions
|
@ -84,7 +84,7 @@ Currently, there is no automatic solution available. For now, I recommend you cr
|
|||
| 4K UHD output via HDMI/ DisplayPort **(Modded BIOS)** | ✅ | See `DMVT Pre-Allocated` to `64M` | See [docs/BIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/) for information about modding the BIOS. |
|
||||
| 4K UHD output via HDMI/ DisplayPort **(Vanilla BIOS)** | ✅ | See `/patches/OpenCore Patches/4K-Output-wo-BIOSmod.plist` | - |
|
||||
| USB 2.0, USB 3.0, and Micro SD Card Reader | ✅ | `SSDT-XHC1.aml` | - |
|
||||
| USB 3.1 | ⚠️ | `SSDT-TB-DSB2-XHC2.aml` | Hotplug WIP |
|
||||
| USB 3.1 | ⚠️ | `SSDT-TB-DSB2-XHC2.aml` | USB 3.1 Gen2 hotplug will likely never work. It is also neither planned nor currently worked on. If you need USB 3.1 Gen2, coldboot the machine with the device attached. |
|
||||
| USB Power Properties in macOS | ✅ | `SSDT-XHC1.aml` | - |
|
||||
| Thunderbolt 3 Hotplug | ✅ | `SSDT-TB-*` | Native interface within System Report |
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- Native-like integration with macOS in System Report without the need of flashing a modded firmware. Thank you @benbender
|
||||
- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [1_README-HARDWAREandBIOS.md](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/1_README-HARDWAREandBIOS.md)
|
||||
- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [1_README-HARDWAREandBIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/settings-for-vanilla-BIOS/)
|
||||
- Please make sure of these settings in BIOS:
|
||||
|
||||
| Main Menu | Sub 1 | Sub 2 | Sub 3 |
|
||||
|
@ -8,4 +8,6 @@
|
|||
| | | | Security Level `No Security` |
|
||||
| | | | Support in Pre Boot Environment: Thunderbolt(TM) Device `Disabled` |
|
||||
|
||||
- Note: USB 3.1 Gen2 hotplug still Work-in-progress.
|
||||
!!! warning
|
||||
|
||||
USB 3.1 Gen2 hotplug will likely never work. It is also neither planned nor currently worked on. If you need USB 3.1 Gen2, coldboot the machine with the device attached.
|
Loading…
Reference in a new issue