Sync OpenCorePkg

This commit is contained in:
Mykola Grymalyuk
2023-05-16 08:42:14 -06:00
parent 8dcec0dfa8
commit a837a27dc0
7 changed files with 7 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
- ex. Beta 4 KDK being recommended for Beta 3 install - ex. Beta 4 KDK being recommended for Beta 3 install
- Increment Binaries: - Increment Binaries:
- PatcherSupportPkg 1.0.0 - release - PatcherSupportPkg 1.0.0 - release
- OpenCorePkg 0.9.2 - release
- Lilu 1.6.5 - release - Lilu 1.6.5 - release
- RestrictEvents 1.1.1 - release - RestrictEvents 1.1.1 - release
- FeatureUnlock 1.1.4 - release - FeatureUnlock 1.1.4 - release

View File

@@ -1960,6 +1960,8 @@
<false/> <false/>
<key>DisableIoMapper</key> <key>DisableIoMapper</key>
<false/> <false/>
<key>DisableIoMapperMapping</key>
<false/>
<key>DisableLinkeditJettison</key> <key>DisableLinkeditJettison</key>
<false/> <false/>
<key>DisableRtcChecksum</key> <key>DisableRtcChecksum</key>
@@ -2617,6 +2619,8 @@
<string>Disabled</string> <string>Disabled</string>
<key>IgnoreTextInGraphics</key> <key>IgnoreTextInGraphics</key>
<false/> <false/>
<key>InitialMode</key>
<string>Auto</string>
<key>ProvideConsoleGop</key> <key>ProvideConsoleGop</key>
<true/> <true/>
<key>ReconnectGraphicsOnConnect</key> <key>ReconnectGraphicsOnConnect</key>

Binary file not shown.

Binary file not shown.

View File

@@ -113,7 +113,7 @@ class BuildOpenCore:
self.config["#Revision"]["Hardware-Probe"] = pickle.dumps(computer_copy) self.config["#Revision"]["Hardware-Probe"] = pickle.dumps(computer_copy)
else: else:
self.config["#Revision"]["Build-Type"] = "OpenCore Built for External Machine" self.config["#Revision"]["Build-Type"] = "OpenCore Built for External Machine"
self.config["#Revision"]["OpenCore-Version"] = f"{self.constants.opencore_version} - {self.constants.opencore_build} - {self.constants.opencore_commit}" self.config["#Revision"]["OpenCore-Version"] = f"{self.constants.opencore_version} - {self.constants.opencore_build}"
self.config["#Revision"]["Original-Model"] = self.model self.config["#Revision"]["Original-Model"] = self.model
self.config["NVRAM"]["Add"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"]["OCLP-Version"] = f"{self.constants.patcher_version}" self.config["NVRAM"]["Add"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"]["OCLP-Version"] = f"{self.constants.patcher_version}"
self.config["NVRAM"]["Add"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"]["OCLP-Model"] = self.model self.config["NVRAM"]["Add"]["4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102"]["OCLP-Model"] = self.model

View File

@@ -26,8 +26,7 @@ class Constants:
# OpenCore Versioning # OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg # https://github.com/acidanthera/OpenCorePkg
self.opencore_commit: str = "41b8aca - 04-03-2023" self.opencore_version: str = "0.9.2"
self.opencore_version: str = "0.9.1"
# Kext Versioning # Kext Versioning
## Acidanthera ## Acidanthera