Add ForceBooterSignature support

Resolves hibernation issues
Closes https://github.com/dortania/Opencore-Legacy-Patcher/issues/72
This commit is contained in:
Mykola Grymalyuk
2021-03-06 14:58:04 -07:00
parent eb70e4611f
commit 1af5182560
4 changed files with 6 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
## 0.0.14 ## 0.0.14
- Enable ThirdPartyDrives to aid with hibernation on 3rd party SATA drives - Enable ThirdPartyDrives to aid with hibernation on 3rd party SATA drives
- Increment OpenCore 7bb41aa (0.6.8 rolling, 2021-03-06)
- Add ForceBooterSignature to resolve hibernation issues
## 0.0.13 ## 0.0.13
- Add CPUFriend support to resolve X86PlatformPlugin clashes - Add CPUFriend support to resolve X86PlatformPlugin clashes

View File

@@ -9,8 +9,8 @@ from pathlib import Path
class Constants: class Constants:
def __init__(self): def __init__(self):
self.patcher_version = "0.0.14" self.patcher_version = "0.0.14"
self.opencore_commit = "cbd2fa3" self.opencore_commit = "7bb41aa - 2021-03-06"
self.opencore_version = "0.6.7" self.opencore_version = "0.6.8"
self.lilu_version = "1.5.1" self.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.8" self.whatevergreen_version = "1.4.8"
self.airportbcrmfixup_version = "2.1.2" self.airportbcrmfixup_version = "2.1.2"

View File

@@ -145,6 +145,8 @@
<false/> <false/>
<key>EnableWriteUnprotector</key> <key>EnableWriteUnprotector</key>
<false/> <false/>
<key>ForceBooterSignature</key>
<true/>
<key>ForceExitBootServices</key> <key>ForceExitBootServices</key>
<false/> <false/>
<key>ProtectMemoryRegions</key> <key>ProtectMemoryRegions</key>