Skip to content

Commit

Permalink
支持解锁CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieHye committed Mar 2, 2021
1 parent 1ef8665 commit ece802e
Show file tree
Hide file tree
Showing 5 changed files with 1,790 additions and 38 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## 2021-03-02

- 支持解锁CFG

- 更新`OC``0.6.7`
- 更新`AppleALC``1.5.8`
- 更新`BrcmPatchRAM``2.5.7`
Expand Down
Binary file added OC/Tools/CFGLock.efi
Binary file not shown.
76 changes: 38 additions & 38 deletions OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -692,24 +692,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>CPUFriend.kext</string>
<key>Comment</key>
<string>CPU</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/CPUFriend</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
Expand Down Expand Up @@ -854,24 +836,6 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>CPUFriendDataProvider.kext</string>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
Expand Down Expand Up @@ -1292,9 +1256,9 @@
<key>Quirks</key>
<dict>
<key>AppleCpuPmCfgLock</key>
<true/>
<false/>
<key>AppleXcpmCfgLock</key>
<true/>
<false/>
<key>AppleXcpmExtraMsrs</key>
<false/>
<key>AppleXcpmForceBoost</key>
Expand Down Expand Up @@ -1481,6 +1445,42 @@
<key>TextMode</key>
<false/>
</dict>
<dict>
<key>Arguments</key>
<string>VerifyMsrE2.efi</string>
<key>Auxiliary</key>
<false/>
<key>Comment</key>
<string>VerifyMsrE2.efi</string>
<key>Enabled</key>
<true/>
<key>Name</key>
<string>VerifyMsrE2.efi</string>
<key>Path</key>
<string>VerifyMsrE2.efi</string>
<key>RealPath</key>
<false/>
<key>TextMode</key>
<false/>
</dict>
<dict>
<key>Arguments</key>
<string>CFGLock.efi</string>
<key>Auxiliary</key>
<false/>
<key>Comment</key>
<string>CFGLock.efi</string>
<key>Enabled</key>
<false/>
<key>Name</key>
<string>CFGLock.efi</string>
<key>Path</key>
<string>CFGLock.efi</string>
<key>RealPath</key>
<false/>
<key>TextMode</key>
<false/>
</dict>
</array>
</dict>
<key>NVRAM</key>
Expand Down
Loading

0 comments on commit ece802e

Please sign in to comment.