diff --git a/Changelog.md b/Changelog.md index 5ad98c7..3fe042c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## [2.0.1] + +- Remove unused kext +- Add some cosmetic SSDTs +- Use USBToolBox instead of USBMap due to lacks of XHCI controllers +- Remove unused Kernel patches ## [2.0.0] - Remove built-in UMAF tools diff --git a/EFI/OC/ACPI/SSDT-AC0.aml b/EFI/OC/ACPI/SSDT-AC0.aml new file mode 100755 index 0000000..089791f Binary files /dev/null and b/EFI/OC/ACPI/SSDT-AC0.aml differ diff --git a/EFI/OC/ACPI/SSDT-ARTC.aml b/EFI/OC/ACPI/SSDT-ARTC.aml new file mode 100755 index 0000000..bc3f03f Binary files /dev/null and b/EFI/OC/ACPI/SSDT-ARTC.aml differ diff --git a/EFI/OC/ACPI/SSDT-DMAC.aml b/EFI/OC/ACPI/SSDT-DMAC.aml new file mode 100755 index 0000000..498f757 Binary files /dev/null and b/EFI/OC/ACPI/SSDT-DMAC.aml differ diff --git a/EFI/OC/ACPI/SSDT-FWHD.aml b/EFI/OC/ACPI/SSDT-FWHD.aml new file mode 100755 index 0000000..67aa838 Binary files /dev/null and b/EFI/OC/ACPI/SSDT-FWHD.aml differ diff --git a/EFI/OC/ACPI/SSDT-MEM2.aml b/EFI/OC/ACPI/SSDT-MEM2.aml new file mode 100755 index 0000000..204b97c Binary files /dev/null and b/EFI/OC/ACPI/SSDT-MEM2.aml differ diff --git a/EFI/OC/ACPI/SSDT-USB-Reset.aml b/EFI/OC/ACPI/SSDT-USB-Reset.aml deleted file mode 100755 index 741051e..0000000 Binary files a/EFI/OC/ACPI/SSDT-USB-Reset.aml and /dev/null differ diff --git a/EFI/OC/Drivers/OpenHfsPlus.efi b/EFI/OC/Drivers/OpenHfsPlus.efi deleted file mode 100755 index 58bbeb0..0000000 Binary files a/EFI/OC/Drivers/OpenHfsPlus.efi and /dev/null differ diff --git a/EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/Contents/Info.plist b/EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/Contents/Info.plist deleted file mode 100755 index 1283c30..0000000 --- a/EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext/Contents/Info.plist +++ /dev/null @@ -1,53 +0,0 @@ - - - - - CFBundleGetInfoString - Copyright © 2020 lvs1974. All rights reserved. - CFBundleIdentifier - as.lvs1974.AirportBrcmNICInjector - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - AirPortBrcmNIC - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - IOKitPersonalities - - Airport_BrcmNIC - - CFBundleIdentifier - com.apple.driver.AirPort.BrcmNIC - IOClass - AirPort_BrcmNIC - IOMatchCategory - IODefaultMatchCategory - IONameMatch - - pci14e4,4331 - pci14e4,4353 - pci14e4,4357 - pci14e4,43ba - pci14e4,43a3 - pci14e4,43a0 - pci14e4,43b1 - pci14e4,43b2 - - IOProbeScore - 2048 - IOProviderClass - IOPCIDevice - TruePowerOff - - - - OSBundleRequired - Network-Root - - diff --git a/EFI/OC/Kexts/DebugEnhancer.kext/Contents/Info.plist b/EFI/OC/Kexts/DebugEnhancer.kext/Contents/Info.plist deleted file mode 100755 index 84296a1..0000000 --- a/EFI/OC/Kexts/DebugEnhancer.kext/Contents/Info.plist +++ /dev/null @@ -1,87 +0,0 @@ - - - - - BuildMachineOSBuild - 21G320 - CFBundleDevelopmentRegion - en - CFBundleExecutable - DebugEnhancer - CFBundleIdentifier - as.lvs1974.DebugEnhancer - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - DebugEnhancer - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.0.9 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1.0.9 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 14C18 - DTPlatformName - macosx - DTPlatformVersion - 13.1 - DTSDKBuild - 22C55 - DTSDKName - macosx13.1 - DTXcode - 1420 - DTXcodeBuild - 14C18 - IOKitPersonalities - - as.lvs1974.DebugEnhancer - - CFBundleIdentifier - as.lvs1974.DebugEnhancer - IOClass - DebugEnhancer - IOMatchCategory - DebugEnhancer - IOProviderClass - IOResources - IOResourceMatch - IOKit - - - LSMinimumSystemVersion - 10.8 - NSHumanReadableCopyright - Copyright © 2019 lvs1974. All rights reserved. - OSBundleCompatibleVersion - 1.0 - OSBundleLibraries - - as.vit9696.Lilu - 1.2.6 - com.apple.kpi.bsd - 12.0.0 - com.apple.kpi.dsep - 12.0.0 - com.apple.kpi.iokit - 12.0.0 - com.apple.kpi.libkern - 12.0.0 - com.apple.kpi.mach - 12.0.0 - com.apple.kpi.unsupported - 12.0.0 - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/DebugEnhancer.kext/Contents/MacOS/DebugEnhancer b/EFI/OC/Kexts/DebugEnhancer.kext/Contents/MacOS/DebugEnhancer deleted file mode 100755 index b086357..0000000 Binary files a/EFI/OC/Kexts/DebugEnhancer.kext/Contents/MacOS/DebugEnhancer and /dev/null differ diff --git a/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/Info.plist b/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/Info.plist deleted file mode 100755 index 863ba07..0000000 --- a/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/Info.plist +++ /dev/null @@ -1,117 +0,0 @@ - - - - - BuildMachineOSBuild - 21G320 - CFBundleDevelopmentRegion - en - CFBundleExecutable - EmeraldSDHC - CFBundleIdentifier - fish.goldfish64.EmeraldSDHC - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - EmeraldSDHC - CFBundlePackageType - KEXT - CFBundleShortVersionString - 0.1.3 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 0.1.3 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 14C18 - DTPlatformName - macosx - DTPlatformVersion - 13.1 - DTSDKBuild - 22C55 - DTSDKName - macosx13.1 - DTXcode - 1420 - DTXcodeBuild - 14C18 - IOKitPersonalities - - EmeraldSDHC - - CFBundleIdentifier - fish.goldfish64.EmeraldSDHC - IOClass - EmeraldSDHC - IOPCIClassMatch - 0x08050000 0x08050100 - IOProbeScore - 1000 - IOProviderClass - IOPCIDevice - Protocol Characteristics - - Physical Interconnect - Secure Digital - Physical Interconnect Location - Internal - - - EmeraldSDHC ACPI - - CFBundleIdentifier - fish.goldfish64.EmeraldSDHC - IOClass - EmeraldSDHC - IONameMatch - PNP0D40 - IOProbeScore - 1000 - IOProviderClass - IOACPIPlatformDevice - Protocol Characteristics - - Physical Interconnect - Secure Digital - Physical Interconnect Location - Internal - - - EmeraldSDHCBlockStorageDevice - - CFBundleIdentifier - fish.goldfish64.EmeraldSDHC - IOClass - EmeraldSDHCBlockStorageDevice - IOProviderClass - EmeraldSDHCSlot - - - LSMinimumSystemVersion - 10.6 - OSBundleCompatibleVersion - 0.1.3 - OSBundleLibraries - - com.apple.iokit.IOACPIFamily - 1.0 - com.apple.iokit.IOPCIFamily - 1.0 - com.apple.iokit.IOStorageFamily - 1.0 - com.apple.kpi.iokit - 8.0.0 - com.apple.kpi.libkern - 8.0.0 - com.apple.kpi.mach - 8.0.0 - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/MacOS/EmeraldSDHC b/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/MacOS/EmeraldSDHC deleted file mode 100755 index 71e5a16..0000000 Binary files a/EFI/OC/Kexts/EmeraldSDHC.kext/Contents/MacOS/EmeraldSDHC and /dev/null differ diff --git a/EFI/OC/Kexts/FeatureUnlock.kext/Contents/Info.plist b/EFI/OC/Kexts/FeatureUnlock.kext/Contents/Info.plist deleted file mode 100755 index 7b75d31..0000000 --- a/EFI/OC/Kexts/FeatureUnlock.kext/Contents/Info.plist +++ /dev/null @@ -1,83 +0,0 @@ - - - - - BuildMachineOSBuild - 21G320 - CFBundleDevelopmentRegion - en - CFBundleExecutable - FeatureUnlock - CFBundleIdentifier - com.khronokernel.FeatureUnlock - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - FeatureUnlock - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.1.6 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1.1.6 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 14C18 - DTPlatformName - macosx - DTPlatformVersion - 13.1 - DTSDKBuild - 22C55 - DTSDKName - macosx13.1 - DTXcode - 1420 - DTXcodeBuild - 14C18 - IOKitPersonalities - - FeatureUnlock - - CFBundleIdentifier - com.khronokernel.FeatureUnlock - IOClass - FeatureUnlock - IOMatchCategory - FeatureUnlock - IOProviderClass - IOResources - IOResourceMatch - IOKit - - - LSMinimumSystemVersion - 10.14 - NSHumanReadableCopyright - Copyright © 2021 Khronokernel. All rights reserved. - OSBundleLibraries - - as.vit9696.Lilu - 1.4.7 - com.apple.kpi.bsd - 12.0.0 - com.apple.kpi.dsep - 12.0.0 - com.apple.kpi.iokit - 12.0.0 - com.apple.kpi.libkern - 12.0.0 - com.apple.kpi.mach - 12.0.0 - com.apple.kpi.unsupported - 12.0.0 - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/FeatureUnlock.kext/Contents/MacOS/FeatureUnlock b/EFI/OC/Kexts/FeatureUnlock.kext/Contents/MacOS/FeatureUnlock deleted file mode 100755 index 748f06d..0000000 Binary files a/EFI/OC/Kexts/FeatureUnlock.kext/Contents/MacOS/FeatureUnlock and /dev/null differ diff --git a/EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed b/EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed index 969a534..b5242b9 100755 Binary files a/EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed and b/EFI/OC/Kexts/NootedRed.kext/Contents/MacOS/NootedRed differ diff --git a/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist b/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist deleted file mode 100755 index 5613031..0000000 --- a/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist +++ /dev/null @@ -1,96 +0,0 @@ - - - - - BuildMachineOSBuild - 21G646 - CFBundleDevelopmentRegion - en - CFBundleExecutable - SMCProcessorAMD - CFBundleIdentifier - as.lorys89.SMCProcessorAMD - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - SMCProcessorAMD - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.0.1 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1.0.1 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 13F100 - DTPlatformName - macosx - DTPlatformVersion - 12.3 - DTSDKBuild - 21E226 - DTSDKName - macosx12.3 - DTXcode - 1341 - DTXcodeBuild - 13F100 - IOKitPersonalities - - as.lorys89.SMCProcessorAMD - - CFBundleIdentifier - as.lorys89.SMCProcessorAMD - IOClass - SMCProcessorAMD - IOMatchCategory - SMCProcessorAMD - IONameMatch - processor - IOPropertyMatch - - processor-index - 0 - - IOProviderClass - IOACPIPlatformDevice - IOResourceMatch - ACPI - IOUserClientClass - SMCProcessorAMDUserClient - - - LSMinimumSystemVersion - 10.15 - NSHumanReadableCopyright - Copyright © 2023 lorys89. All rights reserved. - OSBundleLibraries - - as.vit9696.Lilu - 1.3.9 - as.vit9696.VirtualSMC - 1.0.0 - com.apple.iokit.IOPCIFamily - 2.9 - com.apple.kpi.bsd - 12.0.0 - com.apple.kpi.dsep - 12.0.0 - com.apple.kpi.iokit - 19.3 - com.apple.kpi.libkern - 19.3 - com.apple.kpi.mach - 12.0.0 - com.apple.kpi.unsupported - 19.3 - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/MacOS/SMCProcessorAMD b/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/MacOS/SMCProcessorAMD deleted file mode 100755 index 5462edd..0000000 Binary files a/EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/MacOS/SMCProcessorAMD and /dev/null differ diff --git a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist deleted file mode 100755 index e3a5783..0000000 --- a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist +++ /dev/null @@ -1,93 +0,0 @@ - - - - - BuildMachineOSBuild - 21G531 - CFBundleDevelopmentRegion - en - CFBundleExecutable - SMCSuperIO - CFBundleIdentifier - ru.joedm.SMCSuperIO - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - SMCSuperIO - CFBundlePackageType - KEXT - CFBundleShortVersionString - 1.3.2 - CFBundleSignature - ???? - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1.3.2 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 13F100 - DTPlatformName - macosx - DTPlatformVersion - 12.3 - DTSDKBuild - 21E226 - DTSDKName - macosx12.3 - DTXcode - 1341 - DTXcodeBuild - 13F100 - IOKitPersonalities - - ru.joedm.SMCSuperIO - - CFBundleIdentifier - ru.joedm.SMCSuperIO - IOClass - SMCSuperIO - IOMatchCategory - SMCSuperIO - IOPCIClassMatch - 0x06010000&0xffff0000 - IOProviderClass - IOPCIDevice - IOResourceMatch - ACPI - - - LSMinimumSystemVersion - 10.6 - NSHumanReadableCopyright - Copyright © 2018 joedm. All rights reserved. - OSBundleCompatibleVersion - 1.0 - OSBundleLibraries - - as.vit9696.Lilu - 1.2.0 - as.vit9696.VirtualSMC - 1.0.0 - com.apple.iokit.IOACPIFamily - 1.0.0d1 - com.apple.kpi.bsd - 10.0.0 - com.apple.kpi.dsep - 10.0.0 - com.apple.kpi.iokit - 10.0.0 - com.apple.kpi.libkern - 10.0.0 - com.apple.kpi.mach - 10.0.0 - com.apple.kpi.unsupported - 10.0.0 - - OSBundleRequired - Root - - diff --git a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO b/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO deleted file mode 100755 index 75d7aa2..0000000 Binary files a/EFI/OC/Kexts/SMCSuperIO.kext/Contents/MacOS/SMCSuperIO and /dev/null differ diff --git a/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist b/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist new file mode 100755 index 0000000..83572d5 --- /dev/null +++ b/EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist @@ -0,0 +1,63 @@ + + + + + BuildMachineOSBuild + 20G527 + CFBundleDevelopmentRegion + en + CFBundleExecutable + USBToolBox + CFBundleIdentifier + com.dhinakg.USBToolBox.kext + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + USBToolBox + CFBundlePackageType + KEXT + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.1.1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 12E507 + DTPlatformName + macosx + DTPlatformVersion + 11.3 + DTSDKBuild + 20E214 + DTSDKName + macosx11.3 + DTXcode + 1251 + DTXcodeBuild + 12E507 + IOKitPersonalities + + LSMinimumSystemVersion + 10.11 + NSHumanReadableCopyright + Copyright © 2020-2021 Dhinak G. All rights reserved. + OSBundleCompatibleVersion + 1.0.0 + OSBundleLibraries + + com.apple.driver.AppleUSBHostMergeProperties + 1.0 + com.apple.iokit.IOPCIFamily + 2.9 + com.apple.kpi.iokit + 15.0.0 + com.apple.kpi.libkern + 15.0.0 + + OSBundleRequired + Root + + diff --git a/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox b/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox new file mode 100755 index 0000000..c4547fb Binary files /dev/null and b/EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox differ diff --git a/EFI/OC/Kexts/USBMap.kext/Contents/Info.plist b/EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist similarity index 64% rename from EFI/OC/Kexts/USBMap.kext/Contents/Info.plist rename to EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist index a6a5ca4..9744b2a 100755 --- a/EFI/OC/Kexts/USBMap.kext/Contents/Info.plist +++ b/EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist @@ -5,46 +5,40 @@ CFBundleDevelopmentRegion English CFBundleGetInfoString - v1.0 + v1.1 CFBundleIdentifier - com.corpnewt.USBMap + com.dhinakg.USBToolBox.map CFBundleInfoDictionaryVersion 6.0 CFBundleName - USBMap + UTBMap CFBundlePackageType KEXT CFBundleShortVersionString - 1.0 + 1.1 CFBundleSignature ???? CFBundleVersion - 1.0 + 1.1 IOKitPersonalities - MacBookPro16,3-XHC0 + XHC0 CFBundleIdentifier - com.apple.driver.AppleUSBHostMergeProperties + com.dhinakg.USBToolBox.kext IOClass - AppleUSBHostMergeProperties - IOParentMatch - - IOPropertyMatch - - pcidebug - 4:0:3 - - + USBToolBox + IOMatchCategory + USBToolBox + IONameMatch + XHC0 IOProviderClass - AppleUSBXHCIPCI + IOPCIDevice IOProviderMergeProperties - kUSBMuxEnabled - port-count - BAAAAA== + BgAAAA== ports @@ -87,8 +81,8 @@ SS01 UsbConnector - 3 - #port + 9 + port BQAAAA== @@ -97,46 +91,38 @@ UsbConnector 3 - #port + port BgAAAA== - model - MacBookPro16,3 - MacBookPro16,3-XHC2 + XHC1 CFBundleIdentifier - com.apple.driver.AppleUSBHostMergeProperties + com.dhinakg.USBToolBox.kext IOClass - AppleUSBHostMergeProperties - IOParentMatch - - IOPropertyMatch - - pcidebug - 4:0:4 - - + USBToolBox + IOMatchCategory + USBToolBox + IONameMatch + XHC1 IOProviderClass - AppleUSBXHCIPCI + IOPCIDevice IOProviderMergeProperties - kUSBMuxEnabled - port-count - BAAAAA== + AwAAAA== ports HS01 UsbConnector - 3 + 255 port AQAAAA== @@ -160,30 +146,15 @@ AwAAAA== - SS01 - - UsbConnector - 3 - #port - - BQAAAA== - - - SS02 - - UsbConnector - 3 - #port - - BgAAAA== - - - model - MacBookPro16,3 + OSBundleLibraries + + com.dhinakg.USBToolBox.kext + 1.0.0 + OSBundleRequired Root diff --git a/EFI/OC/config.plist b/EFI/OC/config.plist index ee81826..72f563d 100755 --- a/EFI/OC/config.plist +++ b/EFI/OC/config.plist @@ -6,6 +6,14 @@ Add + + Comment + SSDT-AC0.aml + Enabled + + Path + SSDT-AC0.aml + Comment SSDT-ALS0.aml @@ -14,6 +22,14 @@ Path SSDT-ALS0.aml + + Comment + SSDT-ARTC.aml + Enabled + + Path + SSDT-ARTC.aml + Comment SSDT-ATKD.aml @@ -22,6 +38,14 @@ Path SSDT-ATKD.aml + + Comment + SSDT-DMAC.aml + Enabled + + Path + SSDT-DMAC.aml + Comment SSDT-EC.aml @@ -30,6 +54,14 @@ Path SSDT-EC.aml + + Comment + SSDT-FWHD.aml + Enabled + + Path + SSDT-FWHD.aml + Comment SSDT-HPET.aml @@ -46,6 +78,14 @@ Path SSDT-KBD.aml + + Comment + SSDT-MEM2.aml + Enabled + + Path + SSDT-MEM2.aml + Comment SSDT-PLUG-ALT.aml @@ -78,14 +118,6 @@ Path SSDT-SLPB_STA0B.aml - - Comment - SSDT-USB-Reset.aml - Enabled - - Path - SSDT-USB-Reset.aml - Comment SSDT-USBX.aml @@ -500,7 +532,7 @@ Address 4026531840 Comment - MMIO devirt 0xF0000000 (0x8000 pages, 0x800000000000100D) + 0xF0000000 Enabled @@ -508,7 +540,7 @@ Address 4244635648 Comment - MMIO devirt 0xFD000000 (0x1E00 pages, 0x800000000000100D) + 0xFD000000 Enabled @@ -516,7 +548,7 @@ Address 4276092928 Comment - MMIO devirt 0xFEE00000 (0x1 pages, 0x8000000000000001) + 0xFEE00000 Enabled @@ -524,7 +556,7 @@ Address 4276097024 Comment - MMIO devirt 0xFEE01000 (0x11FF pages, 0x800000000000100D) + 0xFEE01000 Enabled @@ -548,7 +580,7 @@ EnableSafeModeSlide EnableWriteUnprotector - + FixupAppleEfiImages ForceBooterSignature @@ -560,7 +592,7 @@ ProtectSecureBoot ProtectUefiServices - + ProvideCustomSlide ProvideMaxSlide @@ -570,7 +602,7 @@ ResizeAppleGpuBars -1 SetupVirtualMap - + SignalAppleOS SyncRuntimePermissions @@ -587,21 +619,17 @@ WLAN brcmfx-country #a - compatible - pci14e4,4331 device_type Airport Extreme model BCM4350 802.11ac Wireless Network Adapter name Airport - pci-aspm-default - 0 PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x6) layout-id - WAAAAA== + 77 Delete @@ -683,24 +711,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - EmeraldSDHC.kext - Comment - EmeraldSDHC.kext - Enabled - - ExecutablePath - Contents/MacOS/EmeraldSDHC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -813,9 +823,27 @@ Arch Any BundlePath - USBMap.kext + USBToolBox.kext Comment - USBMap.kext + USBToolBox.kext + Enabled + + ExecutablePath + Contents/MacOS/USBToolBox + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + Any + BundlePath + UTBMap.kext + Comment + UTBMap.kext Enabled ExecutablePath @@ -989,24 +1017,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext - Comment - AirPortBrcmNIC_Injector.kext - Enabled - - ExecutablePath - - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -1169,24 +1179,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - DebugEnhancer.kext - Comment - DebugEnhancer.kext - Enabled - - ExecutablePath - Contents/MacOS/DebugEnhancer - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -1205,24 +1197,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - FeatureUnlock.kext - Comment - FeatureUnlock.kext - Enabled - - ExecutablePath - Contents/MacOS/FeatureUnlock - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -1331,24 +1305,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - SMCProcessorAMD.kext - Comment - SMCProcessorAMD.kext - Enabled - - ExecutablePath - Contents/MacOS/SMCProcessorAMD - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -1367,24 +1323,6 @@ PlistPath Contents/Info.plist - - Arch - Any - BundlePath - SMCSuperIO.kext - Comment - SMCSuperIO.kext - Enabled - - ExecutablePath - Contents/MacOS/SMCSuperIO - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - Arch Any @@ -1476,30 +1414,6 @@ Patch - - Base - - Comment - Enable TRIM for SSD - Count - 0 - Enabled - - Find - AEFQUExFIFNTRAA= - Identifier - com.apple.iokit.IOAHCIBlockStorage - Limit - 0 - Mask - - Replace - AAAAAAAAAAAAAAA= - ReplaceMask - - Skip - 0 - Arch x86_64 @@ -2100,36 +2014,6 @@ Skip 0 - - Arch - x86_64 - Base - - Comment - algrey | _mtrr_update_action | fix PAT | 10.13+ - Count - 0 - Enabled - - Find - icCB4v//AP+BygAAAQC5dwIAAA== - Identifier - kernel - Limit - 0 - Mask - ////////D////////////////w== - MaxKernel - 23.99.99 - MinKernel - 17.0.0 - Replace - uXcCAAC4BgEHALoGAQcADx9AAA== - ReplaceMask - - Skip - 0 - Arch x86_64 @@ -2194,7 +2078,7 @@ IncreasePciBarSize LapicKernelPanic - + LegacyCommpage PanicNoKextDump @@ -2206,7 +2090,7 @@ SetApfsTrimTimeout -1 ThirdPartyDrives - + XhciPortLimit @@ -2217,7 +2101,7 @@ FuzzyMatch KernelArch - x86_64 + Auto KernelCache Auto @@ -2378,19 +2262,8 @@ DefaultBackgroundColor AAAAAA== - 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 - - revcpu - 1 - revcpuname - AMD Ryzen 5 4500U with Radeon Graphics - revpatch - sbvmm,cpuname - 7C436110-AB2A-4BBB-A880-FE41995C9F82 - EnableTRIM - dHJ1ZQ== ForceDisplayRotationInEFI 0 StartupMute @@ -2398,7 +2271,7 @@ SystemAudioVolume Rg== boot-args - debug=0x144 -amfipassbeta bpr_probedelay=100 bpr_initialdelay=300 bpr_postresetdelay=300 + debug=0x144 -amfipassbeta brcmfx-aspm -brcmfxwowl bpr_probedelay=100 bpr_initialdelay=300 bpr_postresetdelay=300 csr-active-config AwgAAA== run-efi-updater @@ -2606,18 +2479,6 @@ Path OpenCanopy.efi - - Arguments - - Comment - OpenHfsPlus.efi - Enabled - - LoadEarly - - Path - OpenHfsPlus.efi - Arguments @@ -2709,7 +2570,7 @@ TextRenderer BuiltinGraphics UIScale - 0 + 1 UgaPassThrough