diff --git a/Docs/Changelog.md b/Docs/Changelog.md index 5e2454b..e7b0886 100644 --- a/Docs/Changelog.md +++ b/Docs/Changelog.md @@ -1,5 +1,20 @@ OpenCore Changelog ================== +#### v0.8.8 +- Updated underlying EDK II package to edk2-stable202211 +- Updated AppleKeyboardLayouts.txt from macOS 13.1 +- Updated builtin firmware versions for SMBIOS and the rest +- Updated ocvalidate to allow duplicate tool if FullNvramAccess is different +- Fixed `Kernel` -> `Block` entries not being processed if one was skipped due to `Arch` +- Fixed intermittent prelinking failures caused by XML corruption when kext blocking is enabled +- Removed magic Acidanthera sequence from OpenCore files used for picker hiding +- Added `.contentVisibility` to hide and disable boot entries +- Added Linux support to QemuBuild.command used for Duet debugging +- Built in new secure PE/COFF loader +- Added prebuilt mtoc universal binary with Apple Silicon support +- Corrected OpenDuet build on Apple Silicon +- Added SD card device path support for boot device selection + #### v0.8.7 - Removed unwanted clear screen when launching non-text boot entry - Fixed TSC/FSB for AMD CPUs in ProvideCurrentCpuInfo, thx @Shaneee diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index f3dae4b..205ad38 100644 Binary files a/Docs/Configuration.pdf and b/Docs/Configuration.pdf differ diff --git a/EFI-Debug/BOOT/BOOTx64.efi b/EFI-Debug/BOOT/BOOTx64.efi index 6ce1dbc..66b88c2 100644 Binary files a/EFI-Debug/BOOT/BOOTx64.efi and b/EFI-Debug/BOOT/BOOTx64.efi differ diff --git a/EFI-Debug/OC/Drivers/AudioDxe.efi b/EFI-Debug/OC/Drivers/AudioDxe.efi index b22856d..6aea0b7 100644 Binary files a/EFI-Debug/OC/Drivers/AudioDxe.efi and b/EFI-Debug/OC/Drivers/AudioDxe.efi differ diff --git a/EFI-Debug/OC/Drivers/HfsPlus.efi b/EFI-Debug/OC/Drivers/HfsPlus.efi index cb97a87..af9c51b 100755 Binary files a/EFI-Debug/OC/Drivers/HfsPlus.efi and b/EFI-Debug/OC/Drivers/HfsPlus.efi differ diff --git a/EFI-Debug/OC/Drivers/OpenRuntime.efi b/EFI-Debug/OC/Drivers/OpenRuntime.efi index 08bde9d..74d45d7 100644 Binary files a/EFI-Debug/OC/Drivers/OpenRuntime.efi and b/EFI-Debug/OC/Drivers/OpenRuntime.efi differ diff --git a/EFI-Debug/OC/Drivers/ResetNvramEntry.efi b/EFI-Debug/OC/Drivers/ResetNvramEntry.efi index c2984e5..8fb6a8c 100644 Binary files a/EFI-Debug/OC/Drivers/ResetNvramEntry.efi and b/EFI-Debug/OC/Drivers/ResetNvramEntry.efi differ diff --git a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Info.plist b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Info.plist index 8931f33..369d382 100644 --- a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Info.plist +++ b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G730 + 21G320 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.2 + 1.6.3 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.6.2 + 1.6.3 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 13C100 + 13F100 DTPlatformName macosx DTPlatformVersion - 12.1 + 12.3 DTSDKBuild - 21C46 + 21E226 DTSDKName - macosx12.1 + macosx12.3 DTXcode - 1321 + 1341 DTXcodeBuild - 13C100 + 13F100 IOKitPersonalities as.vit9696.Lilu diff --git a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu index 5a115d7..4ce77ae 100755 Binary files a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu and b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu differ diff --git a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Resources/Headers/kern_cpu.hpp b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Resources/Headers/kern_cpu.hpp index 7827c0d..0c4ff90 100644 --- a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Resources/Headers/kern_cpu.hpp +++ b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/Resources/Headers/kern_cpu.hpp @@ -93,6 +93,7 @@ namespace CPUInfo { CPU_MODEL_ROCKETLAKE_S = 0xA7, /* desktop RocketLake */ CPU_MODEL_TIGERLAKE_U = 0x8C, CPU_MODEL_ALDERLAKE_S = 0x97, + CPU_MODEL_RAPTORLAKE_S = 0xB7, }; /** @@ -126,6 +127,7 @@ namespace CPUInfo { RocketLake, TigerLake, AlderLake, + RaptorLake, MaxGeneration }; diff --git a/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/Info.plist b/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/Info.plist index b2e9400..4cd10b8 100644 --- a/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/Info.plist +++ b/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G217 + 21G320 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.2 + 1.6.3 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,11 +25,11 @@ MacOSX CFBundleVersion - 1.6.2 + 1.6.3 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 14A400 + 13F100 DTPlatformName macosx DTPlatformVersion @@ -39,9 +39,9 @@ DTSDKName macosx12.3 DTXcode - 1401 + 1341 DTXcodeBuild - 14A400 + 13F100 IOKitPersonalities NVHDAEnabler diff --git a/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen index 8faae7b..7c54f2e 100755 Binary files a/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen and b/EFI-Debug/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen differ diff --git a/EFI-Debug/OC/OpenCore.efi b/EFI-Debug/OC/OpenCore.efi index 05f07de..b3199ba 100644 Binary files a/EFI-Debug/OC/OpenCore.efi and b/EFI-Debug/OC/OpenCore.efi differ diff --git a/EFI-Release/BOOT/BOOTx64.efi b/EFI-Release/BOOT/BOOTx64.efi index f1a6bfd..6611a65 100644 Binary files a/EFI-Release/BOOT/BOOTx64.efi and b/EFI-Release/BOOT/BOOTx64.efi differ diff --git a/EFI-Release/OC/Drivers/AudioDxe.efi b/EFI-Release/OC/Drivers/AudioDxe.efi index c2fd2fb..b2453d7 100644 Binary files a/EFI-Release/OC/Drivers/AudioDxe.efi and b/EFI-Release/OC/Drivers/AudioDxe.efi differ diff --git a/EFI-Release/OC/Drivers/HfsPlus.efi b/EFI-Release/OC/Drivers/HfsPlus.efi index cb97a87..af9c51b 100755 Binary files a/EFI-Release/OC/Drivers/HfsPlus.efi and b/EFI-Release/OC/Drivers/HfsPlus.efi differ diff --git a/EFI-Release/OC/Drivers/OpenCanopy.efi b/EFI-Release/OC/Drivers/OpenCanopy.efi index d10ee7c..f47b941 100644 Binary files a/EFI-Release/OC/Drivers/OpenCanopy.efi and b/EFI-Release/OC/Drivers/OpenCanopy.efi differ diff --git a/EFI-Release/OC/Drivers/OpenRuntime.efi b/EFI-Release/OC/Drivers/OpenRuntime.efi index 4dc65a9..24e0073 100644 Binary files a/EFI-Release/OC/Drivers/OpenRuntime.efi and b/EFI-Release/OC/Drivers/OpenRuntime.efi differ diff --git a/EFI-Release/OC/Drivers/ResetNvramEntry.efi b/EFI-Release/OC/Drivers/ResetNvramEntry.efi index b418674..d3710c4 100644 Binary files a/EFI-Release/OC/Drivers/ResetNvramEntry.efi and b/EFI-Release/OC/Drivers/ResetNvramEntry.efi differ diff --git a/EFI-Release/OC/Kexts/Lilu.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/Lilu.kext/Contents/Info.plist index 8931f33..369d382 100644 --- a/EFI-Release/OC/Kexts/Lilu.kext/Contents/Info.plist +++ b/EFI-Release/OC/Kexts/Lilu.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G730 + 21G320 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.2 + 1.6.3 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.6.2 + 1.6.3 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 13C100 + 13F100 DTPlatformName macosx DTPlatformVersion - 12.1 + 12.3 DTSDKBuild - 21C46 + 21E226 DTSDKName - macosx12.1 + macosx12.3 DTXcode - 1321 + 1341 DTXcodeBuild - 13C100 + 13F100 IOKitPersonalities as.vit9696.Lilu diff --git a/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu b/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu index 3d00ca6..0945cc5 100755 Binary files a/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu and b/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu differ diff --git a/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/Info.plist index b2e9400..4cd10b8 100644 --- a/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/Info.plist +++ b/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21G217 + 21G320 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.2 + 1.6.3 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,11 +25,11 @@ MacOSX CFBundleVersion - 1.6.2 + 1.6.3 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 14A400 + 13F100 DTPlatformName macosx DTPlatformVersion @@ -39,9 +39,9 @@ DTSDKName macosx12.3 DTXcode - 1401 + 1341 DTXcodeBuild - 14A400 + 13F100 IOKitPersonalities NVHDAEnabler diff --git a/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen index a94e78b..e2aa668 100755 Binary files a/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen and b/EFI-Release/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen differ diff --git a/EFI-Release/OC/OpenCore.efi b/EFI-Release/OC/OpenCore.efi index 0615b9e..d3b5803 100644 Binary files a/EFI-Release/OC/OpenCore.efi and b/EFI-Release/OC/OpenCore.efi differ diff --git a/README.md b/README.md index d1f6128..f0b1154 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Note|Description :----|:---- Initial macOS Support|macOS 10.15, Catalina. -- Opencore version: 0.8.7 -- Release date: 06/12/2022 (late a day) +- Opencore version: 0.8.8 +- Release date: 02/01/2023 # Basic Steps diff --git a/Utils/macrecovery/boards.json b/Utils/macrecovery/boards.json index 95837aa..433a640 100644 --- a/Utils/macrecovery/boards.json +++ b/Utils/macrecovery/boards.json @@ -1,31 +1,31 @@ { "Mac-EE2EBD4B90B839A8": "latest", - "Mac-BE0E8AC46FE800CC": "11.7.1", - "Mac-9AE82516C7C6B903": "12.6.1", + "Mac-BE0E8AC46FE800CC": "11.7.2", + "Mac-9AE82516C7C6B903": "12.6.2", "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.1", - "Mac-7DF21CB3ED6977E5": "11.7.1", - "Mac-9F18E312C5C2BF0B": "12.6.1", - "Mac-937CB26E2E02BB01": "12.6.1", + "Mac-35C1E88140C3E6CF": "11.7.2", + "Mac-7DF21CB3ED6977E5": "11.7.2", + "Mac-9F18E312C5C2BF0B": "12.6.2", + "Mac-937CB26E2E02BB01": "12.6.2", "Mac-827FAC58A8FDFA22": "latest", "Mac-226CB3C6A851A671": "latest", "Mac-0CFF9C7C2B63DF8D": "latest", "Mac-C3EC7CD22292981F": "10.15.7", "Mac-AFD8A9D944EA4843": "10.15.7", - "Mac-189A3D4F975D5FFC": "11.7.1", - "Mac-3CBD00234E554E41": "11.7.1", - "Mac-2BD1B31983FE1663": "11.7.1", - "Mac-06F11FD93F0323C5": "12.6.1", - "Mac-06F11F11946D27C5": "12.6.1", - "Mac-E43C1C25D4880AD6": "12.6.1", - "Mac-473D31EABEB93F9B": "12.6.1", - "Mac-66E35819EE2D0D05": "12.6.1", - "Mac-A5C67F76ED83108C": "12.6.1", + "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-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.1", + "Mac-F60DEB81FF30ACF6": "12.6.2", "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.1", + "Mac-35C5E08120C7EEAF": "12.6.2", "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.1", - "Mac-42FD25EABCABB274": "11.7.1", - "Mac-A369DDC4E67F1C45": "12.6.1", - "Mac-FFE5EF870D7BA81A": "12.6.1", - "Mac-DB15BD556843C820": "12.6.1", - "Mac-65CE76090165799A": "12.6.1", - "Mac-B809C3757DA9BB8D": "12.6.1", + "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-4B682C642B45593E": "latest", "Mac-77F17D7DA9285301": "latest", "Mac-BE088AF8C5EB4FA2": "latest", diff --git a/Utils/ocvalidate/ocvalidate b/Utils/ocvalidate/ocvalidate index 88afc9d..31aabf7 100755 Binary files a/Utils/ocvalidate/ocvalidate and b/Utils/ocvalidate/ocvalidate differ diff --git a/Utils/ocvalidate/ocvalidate.exe b/Utils/ocvalidate/ocvalidate.exe index 5637a35..c12877d 100755 Binary files a/Utils/ocvalidate/ocvalidate.exe and b/Utils/ocvalidate/ocvalidate.exe differ diff --git a/Utils/ocvalidate/ocvalidate.linux b/Utils/ocvalidate/ocvalidate.linux index e288d6f..88669a7 100755 Binary files a/Utils/ocvalidate/ocvalidate.linux and b/Utils/ocvalidate/ocvalidate.linux differ