Upgrade OC 0.8.9 (*.efi, *.kext, *.plist)
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
OpenCore Changelog
|
||||
==================
|
||||
#### v0.8.9
|
||||
- Improved debug logging when applying ACPI patches
|
||||
- Fixed loading macOS with legacy boot without Apple Secure Boot
|
||||
- Added Linux support to legacy boot BootInstall script
|
||||
- Updated builtin firmware versions for SMBIOS and the rest
|
||||
- Fixed incomplete console mode initialisation when started in graphics mode
|
||||
- Provided additional UEFI forge mode, for use in firmware drivers
|
||||
- Implemented firmware driver enabling pre-OpenCore graphics on non-natively supported GPUs on EFI-era Macs
|
||||
- Prevented unwanted clear screen to console background colour when in graphics mode
|
||||
- Added `ResizeUsePciRbIo` quirk to workaround broken PciIo on some UEFI firmwares, thx @xCuri0
|
||||
- Fixed crash while using `SysReport` on older Atom systems
|
||||
- Fixed kexts without a Contents folder not being patched during a cacheless boot
|
||||
- Added read-only sections (`.rdata`) to all drivers for better memory protection when supported
|
||||
- Fixed crash while using `SysReport` on systems with non-audio HDA codecs
|
||||
- Fixed debug script support for GDB and LLDB
|
||||
- Fixed legacy boot debug builds asserting on macOS loading
|
||||
|
||||
#### v0.8.8
|
||||
- Updated underlying EDK II package to edk2-stable202211
|
||||
- Updated AppleKeyboardLayouts.txt from macOS 13.1
|
||||
|
||||
Binary file not shown.
@@ -1917,6 +1917,8 @@
|
||||
<true/>
|
||||
<key>ResizeGpuBars</key>
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>21G320</string>
|
||||
<string>21G419</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.6.3</string>
|
||||
<string>1.6.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
@@ -25,7 +25,7 @@
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.6.3</string>
|
||||
<string>1.6.4</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -339,7 +339,7 @@
|
||||
<key>PickerVariant</key>
|
||||
<string>Auto</string>
|
||||
<key>PollAppleHotKeys</key>
|
||||
<false/>
|
||||
<true/>
|
||||
<key>ShowPicker</key>
|
||||
<true/>
|
||||
<key>TakeoffDelay</key>
|
||||
@@ -771,6 +771,8 @@
|
||||
<true/>
|
||||
<key>ResizeGpuBars</key>
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>21G320</string>
|
||||
<string>21G419</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
@@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.6.3</string>
|
||||
<string>1.6.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
@@ -25,7 +25,7 @@
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.6.3</string>
|
||||
<string>1.6.4</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -339,7 +339,7 @@
|
||||
<key>PickerVariant</key>
|
||||
<string>Auto</string>
|
||||
<key>PollAppleHotKeys</key>
|
||||
<false/>
|
||||
<true/>
|
||||
<key>ShowPicker</key>
|
||||
<true/>
|
||||
<key>TakeoffDelay</key>
|
||||
@@ -783,6 +783,8 @@
|
||||
<true/>
|
||||
<key>ResizeGpuBars</key>
|
||||
<integer>-1</integer>
|
||||
<key>ResizeUsePciRbIo</key>
|
||||
<false/>
|
||||
<key>TscSyncTimeout</key>
|
||||
<integer>0</integer>
|
||||
<key>UnblockFsConnect</key>
|
||||
|
||||
@@ -4,8 +4,8 @@ Note|Description
|
||||
:----|:----
|
||||
Initial macOS Support|macOS 10.15, Catalina.
|
||||
|
||||
- Opencore version: 0.8.8
|
||||
- Release date: 02/01/2023
|
||||
- Opencore version: 0.8.9
|
||||
- Release date: 14/02/2023
|
||||
|
||||
# Basic Steps
|
||||
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
{
|
||||
"Mac-EE2EBD4B90B839A8": "latest",
|
||||
"Mac-BE0E8AC46FE800CC": "11.7.2",
|
||||
"Mac-9AE82516C7C6B903": "12.6.2",
|
||||
"Mac-BE0E8AC46FE800CC": "11.7.3",
|
||||
"Mac-9AE82516C7C6B903": "12.6.3",
|
||||
"Mac-942452F5819B1C1B": "10.13.6",
|
||||
"Mac-942C5DF58193131B": "10.13.6",
|
||||
"Mac-C08A6BB70A942AC2": "10.13.6",
|
||||
"Mac-742912EFDBEE19B3": "10.13.6",
|
||||
"Mac-66F35F19FE2A0D05": "10.15.7",
|
||||
"Mac-2E6FAB96566FE58C": "10.15.7",
|
||||
"Mac-35C1E88140C3E6CF": "11.7.2",
|
||||
"Mac-7DF21CB3ED6977E5": "11.7.2",
|
||||
"Mac-9F18E312C5C2BF0B": "12.6.2",
|
||||
"Mac-937CB26E2E02BB01": "12.6.2",
|
||||
"Mac-35C1E88140C3E6CF": "11.7.3",
|
||||
"Mac-7DF21CB3ED6977E5": "11.7.3",
|
||||
"Mac-9F18E312C5C2BF0B": "12.6.3",
|
||||
"Mac-937CB26E2E02BB01": "12.6.3",
|
||||
"Mac-827FAC58A8FDFA22": "latest",
|
||||
"Mac-226CB3C6A851A671": "latest",
|
||||
"Mac-0CFF9C7C2B63DF8D": "latest",
|
||||
"Mac-C3EC7CD22292981F": "10.15.7",
|
||||
"Mac-AFD8A9D944EA4843": "10.15.7",
|
||||
"Mac-189A3D4F975D5FFC": "11.7.2",
|
||||
"Mac-3CBD00234E554E41": "11.7.2",
|
||||
"Mac-2BD1B31983FE1663": "11.7.2",
|
||||
"Mac-06F11FD93F0323C5": "12.6.2",
|
||||
"Mac-06F11F11946D27C5": "12.6.2",
|
||||
"Mac-E43C1C25D4880AD6": "12.6.2",
|
||||
"Mac-473D31EABEB93F9B": "12.6.2",
|
||||
"Mac-66E35819EE2D0D05": "12.6.2",
|
||||
"Mac-A5C67F76ED83108C": "12.6.2",
|
||||
"Mac-189A3D4F975D5FFC": "11.7.3",
|
||||
"Mac-3CBD00234E554E41": "11.7.3",
|
||||
"Mac-2BD1B31983FE1663": "11.7.3",
|
||||
"Mac-06F11FD93F0323C5": "12.6.3",
|
||||
"Mac-06F11F11946D27C5": "12.6.3",
|
||||
"Mac-E43C1C25D4880AD6": "12.6.3",
|
||||
"Mac-473D31EABEB93F9B": "12.6.3",
|
||||
"Mac-66E35819EE2D0D05": "12.6.3",
|
||||
"Mac-A5C67F76ED83108C": "12.6.3",
|
||||
"Mac-B4831CEBD52A0C4C": "latest",
|
||||
"Mac-CAD6701F7CEA0921": "latest",
|
||||
"Mac-551B86E5744E2388": "latest",
|
||||
@@ -43,7 +43,7 @@
|
||||
"Mac-942459F5819B171B": "10.13.6",
|
||||
"Mac-4B7AC7E43945597E": "10.15.7",
|
||||
"Mac-6F01561E16C75D06": "10.15.7",
|
||||
"Mac-F60DEB81FF30ACF6": "12.6.2",
|
||||
"Mac-F60DEB81FF30ACF6": "12.6.3",
|
||||
"Mac-27AD2F918AE68F61": "latest",
|
||||
"Mac-F2208EC8": "10.13.6",
|
||||
"Mac-8ED6AF5B48C039E1": "10.13.6",
|
||||
@@ -51,7 +51,7 @@
|
||||
"Mac-7BA5B2794B2CDB12": "10.13.6",
|
||||
"Mac-031AEE4D24BFF0B1": "10.15.7",
|
||||
"Mac-F65AE981FFA204ED": "10.15.7",
|
||||
"Mac-35C5E08120C7EEAF": "12.6.2",
|
||||
"Mac-35C5E08120C7EEAF": "12.6.3",
|
||||
"Mac-7BA5B2DFE22DDD8C": "latest",
|
||||
"Mac-942B5BF58194151B": "10.13.6",
|
||||
"Mac-942B59F58194171B": "10.13.6",
|
||||
@@ -61,13 +61,13 @@
|
||||
"Mac-031B6874CF7F642A": "10.15.7",
|
||||
"Mac-27ADBB7B4CEE8E61": "10.15.7",
|
||||
"Mac-77EB7D7DAF985301": "10.15.7",
|
||||
"Mac-81E3E92DD6088272": "11.7.2",
|
||||
"Mac-42FD25EABCABB274": "11.7.2",
|
||||
"Mac-A369DDC4E67F1C45": "12.6.2",
|
||||
"Mac-FFE5EF870D7BA81A": "12.6.2",
|
||||
"Mac-DB15BD556843C820": "12.6.2",
|
||||
"Mac-65CE76090165799A": "12.6.2",
|
||||
"Mac-B809C3757DA9BB8D": "12.6.2",
|
||||
"Mac-81E3E92DD6088272": "11.7.3",
|
||||
"Mac-42FD25EABCABB274": "11.7.3",
|
||||
"Mac-A369DDC4E67F1C45": "12.6.3",
|
||||
"Mac-FFE5EF870D7BA81A": "12.6.3",
|
||||
"Mac-DB15BD556843C820": "12.6.3",
|
||||
"Mac-65CE76090165799A": "12.6.3",
|
||||
"Mac-B809C3757DA9BB8D": "12.6.3",
|
||||
"Mac-4B682C642B45593E": "latest",
|
||||
"Mac-77F17D7DA9285301": "latest",
|
||||
"Mac-BE088AF8C5EB4FA2": "latest",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user