mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 14:40:52 +10:00
Update binaries
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
|||||||
- Allow dyld shared cache swapping on pre-Haswell
|
- Allow dyld shared cache swapping on pre-Haswell
|
||||||
- Add USB1.1 injection for pre-Ivy bridge units
|
- Add USB1.1 injection for pre-Ivy bridge units
|
||||||
- Increment Binaries:
|
- Increment Binaries:
|
||||||
- Lilu 1.6.1 rolling (8542170)
|
- OpenCorePkg 0.8.3 rolling (30acb57)
|
||||||
|
- Lilu 1.6.2 rolling (2ff83c6)
|
||||||
- FeatureUnlock 1.0.9 rolling (b7c1dd0)
|
- FeatureUnlock 1.0.9 rolling (b7c1dd0)
|
||||||
|
|
||||||
## 0.4.7
|
## 0.4.7
|
||||||
|
|||||||
@@ -1903,12 +1903,8 @@
|
|||||||
<array/>
|
<array/>
|
||||||
<key>Security</key>
|
<key>Security</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>AllowNvramReset</key>
|
|
||||||
<true/>
|
|
||||||
<key>AllowSetDefault</key>
|
<key>AllowSetDefault</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>AllowToggleSip</key>
|
|
||||||
<false/>
|
|
||||||
<key>ApECID</key>
|
<key>ApECID</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
<key>AuthRestart</key>
|
<key>AuthRestart</key>
|
||||||
@@ -2355,6 +2351,16 @@
|
|||||||
<key>Arguments</key>
|
<key>Arguments</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Comment</key>
|
||||||
|
<string></string>
|
||||||
|
<key>Path</key>
|
||||||
|
<string>ToggleSipEntry.efi</string>
|
||||||
|
<key>Enabled</key>
|
||||||
|
<true/>
|
||||||
|
<key>Arguments</key>
|
||||||
|
<string></string>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>Input</key>
|
<key>Input</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,9 +22,11 @@ bad_drivers = [
|
|||||||
"AudioDxe.efi",
|
"AudioDxe.efi",
|
||||||
"BiosVideo.efi",
|
"BiosVideo.efi",
|
||||||
"CrScreenshotDxe.efi",
|
"CrScreenshotDxe.efi",
|
||||||
|
"Ext4Dxe.efi",
|
||||||
"HiiDatabase.efi",
|
"HiiDatabase.efi",
|
||||||
"NvmExpressDxe.efi",
|
"NvmExpressDxe.efi",
|
||||||
"OpenHfsPlus.efi",
|
"OpenHfsPlus.efi",
|
||||||
|
"OpenNtfsDxe.efi",
|
||||||
"OpenPartitionDxe.efi",
|
"OpenPartitionDxe.efi",
|
||||||
"OpenUsbKbDxe.efi",
|
"OpenUsbKbDxe.efi",
|
||||||
"Ps2KeyboardDxe.efi",
|
"Ps2KeyboardDxe.efi",
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
@@ -26,13 +26,13 @@ class Constants:
|
|||||||
|
|
||||||
# OpenCore Versioning
|
# OpenCore Versioning
|
||||||
# https://github.com/acidanthera/OpenCorePkg
|
# https://github.com/acidanthera/OpenCorePkg
|
||||||
self.opencore_commit = "30798fb - 04-18-2022"
|
self.opencore_commit = "30acb57 - 07-07-2022"
|
||||||
self.opencore_version = "0.8.0"
|
self.opencore_version = "0.8.3"
|
||||||
|
|
||||||
# Kext Versioning
|
# Kext Versioning
|
||||||
## Acidanthera
|
## Acidanthera
|
||||||
## https://github.com/acidanthera
|
## https://github.com/acidanthera
|
||||||
self.lilu_version = "1.6.1" # Lilu
|
self.lilu_version = "1.6.2" # Lilu
|
||||||
self.whatevergreen_version = "1.5.8" # WhateverGreen
|
self.whatevergreen_version = "1.5.8" # WhateverGreen
|
||||||
self.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup
|
self.airportbcrmfixup_version = "2.1.3" # AirPortBrcmFixup
|
||||||
self.nvmefix_version = "1.0.9" # NVMeFix
|
self.nvmefix_version = "1.0.9" # NVMeFix
|
||||||
|
|||||||
Reference in New Issue
Block a user