2019-07-10
- Support macOS10.15
Update
- Update
Clover
r4986 - Update
Lilu
v1.3.7 - Update
AppleALC
v1.3.9 - Update
WhateverGreen
v1.3.1 - Update
VirtualSMC
v1.0.6 - Update and edit
VoodooPS2
v2.0.2 to avoid F11 disabling trackpad - Update
VoodooI2C
- Update Device Properties obtained by
Hackintool
- Update
SSDT-MEM2
- Update
SSDT-HPET
- Update comments in
config.plist
usingHackintool
style
Add
- Add
OpenCore
- Add
SSDT-TPD0
to solve unworking trackpad after removingSSDT-XOSI
and_OSI -> XOSI
- Add back
SSDT-ALS0
to ensure backlight can be preserved - Add back
HibernationFixup
- Add
enable-hdmi-dividers-fix
properties for HDMI
Remove
- Remove
GFX0 -> IGPU
,HECI -> IMEI
, andHDAS -> HDEF
according to WhateverGreen FAQ.IntelHD.en.md - Remove
SSDT-XOSI
and_OSI -> XOSI
because as OpenCore Configuration says, "Avoid patching _OSI to support a higher level of feature sets unless absolutely required. Commonly this enables a number of hacks on APTIO firmwares, which result in the need to add more patches. Modern firmwares generally do not need it at all, and those that do are fine with much smaller patches." - Remove
_DSM -> XDSM
because as OpenCore Configuration says, "Try to avoid hacky changes like renaming _PRW or _DSM whenever possible." - Remove
SAT0 -> SATA
- Remove IRQ fixes due to OpenCore discussion, "...but be very careful about the IRQs, some people remove them, yet this is usually strongly undesired."
- Remove
SSDT-DDGPU
becausedisable-external-egpu
does the same thing - Remove
SSDT-PXSX
and move device properties toconfig.plist
- Remove
Drop DRAM
and replace withdart=0
- Remove
AppleKeyFeeder.efi
andDataHubDxe-64.efi
which XiaoMi-Pro doesn't need - Remove
USBPorts.kext
and replace withSSDT-USB
, according to #197