This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Releases: stevezhengshiqi/XiaoMi-Pro
Releases · stevezhengshiqi/XiaoMi-Pro
XiaoMi NoteBook Pro EFI v1.2.8
-
9-28-2018
- Downgrade
Clover
r4658.RM-4903.ca9576f3 because Rehabman's version is more reliable - Update
WhateverGreen
,AppleALC
,Lilu
,CPUFriend
, andHibernationFixup
by using official release - Update
AppleBacklightInjector
to support HD630 - Update
SSDT-PNLF.aml
to support HD630 - Update
VoodooI2C*
v2.1.4. (This driver is a patched version from official release, the official one has scalling issue.) - Update
VoodooPS2Controller
v1.9.0 to stop trackpad when using keyboard - Update headers in hotpatch
- Add
USBPower
to replaceUSBInjectAll
andSSDT-USB.aml
- Remove
SSDT-MATH.aml
- Clean code in
config.plist
- Downgrade
XiaoMi NoteBook Pro EFI v1.2.7
-
9-15-2018
- Update
Clover
r4671 - Update
WhateverGreen
v1.2.3 - Update
AppleALC
v1.3.2 - Update
CPUFriend
v1.1.5 - Update
Lilu
v1.2.7 - Update
USBInjectAll
v0.6.7 - Update
SSDT-GPRW.aml
andSSDT-RMCF.aml
from Rehabman's sample:https://github.com/RehabMan/OS-X-Clover-Laptop-Config - Update
SSDT-PCIList.aml
to add more Properties in PCI0 devices - Add
SSDT-DMAC.aml
,SSDT-MATH.aml
,SSDT-MEM2.aml
, andSSDT-PMCR.aml
to enhace performance like a real Mac. Inspired by syscl - Add
HibernationFixup
to enable time setting inSystem Preferences - Energy Saver
- Use
VirtualSMC
to replaceFakeSMC
. You can get more CPU Core Information by usingiStat Menus
, and more SMC keys are added in nvram. - Remove VRAM 2048MB patch in
config.plist
, the actual VRAM isn't affected by this patch - Drop useless ACPI tables in
config.plist
- Reverse AppleIntelFramebuffer@0's connertor-type to default value
- Update
XiaoMi NoteBook Pro EFI v1.2.6
- 8-13-2018
- Reverse back
CPUFriendProvider.kext
to the one in v1.2.2 because the one in v1.2.5 will cause KP in some devices in 10.13.3~10.13.5. If you want better CPU performance or better battery life, please read #53
- Reverse back
XiaoMi NoteBook Pro EFI v1.2.5
-
8-9-2018
- Update
Clover
r4641 - Update
WhateverGreen
v1.2.1 - Update
AppleALC
- Update
CPUFriendDataProvider
by using default EPP value to enhance performance - Update
Lilu
- Update
config.plist
, using AddProperties to replace minStolen Clover patch - Change AppleIntelFramebuffer@0's connertor-type from LVDS to eDP because MiPro uses eDP pin
- No injection of ig-platform-id 0x12345678 by using
config_install.plist
anymore,WhateverGreen
can help do this. - Mojave installation become easier
- Update
XiaoMi NoteBook Pro EFI v1.2.2
XiaoMi NoteBook Pro EFI v1.2.2
- Rename some SSDTs to fit with Rehabman's sample:https://github.com/RehabMan/OS-X-Clover-Laptop-Config. Also update SSDT-GPRW.aml, SSDT-DDGPU.aml, SSDT-RMCF.aml and SSDT-XHC.aml
- Delete some useless renames in config
- Redo the USB Injection, now it supports type-c USB3.0
- Delete SSDT-ADBG.aml since it's useless
- Delete SSDT-IMEI.aml to avoid kernel error report(Graphics id is automatically injected by IntelGraphicsFixup)
- Add SSDT-EC.aml and SSDT-SMBUS.aml to launch AppleBusPowerController and AppleSMBusPCI
- Edit SSDT-PCIList.aml to let System Information.app show correct information
- Update Lilu v1.2.4
- Update CPUFriendDataProvider to save power
- Update Clover r4458