diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af9bd660..c4573ee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Allows for wider array of OS support (High Sierra+) - Use plist override for BCM943224 and BCM94331 support in Big Sur+ - Allows for older OS support through OpenCore +- Increment Binaries: + - OpenCore 0.7.2 release + - Lilu 1.5.5 release + - AppleALC 1.6.3 release + - WhateverGreen 1.5.2 release + - FeatureUnlock 1.0.3 release ## 0.2.4 diff --git a/Resources/Build.py b/Resources/Build.py index adef71ccf..8ec6e891a 100644 --- a/Resources/Build.py +++ b/Resources/Build.py @@ -758,12 +758,6 @@ class BuildOpenCore: self.spoofed_model = self.model minimal_serial_patch(self) - if self.constants.download_ram is False: - self.config["PlatformInfo"].pop("Memory") - else: - print("- Inserting 1.5TB of RAM into your Mac") - self.config["PlatformInfo"]["CustomMemory"] = True - # USB Map and CPUFriend Patching if ( self.constants.allow_oc_everywhere is False diff --git a/Resources/Constants.py b/Resources/Constants.py index feff724af..f95590e8b 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -13,10 +13,10 @@ from Resources import device_probe class Constants: def __init__(self): self.patcher_version = "0.2.5" - self.opencore_commit = "be2d9fe - 07-2-2021" - self.opencore_version = "0.7.1" - self.lilu_version = "1.5.4" - self.whatevergreen_version = "1.5.1" + self.opencore_commit = "ff5ad67 - 08-02-2021" + self.opencore_version = "0.7.2" + self.lilu_version = "1.5.5" + self.whatevergreen_version = "1.5.2" self.airportbcrmfixup_version = "2.1.3" self.bcm570_version = "1.0.1" self.marvel_version = "1.0.0" @@ -28,14 +28,13 @@ class Constants: self.io80211elcap_version = "1.0.0" self.io80211high_sierra_version = "1.0.0" self.io80211mojave_version = "1.0.0" - self.applealc_version = "1.6.2" + self.applealc_version = "1.6.3" self.restrictevents_version = "1.0.3" self.restrictevents_mbp_version = "1.0.3" self.piixata_version = "1.0.0" self.backlight_version = "1.0.1" self.backlight_injector_version = "1.0.0" self.cpufriend_version = "1.2.4" - self.nightshift_version = "1.1.0" self.smcspoof_version = "1.0.0" self.nvmefix_version = "1.0.9" self.featureunlock_version = "1.0.3" @@ -273,10 +272,6 @@ class Constants: def cpufriend_path(self): return self.payload_kexts_path / Path(f"Acidanthera/CPUFriend-v{self.cpufriend_version}.zip") - @property - def nightshift_path(self): - return self.payload_kexts_path / Path(f"Misc/NightShiftEnabler-v{self.nightshift_version}.zip") - @property def smcspoof_path(self): return self.payload_kexts_path / Path(f"Misc/SMC-Spoof-v{self.smcspoof_version}.zip") diff --git a/payloads/Config/config.plist b/payloads/Config/config.plist index 5f2556615..5caf8233c 100644 --- a/payloads/Config/config.plist +++ b/payloads/Config/config.plist @@ -234,7 +234,7 @@ Arch - x86_64 + Any Comment Patching Engine Enabled @@ -242,7 +242,7 @@ MaxKernel MinKernel - 10.0.0 + 8.0.0 BundlePath Lilu.kext ExecutablePath @@ -1065,7 +1065,7 @@ FuzzyMatch KernelArch - x86_64 + Auto KernelCache Auto @@ -1314,242 +1314,6 @@ SystemUUID - Memory - - DataWidth - 64 - ErrorCorrection - 3 - FormFactor - 9 - MaxCapacity - 137438953472 - TotalWidth - 64 - Type - 26 - TypeDetail - 128 - Devices - - - AssetTag - - BankLocator - - DeviceLocator - Slot 1 - Manufacturer - Acidanthera\GoldenGate - PartNumber - M00001-4GB - SerialNumber - AAA000000001 - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 2 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 3 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA000000002 - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 4 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 5 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA000000002 - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 6 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 7 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA000000001 - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 8 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 9 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 10 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 11 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - AssetTag - - BankLocator - - DeviceLocator - Slot 12 - Manufacturer - Acidanthera - PartNumber - M00001-4GB - SerialNumber - AAA00000000X - Size - 131072 - Speed - 5733 - - - PlatformNVRAM BID @@ -1662,6 +1426,8 @@ 0 KeySubsequentDelay 5 + GraphicsInputMirroring + PointerSpeedDiv 1 PointerSpeedMul diff --git a/payloads/Kexts/Acidanthera/AppleALC-v1.6.2.zip b/payloads/Kexts/Acidanthera/AppleALC-v1.6.2.zip deleted file mode 100644 index 2c89c54e2..000000000 Binary files a/payloads/Kexts/Acidanthera/AppleALC-v1.6.2.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/AppleALC-v1.6.3.zip b/payloads/Kexts/Acidanthera/AppleALC-v1.6.3.zip new file mode 100644 index 000000000..9a87f8e96 Binary files /dev/null and b/payloads/Kexts/Acidanthera/AppleALC-v1.6.3.zip differ diff --git a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.3.zip b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.3.zip index cd512b7ff..49add63ec 100644 Binary files a/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.3.zip and b/payloads/Kexts/Acidanthera/FeatureUnlock-v1.0.3.zip differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.5.4.zip b/payloads/Kexts/Acidanthera/Lilu-v1.5.4.zip deleted file mode 100644 index e8943cd9c..000000000 Binary files a/payloads/Kexts/Acidanthera/Lilu-v1.5.4.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/Lilu-v1.5.5.zip b/payloads/Kexts/Acidanthera/Lilu-v1.5.5.zip new file mode 100644 index 000000000..bf2510b43 Binary files /dev/null and b/payloads/Kexts/Acidanthera/Lilu-v1.5.5.zip differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.1.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.1.zip deleted file mode 100644 index fcaacbafa..000000000 Binary files a/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.1.zip and /dev/null differ diff --git a/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.2.zip b/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.2.zip new file mode 100644 index 000000000..bb2e7534a Binary files /dev/null and b/payloads/Kexts/Acidanthera/WhateverGreen-v1.5.2.zip differ diff --git a/payloads/OpenCore/OpenCore-DEBUG.zip b/payloads/OpenCore/OpenCore-DEBUG.zip index 8a925dd13..1d823508f 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 42cd76156..81e82263f 100644 Binary files a/payloads/OpenCore/OpenCore-RELEASE.zip and b/payloads/OpenCore/OpenCore-RELEASE.zip differ diff --git a/payloads/Tools/ocvalidate b/payloads/Tools/ocvalidate index f4da151b9..f9c2d5e5c 100755 Binary files a/payloads/Tools/ocvalidate and b/payloads/Tools/ocvalidate differ