diff --git a/Docs/Changelog.md b/Docs/Changelog.md index 3a21e16..9d6c6ae 100644 --- a/Docs/Changelog.md +++ b/Docs/Changelog.md @@ -1,5 +1,12 @@ OpenCore Changelog ================== +#### v0.9.0 +- Resolved issues with verbose boot log appearing over picker graphics +- Added version number to EnableGop UI section, so tool builders can track it +- Added `ProvideCurrentCpuInfo` support for macOS 13.3 DP +- Added AMD support, GOP offset auto-detection and macOS 10.11+ support to EnableGop vBIOS insertion script +- Included precompiled EDK-II `EfiRom` and `GenFfs` in `Utilities/BaseTools` with OpenCore releases + #### v0.8.9 - Improved debug logging when applying ACPI patches - Fixed loading macOS with legacy boot without Apple Secure Boot diff --git a/Docs/Configuration.pdf b/Docs/Configuration.pdf index 03184a9..f352d47 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 1fda3ac..a71a526 100644 Binary files a/EFI-Debug/BOOT/BOOTx64.efi and b/EFI-Debug/BOOT/BOOTx64.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 369d382..fcc1925 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 - 21G320 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.3 + 1.6.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.6.3 + 1.6.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu b/EFI-Debug/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu index 4ce77ae..9f95bad 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/SMCProcessor.kext/Contents/Info.plist b/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/Info.plist index 1f0b054..472e333 100644 --- a/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/Info.plist +++ b/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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.SMCProcessor diff --git a/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor index c386814..423c770 100755 Binary files a/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor and b/EFI-Debug/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ diff --git a/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist b/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist index 8929bfe..146ce2b 100644 --- a/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist +++ b/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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 ru.joedm.SMCSuperIO diff --git a/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO index 59cbebf..c654444 100755 Binary files a/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO and b/EFI-Debug/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO differ diff --git a/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/Info.plist b/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/Info.plist index 0d29b67..ce03c4a 100644 --- a/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/Info.plist +++ b/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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.VirtualSMC diff --git a/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC index b3c6894..fd96099 100755 Binary files a/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC and b/EFI-Debug/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ diff --git a/EFI-Debug/OC/OpenCore.efi b/EFI-Debug/OC/OpenCore.efi index 5bf6b42..4e564f9 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 52e9f74..3ec0ca8 100644 Binary files a/EFI-Release/BOOT/BOOTx64.efi and b/EFI-Release/BOOT/BOOTx64.efi differ diff --git a/EFI-Release/OC/Drivers/OpenCanopy.efi b/EFI-Release/OC/Drivers/OpenCanopy.efi index 1a6195e..6f8367e 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/Kexts/Lilu.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/Lilu.kext/Contents/Info.plist index 369d382..fcc1925 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 - 21G320 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.6.3 + 1.6.4 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.6.3 + 1.6.4 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu b/EFI-Release/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu index 0945cc5..2884a43 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/SMCProcessor.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/Info.plist index 1f0b054..472e333 100644 --- a/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/Info.plist +++ b/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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.SMCProcessor diff --git a/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor index d9bbf0a..0280e9d 100755 Binary files a/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor and b/EFI-Release/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ diff --git a/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist index 8929bfe..146ce2b 100644 --- a/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist +++ b/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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 ru.joedm.SMCSuperIO diff --git a/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO index 2cdba65..735a118 100755 Binary files a/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO and b/EFI-Release/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO differ diff --git a/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/Info.plist b/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/Info.plist index 0d29b67..ce03c4a 100644 --- a/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/Info.plist +++ b/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 21G419 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,23 +25,23 @@ MacOSX CFBundleVersion - 1.3.0 + 1.3.1 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.VirtualSMC diff --git a/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC index da8cc65..3b0d981 100755 Binary files a/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC and b/EFI-Release/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ diff --git a/README.md b/README.md index 0514888..3cd8c16 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Note|Description :----|:---- Initial macOS Support|macOS 10.15, Catalina. -- Opencore version: 0.8.9 -- Release date: 14/02/2023 +- Opencore version: 0.9.0 +- Release date: 06/03/2023 # Basic Steps diff --git a/Utils/macrecovery/boards.json b/Utils/macrecovery/boards.json index c74dcbb..0b33be3 100644 --- a/Utils/macrecovery/boards.json +++ b/Utils/macrecovery/boards.json @@ -1,6 +1,6 @@ { "Mac-EE2EBD4B90B839A8": "latest", - "Mac-BE0E8AC46FE800CC": "11.7.3", + "Mac-BE0E8AC46FE800CC": "11.7.4", "Mac-9AE82516C7C6B903": "12.6.3", "Mac-942452F5819B1C1B": "10.13.6", "Mac-942C5DF58193131B": "10.13.6", @@ -8,8 +8,8 @@ "Mac-742912EFDBEE19B3": "10.13.6", "Mac-66F35F19FE2A0D05": "10.15.7", "Mac-2E6FAB96566FE58C": "10.15.7", - "Mac-35C1E88140C3E6CF": "11.7.3", - "Mac-7DF21CB3ED6977E5": "11.7.3", + "Mac-35C1E88140C3E6CF": "11.7.4", + "Mac-7DF21CB3ED6977E5": "11.7.4", "Mac-9F18E312C5C2BF0B": "12.6.3", "Mac-937CB26E2E02BB01": "12.6.3", "Mac-827FAC58A8FDFA22": "latest", @@ -17,9 +17,9 @@ "Mac-0CFF9C7C2B63DF8D": "latest", "Mac-C3EC7CD22292981F": "10.15.7", "Mac-AFD8A9D944EA4843": "10.15.7", - "Mac-189A3D4F975D5FFC": "11.7.3", - "Mac-3CBD00234E554E41": "11.7.3", - "Mac-2BD1B31983FE1663": "11.7.3", + "Mac-189A3D4F975D5FFC": "11.7.4", + "Mac-3CBD00234E554E41": "11.7.4", + "Mac-2BD1B31983FE1663": "11.7.4", "Mac-06F11FD93F0323C5": "12.6.3", "Mac-06F11F11946D27C5": "12.6.3", "Mac-E43C1C25D4880AD6": "12.6.3", @@ -61,8 +61,8 @@ "Mac-031B6874CF7F642A": "10.15.7", "Mac-27ADBB7B4CEE8E61": "10.15.7", "Mac-77EB7D7DAF985301": "10.15.7", - "Mac-81E3E92DD6088272": "11.7.3", - "Mac-42FD25EABCABB274": "11.7.3", + "Mac-81E3E92DD6088272": "11.7.4", + "Mac-42FD25EABCABB274": "11.7.4", "Mac-A369DDC4E67F1C45": "12.6.3", "Mac-FFE5EF870D7BA81A": "12.6.3", "Mac-DB15BD556843C820": "12.6.3", diff --git a/Utils/ocvalidate/ocvalidate b/Utils/ocvalidate/ocvalidate index 2d22b68..4708528 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 059c6b3..2af63cd 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 85c73a1..f1fc95c 100755 Binary files a/Utils/ocvalidate/ocvalidate.linux and b/Utils/ocvalidate/ocvalidate.linux differ