mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
Updated ACPI Patches
This commit is contained in:
parent
3983e6b061
commit
b8ce0eaa6d
22 changed files with 8 additions and 28 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -105,8 +105,8 @@
|
|||
> ### Input/ Output
|
||||
| Feature | Status | Dependency | Remarks |
|
||||
| :----------------------------------- | ------ | ------------------- | ---------------------------- |
|
||||
| WiFi | ✅ | Native with BCM94360CS2. See `/patches/ Network Patches/` otherwise. | See `/patches/OpenCore Patches/` for specific network card. |
|
||||
| Bluetooth | ✅ | Native with BCM94360CS2. See `/patches/ Network Patches/` otherwise. | See `/patches/Network Patches/` for specific network card. |
|
||||
| WiFi | ✅ | Native with BCM94360CS2. | See `/patches/ Network Patches/` otherwise. |
|
||||
| Bluetooth | ✅ | Native with BCM94360CS2. | See `/patches/ Network Patches/` otherwise. |
|
||||
| Ethernet | ✅ | `IntelMausi.kext` | Needs Lenovo Ethernet adapter: [Item page](https://www.lenovo.com/us/en/accessories-and-monitors/cables-and-adapters/adapters/CABLE-BO-Ethernet-Extension-Adapter-2/p/4X90Q84427) |
|
||||
| HDMI hotplug | ✅ | Custom EDID Override `/patches/Internal Displays/` | Refer to [Issue #60](https://github.com/tylernguyen/x1c6-hackintosh/issues/60) if one does not exist already for your display. |
|
||||
| 4K UHD output via HDMI/ DisplayPort **(Modded BIOS)** | ✅ | See `DMVT Pre-Allocated` to `64M` | See [docs/1_README-HARDWAREandBIOS.md](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/1_README-HARDWAREandBIOS.md) for information about modding the BIOS. |
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
# How to Debug
|
||||
# Debug
|
||||
|
||||
- [Dortania's OpenCore Debugging Guide](https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/debug.html#file-swaps)
|
|
@ -3,6 +3,7 @@
|
|||
DefinitionBlock ("", "SSDT", 2, "tyler", "_PMCR", 0)
|
||||
{
|
||||
External (OSDW, MethodObj)
|
||||
External (_SB.PCI0.LPCB, DeviceObj)
|
||||
|
||||
Scope (_SB.PCI0.LPCB)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
//Add PWRB
|
||||
DefinitionBlock("", "SSDT", 2, "tyler", "PNP0C0C", 0)
|
||||
|
||||
DefinitionBlock("", "SSDT", 2, "tyler", "_PWRB", 0)
|
||||
{
|
||||
External (OSDW, MethodObj)
|
||||
|
||||
|
|
|
@ -262,30 +262,6 @@ DefinitionBlock ("", "SSDT", 1, "tyler", "_Sleep", 0x00002000)
|
|||
WK00 = One
|
||||
}
|
||||
}
|
||||
|
||||
Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake
|
||||
{
|
||||
// Lid-wake control power
|
||||
Debug = "AC:_PRW() - LWCP = "
|
||||
Debug = LWCP
|
||||
|
||||
If (OSDW () || \LWCP)
|
||||
{
|
||||
Return (Package (0x02)
|
||||
{
|
||||
0x17,
|
||||
0x04
|
||||
})
|
||||
}
|
||||
Else
|
||||
{
|
||||
Return (Package (0x02)
|
||||
{
|
||||
0x17,
|
||||
0x03
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//EOF
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue