Skip to content

Commit

Permalink
[Clover] Update PowerTimeoutKernelPanic patch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Mar 29, 2020
1 parent 33899d9 commit af1c6c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,4 @@ English | [中文](Changelog_CN.md)
- Update `VoodooI2C` v , support trackpad in Recovery mode, and no need to rebuild kextcache after system update
- Add `VoodooInput`
- Add `framebuffer-flags` property to support 1440x810 HiDPI resolution
- [Clover] Update `setpowerstate_panic=0` kernel patch for macOS10.15.4
1 change: 1 addition & 0 deletions Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,4 @@
* 更新 `VoodooI2C` v ,支持在恢复模式下使用触控板,并且每次升级后不用重建缓存
* 新增 `VoodooInput`
* 新增 `framebuffer-flags` 属性来支持 1440x810 HiDPI 分辨率
* [Clover] 更新 `setpowerstate_panic=0` 内核补丁来适配 macOS10.15.4
4 changes: 2 additions & 2 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@
<key>MatchOS</key>
<string>10.15</string>
<key>Find</key>
<data>Y29tLmFwcGxlAF9fa2VybmVsX18A</data>
<data>Y29tLmFwcGxlAA==</data>
<key>Replace</key>
<data>bm90LmFwcGxlAF9fa2VybmVsX18A</data>
<data>bm90LmFwcGxlAA==</data>
</dict>
</array>
</dict>
Expand Down

0 comments on commit af1c6c6

Please sign in to comment.