Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Sep 15, 2018
1 parent bbf9c29 commit 4cfd006
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BIOS/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cd C:\Win64

### 怎么提升性能

[PavelLJ](https://github.com/PavelLJ)[Cyb](http://4pda.ru/forum/index.php?showuser=914121) 制作了脚本用来扩大DVMT大小(从32MB扩大到64MB),解锁MSR 0xE2寄位器,和修改EC固件来减少风扇噪声。如果想获取更多的信息,你可以访问 [#8](https://github.com/stevezhengshiqi/XiaoMi-Pro/issues/8)
[PavelLJ](https://github.com/PavelLJ)[Cyb](http://4pda.ru/forum/index.php?showuser=914121) 制作了脚本用来扩大DVMT大小(从32MB扩大到64MB),解锁MSR 0xE2寄位器,和修改EC固件来减少风扇噪声。如果想获取更多的信息,你可以访问 [#8](https://github.com/stevezhengshiqi/XiaoMi-Pro/issues/8)[cybsuai的仓库](https://github.com/cybsuai/Mi-Notebook-Pro-tweaks)


### 鸣谢
Expand Down
2 changes: 1 addition & 1 deletion BIOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The rest will be done automaticly.

### How to unlock better performance

[PavelLJ](https://github.com/PavelLJ) and [Cyb](http://4pda.ru/forum/index.php?showuser=914121) created scripts for changing DVMT size from 32MB to 64MB, unlocking MSR 0xE2, and editing Embedded Controller(EC) firmware to reduce fan nosie. For more information, you can visit [#8](https://github.com/stevezhengshiqi/XiaoMi-Pro/issues/8).
[PavelLJ](https://github.com/PavelLJ) and [Cyb](http://4pda.ru/forum/index.php?showuser=914121) created scripts for changing DVMT size from 32MB to 64MB, unlocking MSR 0xE2, and editing Embedded Controller(EC) firmware to reduce fan nosie. For more information, you can visit [#8](https://github.com/stevezhengshiqi/XiaoMi-Pro/issues/8) and [cybsuai's repository](https://github.com/cybsuai/Mi-Notebook-Pro-tweaks).


### Credit
Expand Down
20 changes: 19 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,25 @@

* 8-13-2018

*`CPUFriendProvider.kext`滚回至v1.2.2版本,因为v1.2.5的会导致部分机器在10.13.3~10.13.5下内核报错。如果你想要更好的CPU性能,请阅读[#53](https://github.com/daliansky/XiaoMi-Pro/issues/53)
*`CPUFriendProvider.kext` 回滚至v1.2.2版本,因为v1.2.5的会导致部分机器在10.13.3~10.13.5下内核报错。如果你想要更好的CPU性能,请阅读[#53](https://github.com/daliansky/XiaoMi-Pro/issues/53)


* 9-15-2018

* 更新 `Clover` r4671
* 更新 `WhateverGreen` v1.2.3
* 更新 `AppleALC` v1.3.2
* 更新 `CPUFriend` v1.1.5
* 更新 `Lilu` v1.2.7
* 更新 `USBInjectAll` v0.6.7
* 更新 `SSDT-GPRW.aml``SSDT-RMCF.aml`,源自Rehabman的仓库:https://github.com/RehabMan/OS-X-Clover-Laptop-Config
* 更新 `SSDT-PCIList.aml`,给PCI0设备添加更多属性
* 新增 `SSDT-DMAC.aml` , `SSDT-MATH.aml` , `SSDT-MEM2.aml` , 和 `SSDT-PMCR.aml` 来增强性能,表现得更像白果。启发于[syscl](https://github.com/syscl/XPS9350-macOS/tree/master/DSDT/patches)
* 新增 `HibernationFixup``系统偏好设置 - 节能` 的时间调整将会被保存
* 新增 `VirtualSMC` 来代替 `FakeSMC`。你可以使用 `iStat Menus` 获得更多传感器数据,而且更多SMC键值被添加进nvram
* 移除 `config.plist` 里的VRAM 2048MB补丁,真实的VRAM并没有被改变
* 修改 `config.plist` 以丢掉无用ACPI表
* 还原AppleIntelFramebuffer@0的接口类型


## 鸣谢
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,26 @@ If the tracpad doesn't work during installation, please plug a wired mouse or a


- 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](https://github.com/daliansky/XiaoMi-Pro/issues/53)


- 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` and `SSDT-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` , and `SSDT-PMCR.aml` to enhace performance like a real Mac. Inspired by [syscl](https://github.com/syscl/XPS9350-macOS/tree/master/DSDT/patches)
- Add `HibernationFixup` to enable time setting in `System Preferences - Energy Saver`
- Use `VirtualSMC` to replace `FakeSMC`. You can get more CPU Core Information by using `iStat 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


## A reward
Expand Down

0 comments on commit 4cfd006

Please sign in to comment.