diff --git a/CHANGELOG.md b/CHANGELOG.md index 0871acbdc..fd789135b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ - PCIe-based FaceTime Camera support - Bluetooth support by switching to dynamic VMM spoofing - Increment Binaries: - - OpenCorePkg 0.9.5 - release + - OpenCorePkg 0.9.3 - release - Lilu 1.6.7 - release - WhateverGreen 1.6.6 - release - RestrictEvents 1.1.3 - (rolling - 4f233dd) diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index cef3c057d..51d1ac654 100644 Binary files a/payloads/OpenCore/OpenCore-DEBUG.zip and b/payloads/OpenCore/OpenCore-DEBUG.zip differ diff --git a/payloads/OpenCore/OpenCore-RELEASE.zip b/payloads/OpenCore/OpenCore-RELEASE.zip index a040b7fd8..57875fc2c 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/OpenCore/macserial b/payloads/OpenCore/macserial index f45de72e4..115c89f2c 100755 Binary files a/payloads/OpenCore/macserial and b/payloads/OpenCore/macserial differ diff --git a/payloads/OpenCore/ocvalidate b/payloads/OpenCore/ocvalidate index be4d6c85f..81147cb86 100755 Binary files a/payloads/OpenCore/ocvalidate and b/payloads/OpenCore/ocvalidate differ diff --git a/resources/build/firmware.py b/resources/build/firmware.py index b52b5059d..455f20284 100644 --- a/resources/build/firmware.py +++ b/resources/build/firmware.py @@ -215,12 +215,12 @@ class BuildFirmware: # CSM check # For model support, check for GUID in firmware and as well as Bootcamp Assistant's Info.plist ('PreUEFIModels' key) # Ref: https://github.com/acidanthera/OpenCorePkg/blob/0.9.5/Platform/OpenLegacyBoot/OpenLegacyBoot.c#L19 - if smbios_data.smbios_dictionary[self.model]["CPU Generation"] <= cpu_data.CPUGen.ivy_bridge.value and self.model != "MacPro6,1": - logging.info("- Enabling CSM support") - support.BuildSupport(self.model, self.constants, self.config).get_efi_binary_by_path("OpenLegacyBoot.efi", "UEFI", "Drivers")["Enabled"] = True - else: - # Shipped alongside OpenCorePkg, so remove if unused - (self.constants.drivers_path / Path("OpenLegacyBoot.efi")).unlink() + # if smbios_data.smbios_dictionary[self.model]["CPU Generation"] <= cpu_data.CPUGen.ivy_bridge.value and self.model != "MacPro6,1": + # logging.info("- Enabling CSM support") + # support.BuildSupport(self.model, self.constants, self.config).get_efi_binary_by_path("OpenLegacyBoot.efi", "UEFI", "Drivers")["Enabled"] = True + # else: + # # Shipped alongside OpenCorePkg, so remove if unused + # (self.constants.drivers_path / Path("OpenLegacyBoot.efi")).unlink() def _firmware_compatibility_handling(self) -> None: """