Repository: kalkmann/Legion-5600H-Hackintosh Branch: main Commit: e02bd09ed70b Files: 153 Total size: 26.4 MB Directory structure: gitextract_7pk8ys6d/ ├── .gitattributes ├── .gitignore ├── EFI/ │ ├── BOOT/ │ │ ├── .contentFlavour │ │ ├── .contentVisibility │ │ └── BOOTx64.efi │ └── OC/ │ ├── .contentFlavour │ ├── .contentVisibility │ ├── ACPI/ │ │ ├── SSDT-EC.aml │ │ ├── SSDT-PLUG-ALT.aml │ │ ├── SSDT-USBX.aml │ │ └── SSDT-XOSI.aml │ ├── Drivers/ │ │ ├── AudioDxe.efi │ │ ├── HfsPlus.efi │ │ ├── OpenCanopy.efi │ │ ├── OpenRuntime.efi │ │ └── ResetNvramEntry.efi │ ├── Kexts/ │ │ ├── AppleMCEReporterDisabler.kext/ │ │ │ └── Contents/ │ │ │ └── Info.plist │ │ ├── BlueToolFixup.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── BlueToolFixup │ │ ├── ForgedInvariant.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── ForgedInvariant │ │ ├── IntelBTPatcher.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── IntelBTPatcher │ │ ├── IntelBluetoothFirmware.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── IntelBluetoothFirmware │ │ ├── Lilu.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── Lilu │ │ ├── NVMeFix.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── NVMeFix │ │ ├── RealtekRTL8111.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ ├── MacOS/ │ │ │ │ └── RealtekRTL8111 │ │ │ └── _CodeSignature/ │ │ │ └── CodeResources │ │ ├── RestrictEvents.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── RestrictEvents │ │ ├── SMCBatteryManager.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ ├── MacOS/ │ │ │ │ └── SMCBatteryManager │ │ │ └── Resources/ │ │ │ └── SSDT-BATC.dsl │ │ ├── SMCProcessorAMD.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── SMCProcessorAMD │ │ ├── SMCRadeonSensors.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── SMCRadeonSensors │ │ ├── USBToolBox.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── USBToolBox │ │ ├── UTBMap.kext/ │ │ │ └── Contents/ │ │ │ └── Info.plist │ │ ├── VirtualSMC.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── VirtualSMC │ │ ├── VoodooI2C.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ ├── MacOS/ │ │ │ │ └── VoodooI2C │ │ │ └── PlugIns/ │ │ │ ├── VoodooGPIO.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── VoodooGPIO │ │ │ │ └── _CodeSignature/ │ │ │ │ └── CodeResources │ │ │ ├── VoodooI2CServices.kext/ │ │ │ │ └── Contents/ │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS/ │ │ │ │ │ └── VoodooI2CServices │ │ │ │ └── _CodeSignature/ │ │ │ │ └── CodeResources │ │ │ └── VoodooInput.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ ├── MacOS/ │ │ │ │ └── VoodooInput │ │ │ └── _CodeSignature/ │ │ │ └── CodeResources │ │ ├── VoodooI2CHID.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ ├── MacOS/ │ │ │ │ └── VoodooI2CHID │ │ │ └── _CodeSignature/ │ │ │ └── CodeResources │ │ └── itlwm.kext/ │ │ └── Contents/ │ │ ├── Info.plist │ │ └── MacOS/ │ │ └── itlwm │ ├── OpenCore.efi │ ├── Resources/ │ │ ├── Image/ │ │ │ └── Acidanthera/ │ │ │ ├── Chardonnay/ │ │ │ │ ├── AppleRecv.icns │ │ │ │ ├── AppleTM.icns │ │ │ │ ├── BtnFocus.icns │ │ │ │ ├── Cursor.icns │ │ │ │ ├── Dot.icns │ │ │ │ ├── Enter.icns │ │ │ │ ├── ExtAppleRecv.icns │ │ │ │ ├── ExtAppleTM.icns │ │ │ │ ├── ExtHardDrive.icns │ │ │ │ ├── HardDrive.icns │ │ │ │ ├── Left.icns │ │ │ │ ├── Lock.icns │ │ │ │ ├── Password.icns │ │ │ │ ├── Restart.icns │ │ │ │ ├── Right.icns │ │ │ │ ├── Selected.icns │ │ │ │ ├── Selector.icns │ │ │ │ ├── SetDefault.icns │ │ │ │ ├── Shell.icns │ │ │ │ ├── ShutDown.icns │ │ │ │ ├── Tool.icns │ │ │ │ └── Windows.icns │ │ │ ├── GoldenGate/ │ │ │ │ ├── AppleRecv.icns │ │ │ │ ├── AppleTM.icns │ │ │ │ ├── BtnFocus.icns │ │ │ │ ├── Cursor.icns │ │ │ │ ├── Dot.icns │ │ │ │ ├── Enter.icns │ │ │ │ ├── ExtAppleRecv.icns │ │ │ │ ├── ExtAppleTM.icns │ │ │ │ ├── ExtHardDrive.icns │ │ │ │ ├── HardDrive.icns │ │ │ │ ├── Left.icns │ │ │ │ ├── Lock.icns │ │ │ │ ├── Password.icns │ │ │ │ ├── Restart.icns │ │ │ │ ├── Right.icns │ │ │ │ ├── Selected.icns │ │ │ │ ├── Selector.icns │ │ │ │ ├── SetDefault.icns │ │ │ │ ├── Shell.icns │ │ │ │ ├── ShutDown.icns │ │ │ │ ├── Tool.icns │ │ │ │ └── Windows.icns │ │ │ └── Syrah/ │ │ │ ├── AppleRecv.icns │ │ │ ├── AppleTM.icns │ │ │ ├── BtnFocus.icns │ │ │ ├── Cursor.icns │ │ │ ├── Dot.icns │ │ │ ├── Enter.icns │ │ │ ├── ExtAppleRecv.icns │ │ │ ├── ExtAppleTM.icns │ │ │ ├── ExtHardDrive.icns │ │ │ ├── HardDrive.icns │ │ │ ├── Left.icns │ │ │ ├── Lock.icns │ │ │ ├── Password.icns │ │ │ ├── Restart.icns │ │ │ ├── Right.icns │ │ │ ├── Selected.icns │ │ │ ├── Selector.icns │ │ │ ├── SetDefault.icns │ │ │ ├── Shell.icns │ │ │ ├── ShutDown.icns │ │ │ ├── Tool.icns │ │ │ └── Windows.icns │ │ └── Label/ │ │ ├── Apple.l2x │ │ ├── Apple.lbl │ │ ├── AppleRecv.l2x │ │ ├── AppleRecv.lbl │ │ ├── AppleTM.l2x │ │ ├── AppleTM.lbl │ │ ├── EFIBoot.l2x │ │ ├── EFIBoot.lbl │ │ ├── Other.l2x │ │ ├── Other.lbl │ │ ├── ResetNVRAM.l2x │ │ ├── ResetNVRAM.lbl │ │ ├── SIPDisabled.l2x │ │ ├── SIPDisabled.lbl │ │ ├── SIPEnabled.l2x │ │ ├── SIPEnabled.lbl │ │ ├── Shell.l2x │ │ ├── Shell.lbl │ │ ├── Tool.l2x │ │ ├── Tool.lbl │ │ ├── Windows.l2x │ │ └── Windows.lbl │ └── config.plist └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ efi/* linguist-vendored ================================================ FILE: .gitignore ================================================ # General .DS_Store .AppleDouble .LSOverride # Icon must end with two \r Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk ================================================ FILE: EFI/BOOT/.contentFlavour ================================================ OpenCore ================================================ FILE: EFI/BOOT/.contentVisibility ================================================ Disabled ================================================ FILE: EFI/OC/.contentFlavour ================================================ OpenCore ================================================ FILE: EFI/OC/.contentVisibility ================================================ Disabled ================================================ FILE: EFI/OC/Kexts/AppleMCEReporterDisabler.kext/Contents/Info.plist ================================================ CFBundleDevelopmentRegion English CFBundleGetInfoString AppleIntelMCEReporter Disabler 1.0, © 2019 by XLNC. All rights reserved. CFBundleIdentifier org.xlnc.disabler.MCEReporter CFBundleInfoDictionaryVersion 6.0 CFBundleName DisableAppleIntelMCEReporter CFBundlePackageType KEXT CFBundleVersion 1.2 IOKitPersonalities DisableMCEInterruptController CFBundleIdentifier com.apple.driver.AppleIntelMCEReporter IOClass IOService IOMatchCategory AppleIntelMCEInterruptController IOProbeScore 5000 IOPropertyMatch board-id Mac-F60DEB81FF30ACF6 board-id Mac-7BA5B2D9E42DDD94 board-id Mac-27AD2F918AE68F61 IOProviderClass IOPlatformExpertDevice DisableMCEReporter CFBundleIdentifier com.apple.driver.AppleIntelMCEReporter IOClass IOService IOMatchCategory AppleIntelMCEReporter IOProbeScore 5000 IOProviderClass AppleIntelMCEInterruptNub OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H626 CFBundleDevelopmentRegion en CFBundleExecutable BlueToolFixup CFBundleIdentifier as.acidanthera.BlueToolFixup CFBundleInfoDictionaryVersion 6.0 CFBundleName BlueToolFixup CFBundlePackageType KEXT CFBundleShortVersionString 2.7.1 CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.7.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.2 DTSDKBuild 23C53 DTSDKName macosx14.2 DTXcode 1520 DTXcodeBuild 15C500b IOKitPersonalities BlueToolFixup CFBundleIdentifier as.acidanthera.BlueToolFixup IOClass BlueToolFixup IOMatchCategory BlueToolFixup IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.8 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 ================================================ FILE: EFI/OC/Kexts/ForgedInvariant.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H626 CFBundleDevelopmentRegion en CFBundleExecutable ForgedInvariant CFBundleIdentifier org.ChefKiss.ForgedInvariant CFBundleInfoDictionaryVersion 6.0 CFBundleName ForgedInvariant CFBundlePackageType KEXT CFBundleShortVersionString 1.2.0 CFBundleSignature ???? CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.2.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.5 DTSDKBuild 23F73 DTSDKName macosx14.5 DTXcode 1540 DTXcodeBuild 15F31d IOKitPersonalities ForgedInvariant CFBundleIdentifier org.ChefKiss.ForgedInvariant IOClass ForgedInvariant IOMatchCategory ForgedInvariant IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.6 NSHumanReadableCopyright Copyright © 2024-2025 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/ForgedInvariant/LICENSE for details. OSBundleCompatibleVersion 1.2.0 OSBundleLibraries as.vit9696.Lilu 1.2.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 ================================================ FILE: EFI/OC/Kexts/IntelBTPatcher.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H311 CFBundleDevelopmentRegion en CFBundleExecutable IntelBTPatcher CFBundleIdentifier com.zxystd.IntelBTPatcher CFBundleInfoDictionaryVersion 6.0 CFBundleName IntelBTPatcher CFBundlePackageType KEXT CFBundleShortVersionString 2.5.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.5.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.5 DTSDKBuild 23F73 DTSDKName macosx14.5 DTXcode 1540 DTXcodeBuild 15F31d IOKitPersonalities IntelBTPatcher CFBundleIdentifier com.zxystd.IntelBTPatcher IOClass IntelBTPatcher IOMatchCategory IntelBTPatcher IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.12 NSHumanReadableCopyright Copyright © 2022 zxystd. All rights reserved. OSBundleLibraries as.vit9696.Lilu 1.2.0 com.apple.iokit.IOUSBHostFamily 1.2 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 ================================================ FILE: EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H311 CFBundleDevelopmentRegion en CFBundleExecutable IntelBluetoothFirmware CFBundleIdentifier com.zxystd.IntelBluetoothFirmware CFBundleInfoDictionaryVersion 6.0 CFBundleName IntelBluetoothFirmware CFBundlePackageType KEXT CFBundleShortVersionString 2.5.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.5.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.5 DTSDKBuild 23F73 DTSDKName macosx14.5 DTXcode 1540 DTXcodeBuild 15F31d IOKitPersonalities IntelBluetoothFirmware_0026 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 38 idVendor 32903 IntelBluetoothFirmware_0032 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 50 idVendor 32903 IntelBluetoothFirmware_0035 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 53 idVendor 32903 IntelBluetoothFirmware_0036 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 54 idVendor 32903 IntelBluetoothFirmware_0038 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 56 idVendor 32903 IntelBluetoothFirmware_3165 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 2602 idVendor 32903 IntelBluetoothFirmware_3168 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 2727 idVendor 32903 IntelBluetoothFirmware_726x CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 2012 idVendor 32903 IntelBluetoothFirmware_8265 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 2603 idVendor 32903 IntelBluetoothFirmware_926x CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 37 idVendor 32903 IntelBluetoothFirmware_9560 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 2730 idVendor 32903 IntelBluetoothFirmware_ax200 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 41 idVendor 32903 IntelBluetoothFirmware_ax210 CFBundleIdentifier com.zxystd.IntelBluetoothFirmware IOClass IntelBluetoothFirmware IOMatchCategory IntelBluetoothFirmware IOProbeScore 4000 IOProviderClass IOUSBHostDevice idProduct 51 idVendor 32903 LSMinimumSystemVersion 10.12 NSHumanReadableCopyright Copyright © 2019 钟先耀. All rights reserved. OSBundleLibraries com.apple.iokit.IOUSBHostFamily 1.2 com.apple.kpi.iokit 16.7 com.apple.kpi.libkern 16.7 com.apple.kpi.mach 16.7 ================================================ FILE: EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware ================================================ [File too large to display: 11.0 MB] ================================================ FILE: EFI/OC/Kexts/Lilu.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 21G320 CFBundleDevelopmentRegion en CFBundleExecutable Lilu CFBundleIdentifier as.vit9696.Lilu CFBundleInfoDictionaryVersion 6.0 CFBundleName Lilu CFBundlePackageType KEXT CFBundleShortVersionString 1.7.2 CFBundleSignature ???? CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.7.2 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.vit9696.Lilu CFBundleIdentifier as.vit9696.Lilu IOClass Lilu IOMatchCategory Lilu IOProviderClass IOResources IOResourceMatch IOBSD LSMinimumSystemVersion 10.6 NSHumanReadableCopyright Copyright © 2016-2020 vit9696. All rights reserved. OSBundleCompatibleVersion 1.2.0 OSBundleLibraries com.apple.kernel.6.0 7.9.9 com.apple.kpi.bsd 8.0.0 com.apple.kpi.iokit 8.0.0 com.apple.kpi.libkern 8.0.0 com.apple.kpi.mach 8.0.0 com.apple.kpi.unsupported 8.0.0 OSBundleLibraries_x86_64 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 ================================================ FILE: EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 21G320 CFBundleDevelopmentRegion en CFBundleExecutable NVMeFix CFBundleIdentifier org.acidanthera.NVMeFix CFBundleInfoDictionaryVersion 6.0 CFBundleName NVMeFix CFBundlePackageType KEXT CFBundleShortVersionString 1.1.4 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.1.4 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 org.acidanthera.NVMeFix CFBundleIdentifier org.acidanthera.NVMeFix IOClass NVMeFix IOMatchCategory NVMeFix IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.14 NSHumanReadableCopyright Copyright © 2019 acidanthera. All rights reserved. OSBundleCompatibleVersion 1.0 OSBundleLibraries as.vit9696.Lilu 1.4.1 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 ================================================ FILE: EFI/OC/Kexts/RealtekRTL8111.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H311 CFBundleDevelopmentRegion English CFBundleExecutable RealtekRTL8111 CFBundleIdentifier com.insanelymac.RealtekRTL8111 CFBundleInfoDictionaryVersion 6.0 CFBundleName RealtekRTL8111 CFBundlePackageType KEXT CFBundleShortVersionString 2.5.0 CFBundleSignature ???? CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.5.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.2 DTSDKBuild 23C53 DTSDKName macosx14.2 DTXcode 1520 DTXcodeBuild 15C500b IOKitPersonalities RTL8111 PCIe Adapter CFBundleIdentifier com.insanelymac.RealtekRTL8111 Driver Parameters disableASPM enableCSO6 enableEEE enableTSO4 enableTSO6 fallbackMAC intrMitigate 53080 rxPolling Driver_Version 2.5.0d1 IOClass RTL8111 IOPCIMatch 0x816810ec 0x81681186 0x250210ec 0x260010ec IOProbeScore 1000 IOProviderClass IOPCIDevice Model RTL8111 Vendor Realtek LSMinimumSystemVersion 10.13 NSHumanReadableCopyright Copyright © 2013 Laura Müller. All rights reserved. OSBundleLibraries com.apple.iokit.IONetworkingFamily 1.5.0 com.apple.iokit.IOPCIFamily 1.7 com.apple.kpi.bsd 8.10.0 com.apple.kpi.iokit 8.10.0 com.apple.kpi.libkern 8.10.0 com.apple.kpi.mach 8.10.0 OSBundleRequired Network-Root ================================================ FILE: EFI/OC/Kexts/RealtekRTL8111.kext/Contents/_CodeSignature/CodeResources ================================================ files files2 rules ^Resources/ ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^version.plist$ rules2 .*\.dSYM($|/) weight 11 ^(.*/)?\.DS_Store$ omit weight 2000 ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ nested weight 10 ^.* ^Info\.plist$ omit weight 20 ^PkgInfo$ omit weight 20 ^Resources/ weight 20 ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^[^/]+$ nested weight 10 ^embedded\.provisionprofile$ weight 20 ^version\.plist$ weight 20 ================================================ FILE: EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 21G320 CFBundleDevelopmentRegion en CFBundleExecutable RestrictEvents CFBundleIdentifier as.vit9696.RestrictEvents CFBundleInfoDictionaryVersion 6.0 CFBundleName RestrictEvents CFBundlePackageType KEXT CFBundleShortVersionString 1.1.7 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.1.7 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.vit9696.RestrictEfiCheck CFBundleIdentifier as.vit9696.RestrictEvents IOClass IOService IOMatchCategory com_apple_driver_eficheck IONameMatch pci8086,1c41 pci8086,1c42 pci8086,1c43 pci8086,1c44 pci8086,1c46 pci8086,1c47 pci8086,1c49 pci8086,1c4a pci8086,1c4b pci8086,1c4c pci8086,1c4d pci8086,1c4e pci8086,1c4f pci8086,1c50 pci8086,1c52 pci8086,1c5c pci8086,1d41 pci8086,1e42 pci8086,1e44 pci8086,1e46 pci8086,1e47 pci8086,1e48 pci8086,1e49 pci8086,1e4a pci8086,1e53 pci8086,1e55 pci8086,1e56 pci8086,1e57 pci8086,1e58 pci8086,1e59 pci8086,1e5d pci8086,1e5e pci8086,1e5f pci8086,3b02 pci8086,3b03 pci8086,3b06 pci8086,3b07 pci8086,3b08 pci8086,3b09 pci8086,3b0a pci8086,3b0b pci8086,3b0f pci8086,3b12 pci8086,3b14 pci8086,3b16 pci8086,8c44 pci8086,8c4b pci8086,8cc1 pci8086,8cc2 pci8086,8cc3 pci8086,8cc4 pci8086,8cc6 pci8086,8c41 pci8086,8c42 pci8086,8c44 pci8086,8c46 pci8086,8c49 pci8086,8c4a pci8086,8c4b pci8086,8c4c pci8086,8c4e pci8086,8c4f pci8086,8c50 pci8086,8c52 pci8086,8c54 pci8086,8c56 pci8086,8c5c pci8086,8d44 pci8086,8d47 pci8086,9cc1 pci8086,9cc2 pci8086,9cc3 pci8086,9cc5 pci8086,9cc6 pci8086,9cc7 pci8086,9cc9 pci8086,9c41 pci8086,9c43 pci8086,9c45 pci8086,9d41 pci8086,9d43 pci8086,9d46 pci8086,9d48 pci8086,9d4b pci8086,9d4e pci8086,a145 pci8086,a151 pci8086,a306 IOProbeScore 5000 IOProviderClass IOPCIDevice as.vit9696.RestrictEvents CFBundleIdentifier as.vit9696.RestrictEvents IOClass RestrictEvents IOMatchCategory RestrictEvents IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.8 NSHumanReadableCopyright Copyright © 2020 vit9696. All rights reserved. OSBundleCompatibleVersion 1.0 OSBundleLibraries as.vit9696.Lilu 1.2.0 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 ================================================ FILE: EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 21G320 CFBundleDevelopmentRegion en CFBundleExecutable SMCBatteryManager CFBundleIdentifier ru.usrsse2.SMCBatteryManager CFBundleInfoDictionaryVersion 6.0 CFBundleName SMCBatteryManager CFBundlePackageType KEXT CFBundleShortVersionString 1.3.8 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.3.8 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 IOSMBusController CFBundleIdentifier ru.usrsse2.SMCBatteryManager IOClass SMCSMBusController IOMatchCategory SMCSMBusController IOProviderClass IOResources IOResourceMatch IOKit SMCBatteryManager CFBundleIdentifier ru.usrsse2.SMCBatteryManager IOClass SMCBatteryManager IOMatchCategory SMCBatteryManager IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.6 NSHumanReadableCopyright Copyright © 2018 usrsse2. All rights reserved. OSBundleCompatibleVersion 1.0.0 OSBundleLibraries as.vit9696.Lilu 1.2.0 as.vit9696.VirtualSMC 1.0.0 com.apple.iokit.IOACPIFamily 1.0.0d1 com.apple.iokit.IOSMBusFamily 1.0.0 com.apple.kpi.bsd 8.0.0 com.apple.kpi.iokit 8.0.0 com.apple.kpi.libkern 8.0.0 com.apple.kpi.mach 8.0.0 com.apple.kpi.unsupported 8.0.0 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Resources/SSDT-BATC.dsl ================================================ // SSDT-BATC.dsl // // Based on https://github.com/RehabMan/OS-X-ACPI-Battery-Driver/blob/master/SSDT-BATC.dsl // // An SSDT to combine two batteries into one // initial work/testing by ag6952563 (with assistance by RehabMan) // finalize into generic SSDT by RehabMan // some code cleanup/optimization/and bug fixing by RehabMan // modifications to work VirtualSMC SMCBatteryManager by armenio // add _BIX (easy, following the original code from RehabMan) by armenio // // OS X support for multiple batteries is a bit buggy. // This SSDT can be used to combine two batteries into one, // avoiding the bugs. // // It may need modification depending on the ACPI path of your // existing battery objects. // // IMPORTANT: // // To use this SSDT, you must also patch any Notify for either BAT0 or BAT1 // objects. // // The Notify is used to tell the system when a battery is removed or added. // // Any code: // Notify (...BAT0, ...) // -or // Notify (...BAT1, ...) // // Must be changed to: // Notify (...BATC, ...) // // Refer to Dual Battery Support.md for patching details // DefinitionBlock ("", "SSDT", 2, "ACDT", "BATC", 0x00000000) { External (_SB_.PCI0.LPCB.EC, DeviceObj) External (_SB_.PCI0.LPCB.EC.BAT0, DeviceObj) External (_SB_.PCI0.LPCB.EC.BAT0._BIF, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT0._BIX, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT0._BST, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT0._HID, IntObj) External (_SB_.PCI0.LPCB.EC.BAT0._STA, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT1, DeviceObj) External (_SB_.PCI0.LPCB.EC.BAT1._BIF, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT1._BIX, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT1._BST, MethodObj) External (_SB_.PCI0.LPCB.EC.BAT1._HID, IntObj) External (_SB_.PCI0.LPCB.EC.BAT1._STA, MethodObj) Scope (\_SB.PCI0.LPCB.EC) { Device (BATC) { Name (_HID, EisaId ("PNP0C0A")) Name (_UID, 0x02) Method (_INI) { If (_OSI ("Darwin")) { // disable original battery objects by setting invalid _HID ^^BAT0._HID = 0 ^^BAT1._HID = 0 } } Method (_STA) { If (_OSI ("Darwin")) { // call original _STA for BAT0 and BAT1 // result is bitwise OR between them Return (^^BAT0._STA () | ^^BAT1._STA ()) } Else { Return (Zero) } } Method (_BIF) { // Local0 BAT0._BIF // Local1 BAT1._BIF // Local2 BAT0._STA // Local3 BAT1._STA // Local4/Local5 scratch // gather and validate data from BAT0 Local0 = ^^BAT0._BIF () Local2 = ^^BAT0._STA () If (0x1f == Local2) { // check for invalid design capacity Local4 = DerefOf (Local0 [1]) If (!Local4 || Ones == Local4) { Local2 = 0; } // check for invalid last full charge capacity Local4 = DerefOf (Local0 [2]) If (!Local4 || Ones == Local4) { Local2 = 0; } // check for invalid design voltage Local4 = DerefOf (Local0 [4]) If (!Local4 || Ones == Local4) { Local2 = 0; } } // gather and validate data from BAT1 Local1 = ^^BAT1._BIF () Local3 = ^^BAT1._STA () If (0x1f == Local3) { // check for invalid design capacity Local4 = DerefOf (Local1 [1]) If (!Local4 || Ones == Local4) { Local3 = 0; } // check for invalid last full charge capacity Local4 = DerefOf (Local1 [2]) If (!Local4 || Ones == Local4) { Local3 = 0; } // check for invalid design voltage Local4 = DerefOf (Local1 [4]) If (!Local4 || Ones == Local4) { Local3 = 0; } } // find primary and secondary battery If (0x1f != Local2 && 0x1f == Local3) { // make primary use BAT1 data Local0 = Local1 // BAT1._BIF result Local2 = Local3 // BAT1._STA result Local3 = 0 // no secondary battery } // combine batteries into Local0 result if possible If (0x1f == Local2 && 0x1f == Local3) { // _BIF 0 Power Unit - leave BAT0 value // _BIF 1 Design Capacity - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [1]) Local5 = DerefOf (Local1 [1]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [1] = Local4 + Local5 } // _BIF 2 Last Full Charge Capacity - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [2]) Local5 = DerefOf (Local1 [2]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [2] = Local4 + Local5 } // _BIF 3 Battery Technology - leave BAT0 value // _BIF 4 Design Voltage - average between BAT0 and BAT1 values Local4 = DerefOf (Local0 [4]) Local5 = DerefOf (Local1 [4]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [4] = (Local4 + Local5) / 2 } // _BIF 5 Design Capacity of Warning - add BAT0 and BAT1 values Local0 [5] = DerefOf (Local0 [5]) + DerefOf (Local1 [5]) // _BIF 6 Design Capacity of Low - add BAT0 and BAT1 values Local0 [6] = DerefOf (Local0 [6]) + DerefOf (Local1 [6]) // _BIF 7 Battery Capacity Granularity 1 - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [7]) Local5 = DerefOf (Local1 [7]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [7] = Local4 + Local5 } // _BIF 8 Battery Capacity Granularity 2 - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [8]) Local5 = DerefOf (Local1 [8]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [8] = Local4 + Local5 } // _BIF 9 Model Number - concatenate BAT0 and BAT1 values Local0 [0x09] = Concatenate (Concatenate (DerefOf (Local0 [0x09]), " / "), DerefOf (Local1 [0x09])) // _BIF a Serial Number - concatenate BAT0 and BAT1 values Local0 [0x0a] = Concatenate (Concatenate (DerefOf (Local0 [0x0a]), " / "), DerefOf (Local1 [0x0a])) // _BIF b Battery Type - concatenate BAT0 and BAT1 values Local0 [0x0b] = Concatenate (Concatenate (DerefOf (Local0 [0x0b]), " / "), DerefOf (Local1 [0x0b])) // _BIF c OEM Information - concatenate BAT0 and BAT1 values Local0 [0x0c] = Concatenate (Concatenate (DerefOf (Local0 [0x0c]), " / "), DerefOf (Local1 [0x0c])) } Return (Local0) } // _BIF Method (_BIX) { // Local0 BAT0._BIX // Local1 BAT1._BIX // Local2 BAT0._STA // Local3 BAT1._STA // Local4/Local5 scratch // gather and validate data from BAT0 Local0 = ^^BAT0._BIX () Local2 = ^^BAT0._STA () If (0x1f == Local2) { // check for invalid design capacity Local4 = DerefOf (Local0 [2]) If (!Local4 || Ones == Local4) { Local2 = 0; } // check for invalid last full charge capacity Local4 = DerefOf (Local0 [3]) If (!Local4 || Ones == Local4) { Local2 = 0; } // check for invalid design voltage Local4 = DerefOf (Local0 [5]) If (!Local4 || Ones == Local4) { Local2 = 0; } } // gather and validate data from BAT1 Local1 = ^^BAT1._BIX () Local3 = ^^BAT1._STA () If (0x1f == Local3) { // check for invalid design capacity Local4 = DerefOf (Local1 [2]) If (!Local4 || Ones == Local4) { Local3 = 0; } // check for invalid last full charge capacity Local4 = DerefOf (Local1 [3]) If (!Local4 || Ones == Local4) { Local3 = 0; } // check for invalid design voltage Local4 = DerefOf (Local1 [5]) If (!Local4 || Ones == Local4) { Local3 = 0; } } // find primary and secondary battery If (0x1f != Local2 && 0x1f == Local3) { // make primary use BAT1 data Local0 = Local1 // BAT1._BIX result Local2 = Local3 // BAT1._STA result Local3 = 0 // no secondary battery } // combine batteries into Local0 result if possible If (0x1f == Local2 && 0x1f == Local3) { // _BIX 0 Revision - leave BAT0 value // _BIX 1 Power Unit - leave BAT0 value // _BIX 2 Design Capacity - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [2]) Local5 = DerefOf (Local1 [2]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [2] = Local4 + Local5 } // _BIX 3 Last Full Charge Capacity - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [3]) Local5 = DerefOf (Local1 [3]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [3] = Local4 + Local5 } // _BIX 4 Battery Technology - leave BAT0 value // _BIX 5 Design Voltage - average between BAT0 and BAT1 values Local4 = DerefOf (Local0 [5]) Local5 = DerefOf (Local1 [5]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [5] = (Local4 + Local5) / 2 } // _BIX 6 Design Capacity of Warning - add BAT0 and BAT1 values Local0 [6] = DerefOf (Local0 [6]) + DerefOf (Local1 [6]) // _BIX 7 Design Capacity of Low - add BAT0 and BAT1 values Local0 [7] = DerefOf (Local0 [7]) + DerefOf (Local1 [7]) // _BIX 8 Cycle Count - average between BAT0 and BAT1 values Local4 = DerefOf (Local0 [8]) Local5 = DerefOf (Local1 [8]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [8] = (Local4 + Local5) / 2 } // _BIX 9 Measurement Accuracy - average between BAT0 and BAT1 values Local0 [9] = (DerefOf (Local0 [9]) + DerefOf (Local1 [9])) / 2 // _BIX 0xa Max Sampling Time - average between BAT0 and BAT1 values Local4 = DerefOf (Local0 [0xa]) Local5 = DerefOf (Local1 [0xa]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [0xa] = (Local4 + Local5) / 2 } // _BIX 0xb Min Sampling Time - average between BAT0 and BAT1 values Local4 = DerefOf (Local0 [0xb]) Local5 = DerefOf (Local1 [0xb]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [0xb] = (Local4 + Local5) / 2 } // _BIX 0xc Max Averaging Interval - average between BAT0 and BAT1 values Local0 [0xc] = (DerefOf (Local0 [0xc]) + DerefOf (Local1 [0xc])) / 2 // _BIX 0xd Min Averaging Interval - average between BAT0 and BAT1 values Local0 [0xd] = (DerefOf (Local0 [0xd]) + DerefOf (Local1 [0xd])) / 2 // _BIX 0xe Battery Capacity Granularity 1 - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [0xe]) Local5 = DerefOf (Local1 [0xe]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [0xe] = Local4 + Local5 } // _BIX 0xf Battery Capacity Granularity 2 - add BAT0 and BAT1 values Local4 = DerefOf (Local0 [0xf]) Local5 = DerefOf (Local1 [0xf]) If (0xffffffff != Local4 && 0xffffffff != Local5) { Local0 [0xf] = Local4 + Local5 } // _BIX 10 Model Number - concatenate BAT0 and BAT1 values Local0 [0x10] = Concatenate (Concatenate (DerefOf (Local0 [0x10]), " / "), DerefOf (Local1 [0x10])) // _BIX 11 Serial Number - concatenate BAT0 and BAT1 values Local0 [0x11] = Concatenate (Concatenate (DerefOf (Local0 [0x11]), " / "), DerefOf (Local1 [0x11])) // _BIX 12 Battery Type - concatenate BAT0 and BAT1 values Local0 [0x12] = Concatenate (Concatenate (DerefOf (Local0 [0x12]), " / "), DerefOf (Local1 [0x12])) // _BIX 13 OEM Information - concatenate BAT0 and BAT1 values Local0 [0x13] = Concatenate (Concatenate (DerefOf (Local0 [0x13]), " / "), DerefOf (Local1 [0x13])) // _BIX 14 Battery Swapping Capability - leave BAT0 value for now } Return (Local0) } // _BIX Method (_BST) { // Local0 BAT0._BST // Local1 BAT1._BST // Local2 BAT0._STA // Local3 BAT1._STA // Local4/Local5 scratch // gather battery data from BAT0 Local0 = ^^BAT0._BST () Local2 = ^^BAT0._STA () If (0x1f == Local2) { // check for invalid remaining capacity Local4 = DerefOf (Local0 [2]) If (!Local4 || Ones == Local4) { Local2 = 0; } } // gather battery data from BAT1 Local1 = ^^BAT1._BST () Local3 = ^^BAT1._STA () If (0x1f == Local3) { // check for invalid remaining capacity Local4 = DerefOf (Local1 [2]) If (!Local4 || Ones == Local4) { Local3 = 0; } } // find primary and secondary battery If (0x1f != Local2 && 0x1f == Local3) { // make primary use BAT1 data Local0 = Local1 // BAT1._BST result Local2 = Local3 // BAT1._STA result Local3 = 0 // no secondary battery } // combine batteries into Local0 result if possible If (0x1f == Local2 && 0x1f == Local3) { // _BST 0 - Battery State - if one battery is charging, then charging, else discharging Local4 = DerefOf (Local0 [0]) Local5 = DerefOf (Local1 [0]) If (Local4 != Local5) { If (Local4 == 2 || Local5 == 2) { // 2 = charging Local0 [0] = 2 } ElseIf (Local4 == 1 || Local5 == 1) { // 1 = discharging Local0 [0] = 1 } ElseIf (Local4 == 3 || Local5 == 3) { Local0 [0] = 3 } ElseIf (Local4 == 4 || Local5 == 4) { // critical Local0 [0] = 4 } ElseIf (Local4 == 5 || Local5 == 5) { // critical and discharging Local0 [0] = 5 } // if none of the above, just leave as BAT0 is } // _BST 1 - Battery Present Rate - add BAT0 and BAT1 values Local0 [1] = DerefOf (Local0 [1]) + DerefOf (Local1 [1]) // _BST 2 - Battery Remaining Capacity - add BAT0 and BAT1 values Local0 [2] = DerefOf (Local0 [2]) + DerefOf (Local1 [2]) // _BST 3 - Battery Present Voltage - average between BAT0 and BAT1 values Local0 [3] = (DerefOf (Local0 [3]) + DerefOf (Local1 [3])) / 2 } Return (Local0) } // _BST } // BATC } // Scope (...) } //EOF ================================================ FILE: EFI/OC/Kexts/SMCProcessorAMD.kext/Contents/Info.plist ================================================ 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 ================================================ FILE: EFI/OC/Kexts/SMCRadeonSensors.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable SMCRadeonSensors CFBundleIdentifier org.ChefKiss.SMCRadeonSensors CFBundleInfoDictionaryVersion 6.0 CFBundleName SMCRadeonSensors CFBundlePackageType KEXT CFBundleShortVersionString 2.3.0 CFBundleSignature ???? CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.3.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 14.5 DTSDKBuild 23F73 DTSDKName macosx14.5 DTXcode 1540 DTXcodeBuild 15F31d IOKitPersonalities org.ChefKiss.SMCRadeonSensors CFBundleIdentifier org.ChefKiss.SMCRadeonSensors IOClass SMCRadeonSensors IOMatchCategory SMCRadeonSensors IOProbeScore 500 IOProviderClass IOResources IOResourceMatch IOKit LSMinimumSystemVersion 10.14 NSHumanReadableCopyright Copyright © 2023-2024 ChefKiss. Licensed under the Thou Shalt Not Profit License version 1.5. See https://github.com/ChefKissInc/SMCRadeonSensors/LICENSE for details. OSBundleCompatibleVersion 2.3.0 OSBundleLibraries as.vit9696.Lilu 1.2.0 as.vit9696.VirtualSMC 1.0.0 com.apple.iokit.IOPCIFamily 1.0.0b1 com.apple.kec.Libm 1.0 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 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 24C101 CFBundleDevelopmentRegion en CFBundleExecutable USBToolBox CFBundleIdentifier com.dhinakg.USBToolBox.kext CFBundleInfoDictionaryVersion 6.0 CFBundleName USBToolBox CFBundlePackageType KEXT CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.2.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild 24C94 DTPlatformName macosx DTPlatformVersion 15.2 DTSDKBuild 24C94 DTSDKName macosx15.2 DTXcode 1620 DTXcodeBuild 16C5032a 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 ================================================ FILE: EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist ================================================ CFBundleDevelopmentRegion English CFBundleGetInfoString v1.1 CFBundleIdentifier com.dhinakg.USBToolBox.map CFBundleInfoDictionaryVersion 6.0 CFBundleName UTBMap CFBundlePackageType KEXT CFBundleShortVersionString 1.1 CFBundleSignature ???? CFBundleVersion 1.1 IOKitPersonalities XHC0 CFBundleIdentifier com.dhinakg.USBToolBox.kext IOClass USBToolBox IOMatchCategory USBToolBox IONameMatch XHC0 IOProviderClass IOPCIDevice IOProviderMergeProperties port-count BgAAAA== ports HS01 UsbConnector 9 port AQAAAA== HS02 UsbConnector 255 port AgAAAA== HS03 UsbConnector 255 port AwAAAA== HS04 UsbConnector 255 port BAAAAA== SS01 UsbConnector 9 port BQAAAA== SS02 UsbConnector 255 port BgAAAA== XHC1 CFBundleIdentifier com.dhinakg.USBToolBox.kext IOClass USBToolBox IOMatchCategory USBToolBox IONameMatch XHC1 IOProviderClass IOPCIDevice IOProviderMergeProperties port-count BgAAAA== ports HS01 UsbConnector 9 port AQAAAA== HS02 UsbConnector 3 port AgAAAA== HS03 UsbConnector 255 port AwAAAA== HS04 UsbConnector 255 port BAAAAA== SS01 UsbConnector 9 port BQAAAA== SS02 UsbConnector 3 port BgAAAA== OSBundleLibraries com.dhinakg.USBToolBox.kext 1.0.0 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 21G320 CFBundleDevelopmentRegion en CFBundleExecutable VirtualSMC CFBundleIdentifier as.vit9696.VirtualSMC CFBundleInfoDictionaryVersion 6.0 CFBundleName VirtualSMC CFBundlePackageType KEXT CFBundleShortVersionString 1.3.8 CFBundleSignature ???? CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.3.8 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.vit9696.VirtualSMC CFBundleIdentifier as.vit9696.VirtualSMC IOClass VirtualSMC IODeviceMemory address 768 length 32 address 4277141504 length 65536 IOInterruptControllers io-apic-0 IOInterruptSpecifiers BgAAAAAAAAA= IOMatchCategory IOACPIPlatformDevice IOName SMC IOProbeScore 60000 IOProviderClass AppleACPIPlatformExpert Keystore Generic attr iA== comment Total fan number, this should be put to a plugin name Rk51bQ== type dWk4IA== value AA== attr gA== comment CPU plimit name TVNUYw== type dWk4IA== value AA== attr gA== comment FAN plimit (supposedly) name TVNUZg== type dWk4IA== value AA== attr gA== comment Memory plimit name TVNUbQ== type dWk4IA== value AA== attr gA== comment This should be 1 on laptops, and is overriden by sensors name QkFUUA== type ZmxhZw== value AA== attr gA== comment Only MacPros have custom illumination controllers name THNOTQ== type dWk4IA== value AA== GenericDesktopV1 GenericDesktopV2 GenericLaptopV1 GenericLaptopV2 GenericV1 attr gA== comment GPU plimit name TVNUZw== type dWk4IA== value AA== GenericV2 attr gA== comment E plimit (???) name TVNUZQ== type dWk4IA== value AA== attr gA== comment I plimit (???) name TVNUaQ== type dWk4IA== value AA== attr gA== comment J plimit (???) name TVNUag== type dWk4IA== value AA== ModelInfo GenericV1 branch ajUyAAAAAAA= hwname c21jLXBpa2V0b24A platform ajUyAAAAAAA= rev AXQPAAAE revfb AXQPAAAE revfu AXQPAAAE GenericV2 branch ajUyAAAAAAA= hwname c21jLWh1cm9ucml2ZXIA platform ajUyAAAAAAA= rev AigPAAAH revfb AigPAAAH revfu AigPAAAH GenericV3 hwname c21jLWh1cm9ucml2ZXIA platform ajUyAAAAAAA= _STA 11 name QVBQMDAwMQA= LSMinimumSystemVersion 10.6 NSHumanReadableCopyright Copyright © 2017 vit9696. All rights reserved. OSBundleCompatibleVersion 1.0 OSBundleLibraries as.vit9696.Lilu 1.2.0 com.apple.iokit.IOACPIFamily 1.0.0d1 com.apple.kernel.6.0 7.9.9 com.apple.kpi.bsd 8.0.0 com.apple.kpi.iokit 8.0.0 com.apple.kpi.libkern 8.0.0 com.apple.kpi.mach 8.0.0 com.apple.kpi.unsupported 8.0.0 OSBundleLibraries_x86_64 as.vit9696.Lilu 1.2.0 com.apple.iokit.IOACPIFamily 1.0.0d1 com.apple.kpi.bsd 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 ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable VoodooI2C CFBundleIdentifier com.alexandred.VoodooI2C CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooI2C CFBundlePackageType KEXT CFBundleShortVersionString 2.9.1 CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.9.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 13.3 DTSDKBuild 22E245 DTSDKName macosx13.3 DTXcode 1431 DTXcodeBuild 14E300c IOKitPersonalities Custom MT2 Personality ApplePreferenceCapability 2 ApplePreferenceIdentifier com.apple.AppleMultitouchTrackpad ApplePreferencesDefaultPreferences ActuateDetents 0 Clicking 1 DragLock 0 Dragging 0 FirstClickThreshold 1 ForceSuppressed SecondClickThreshold 1 TrackpadCornerSecondaryClick 0 TrackpadFiveFingerPinchGesture 2 TrackpadFourFingerHorizSwipeGesture 2 TrackpadFourFingerPinchGesture 2 TrackpadFourFingerVertSwipeGesture 2 TrackpadHorizScroll 1 TrackpadMomentumScroll TrackpadPinch 1 TrackpadRightClick TrackpadRotate 1 TrackpadScroll TrackpadThreeFingerDrag TrackpadThreeFingerHorizSwipeGesture 2 TrackpadThreeFingerVertSwipeGesture 2 CFBundleIdentifier com.apple.driver.AppleTopCaseHIDEventDriver DefaultMultitouchProperties ActuationSupported ExtractAndPostDeviceButtonState ForceSupported HIDServiceSupport IOCFPlugInTypes 0516B563-B15B-11DA-96EB-0014519758EF AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin MT Built-In MTHIDDevice MTPowerStatsDisable SupportsGestureScrolling TrackpadFourFingerGestures TrackpadMomentumScroll TrackpadSecondaryClickCorners TrackpadThreeFingerDrag parser-options 39 parser-type 1000 DeviceUsagePairs DeviceUsage 2 DeviceUsagePage 1 DoReportIntervalHack HIDAccelCurves HIDAccelGainLinear 65536 HIDAccelIndex 0 HIDAccelTangentSpeedLinear 484966 HIDAccelTangentSpeedParabolicRoot 1376256 HIDAccelGainCubic 5243 HIDAccelGainLinear 64881 HIDAccelGainParabolic 32768 HIDAccelIndex 8192 HIDAccelTangentSpeedLinear 478413 HIDAccelTangentSpeedParabolicRoot 1310720 HIDAccelGainCubic 6554 HIDAccelGainLinear 64225 HIDAccelGainParabolic 43254 HIDAccelIndex 32768 HIDAccelTangentSpeedLinear 471859 HIDAccelTangentSpeedParabolicRoot 1245184 HIDAccelGainCubic 7864 HIDAccelGainLinear 62915 HIDAccelGainParabolic 54395 HIDAccelIndex 45056 HIDAccelTangentSpeedLinear 465306 HIDAccelTangentSpeedParabolicRoot 1179648 HIDAccelGainCubic 9830 HIDAccelGainLinear 61604 HIDAccelGainParabolic 65536 HIDAccelIndex 57344 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 1114112 HIDAccelGainCubic 11796 HIDAccelGainLinear 60293 HIDAccelGainParabolic 75366 HIDAccelIndex 65536 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 1048576 HIDAccelGainCubic 13763 HIDAccelGainLinear 58327 HIDAccelGainParabolic 85197 HIDAccelIndex 98304 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 983040 HIDAccelGainCubic 15729 HIDAccelGainLinear 56361 HIDAccelGainParabolic 95027 HIDAccelIndex 131072 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 917504 HIDAccelGainCubic 18350 HIDAccelGainLinear 54395 HIDAccelGainParabolic 108790 HIDAccelIndex 163840 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 851968 HIDAccelGainCubic 23593 HIDAccelGainLinear 65536 HIDAccelGainParabolic 123208 HIDAccelIndex 196608 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 786432 HIDDisallowRemappingOfPrimaryClick HIDPointerAccelerationTable AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A AIAAAACAAAABQAAAAYAAAAIAAAAC4AAAAwAAAATgAAAEAAAAB0AA AAUAAAAKAAAABgAAAA1AAAAIAAAAFgAAAArAAAAjAAAADQAAAC8A AAAOwAAAOMAAABBAAABBAAAAEcAAAEjAAAAAUAAADwAAgAAAAIAA AAEAAAABQAAAAYAAAAJAAAACAAAAA4AAAAKAAAAE4AAAAwAAAAZg AAAEAAAACgAAAAUAAAAOQAAABgAAABNAAAAIAAAAHsAAAArAAAAu wAAADQAAADyAAAAOwAAARwAAABBAAABPwAAAEcAAAFiAAAAAgAAA DwAAgAAAAIAAAAEAAAABYAAAAYAAAAKgAAACAAAABEAAAAKAAAAG AAAAAwAAAAgAAAAEAAAADQAAAAUAAAASwAAABgAAABkAAAAIAAAA KAAAAArAAAA7wAAADQAAAEuAAAAOwAAAV0AAABBAAABgQAAAEcAA AGkAAAAAsAAADwAAgAAAAIAAAAEAAAABoAAAAYAAAAMAAAACAAAA BQAAAAKAAAAHQAAAAwAAAAnAAAAEAAAAEEAAAAUAAAAXgAAABgAA AB/AAAAIAAAAMgAAAArAAABKAAAADQAAAFyAAAAOwAAAaQAAABBA AABywAAAEcAAAHrAAAAA4AAADwAAgAAAAKAAAAEAAAABwAAAAYAA AANgAAACAAAABeAAAAKAAAAIoAAAAwAAAAvAAAAEAAAAE8AAAAUA AAAdQAAABgAAACfAAAAIAAAAPcAAAArAAABZAAAADQAAAG3AAAAO wAAAe0AAABBAAACFQAAAEcAAAIxAAAABAAAADwAAgAAAAMAAAAEA AAACAAAAAYAAAAPgAAACAAAABsAAAAKAAAAKQAAAAwAAAA5gAAAE AAAAGMAAAAUAAAAkwAAABgAAADLAAAAIAAAATUAAAArAAABugAAA DQAAAIMAAAAOwAAAj0AAABBAAACXAAAAEcAAAJxA HIDPointerAccelerationType HIDTrackpadAcceleration HIDScrollAccelCurves HIDAccelGainLinear 65536 HIDAccelIndex 0 HIDAccelTangentSpeedLinear 393216 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 62259 HIDAccelGainParabolic 39322 HIDAccelIndex 8192 HIDAccelTangentSpeedLinear 406323 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 58982 HIDAccelGainParabolic 58982 HIDAccelIndex 32768 HIDAccelTangentSpeedLinear 419430 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 55706 HIDAccelGainParabolic 78643 HIDAccelIndex 45056 HIDAccelTangentSpeedLinear 432538 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 52429 HIDAccelGainParabolic 91750 HIDAccelIndex 57344 HIDAccelTangentSpeedLinear 445645 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 49152 HIDAccelGainParabolic 104858 HIDAccelIndex 65536 HIDAccelTangentSpeedLinear 458752 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 45875 HIDAccelGainParabolic 117965 HIDAccelIndex 98304 HIDAccelTangentSpeedLinear 471859 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 42598 HIDAccelGainParabolic 131072 HIDAccelIndex 131072 HIDAccelTangentSpeedLinear 484966 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 39322 HIDAccelGainParabolic 144179 HIDAccelIndex 163840 HIDAccelTangentSpeedLinear 498074 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainLinear 36045 HIDAccelGainParabolic 157286 HIDAccelIndex 196608 HIDAccelTangentSpeedLinear 511181 HIDAccelTangentSpeedParabolicRoot 786432 HIDScrollAccelerationTable AACAAFVTQioABwAAAAAAAQABAAAAAQAAAAAgAAAQAABxOwAATOMA AwAAAAdgAAAEwAAADoAAAAbxSgAX6V4ACVeCACMQWgALZ6EALBF7 AA2N1AA03ToAD36aADvQuAASWKAARl01ABUAAABO2dgAF8AAAFXK 7QAas+UAW2FQAB2QAABe0qoAIL75AGEgywAkLXsAYnXvACewAABj Rl8AAIAAABMAAHE7AABWfwABAAAAAuAAAAIAAAAJYAAAAwAAABIA AAAEwAAAIMAAAAaAAAAwgAAACGp5AEH9tgAK7bUAV4ZuAA0B2ABr PTkADv1/AIEEcAAQy5gAkdRWABJouQCe3VAAE+c/AKikCgAXAucA tn2SABot3ADARE4AHVjQAMX4OgAg35IAytuYACQ4bgDO7mUAJ6CX ANIwowAAsAAAFAAAcTsAAGFOAADAAAABwAAAAQAAAANgAAACAAAA DCAAAAMAAAAW4AAABMAAACnAAAAGQAAAOsAAAAfOggBP7OcACgWA AGo8rgAL658AhMCkAA2RCwCfR+EADzjIALWDbwAQ/k8AxqbEABLN UQDUeCMAFepmAOTKxwAZoVYA8qFmAB1CvwD7fXwAIQuCAQFpdAAk S20BBVKIACegAAEIK4wAAOAAABQAAHE7AABtdwAAwAAAAeAAAAEA AAAD4AAAAgAAAA6AAAADAAAAHEAAAATAAAA0AAAABgAAAEdAAAAH N4wAXL7hAAkAAACAwAAACoAAAKGAAAALz7IAvU7UAA01yQDadikA DvtPAPKF4gARLu4BCSWiABUlDwEfV8QAGT9oASzRKgAdChkBNQrG ACDz5QE6cR4AJEARAT3XdgAnn1YBQMHWAABQAAATAABxOwAAS7AA AQAAAAJgAAACAAAABuAAAAMAAAAMYAAABMAAABcAAAAGwAAAJAAA AAkAAAAyAAAACz1uAEFngAANcE8AUMGhAA+sTQBgSTMAEagdAG5N TAATT9YAd9WQABTQfgB+26MAF3odAIbYXQAagocAjp+lAB2J6QCT vnkAIN/yAJdcWwAkO0IAmYu9ACegOACacdcAAQAAABUAAHE7AABW fwAAwAAAAiAAAAEAAAAEgAAAAYAAAAqAAAACAAAAEaAAAAMAAAAh gAAABMAAAD6AAAAFwAAAVEAAAAbAAABrAAAACAAAAIxAAAAJAAAA qYAAAApAAADKwAAAC8AAAPTAAAANwAABJAAAABAAAAFEn9IAFEAA AV49zAAZAAABbrsYABzQAAFz78AAIOAAAXhvwAAkIAABem/AACeg AAF8JGg= HIDScrollAccelerationType HIDTrackpadScrollAcceleration HIDScrollResolution 26214400 IOCFPlugInTypes 0516B563-B15B-11DA-96EB-0014519758EF AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin IOClass AppleMultitouchTrackpadHIDEventDriver IOProbeScore 9999 IOProviderClass IOHIDInterface MTEventSource ProductIDArray 628 TrackpadEmbedded VendorID 1452 Native Multitouch Engine CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CNativeEngine IOMatchCategory VoodooI2CNativeEngine IOProviderClass VoodooI2CMultitouchInterface VoodooI2CACPIController CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CACPIController IONameMatch INT33C2 INT33C3 INT3432 INT3433 IOProbeScore 9999 IOProviderClass IOService VoodooI2CACPIControllerAMD AccessIntrMaskWorkaround CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CACPIController IONameMatch AMD0010 AMDI0010 AMDI0510 IOProbeScore 9999 IOProviderClass IOService VoodooI2CControllerDriver CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CControllerDriver IOProbeScore 9999 IOProviderClass VoodooI2CControllerNub VoodooI2CPCIController CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CPCIController IOPCIMatch 0x9d608086&0xFFFCFFFF 0xa1608086&0xFFFCFFFF 0x9de88086&0xFFFCFFFF 0xa3688086&0xFFFCFFFF IOProbeScore 9999 IOProviderClass IOPCIDevice VoodooI2CPCILakeController CFBundleIdentifier com.alexandred.VoodooI2C IOClass VoodooI2CPCILakeController IOPCIMatch 0x06e88086&0xFFFCFFFF 0x02e88086&0xFFFCFFFF 0x34e88086&0xFFFCFFFF IOProbeScore 9999 IOProviderClass IOPCIDevice LSMinimumSystemVersion 10.11 NSHumanReadableCopyright Copyright © 2020 Alexandre Daoud. All rights reserved. OSBundleCompatibleVersion 2.0.0 OSBundleLibraries com.alexandred.VoodooI2CServices 1.0 com.apple.iokit.IOACPIFamily 1.4 com.apple.iokit.IOHIDFamily 2.0 com.apple.iokit.IOPCIFamily 2.9 com.apple.kpi.bsd 8.0 com.apple.kpi.iokit 14 com.apple.kpi.libkern 14 com.apple.kpi.mach 14 org.coolstar.VoodooGPIO 1.1 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable VoodooGPIO CFBundleIdentifier org.coolstar.VoodooGPIO CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooGPIO CFBundlePackageType KEXT CFBundleShortVersionString 1.1 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 13.3 DTSDKBuild 22E245 DTSDKName macosx13.3 DTXcode 1431 DTXcodeBuild 14E300c IOKitPersonalities VoodooGPIOAMD CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOAMD IONameMatch AMD0030 AMDI0030 AMDI0031 IOProviderClass IOService VoodooGPIOCannonLakeH CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOCannonLakeH IONameMatch INT3450 IOProviderClass IOService VoodooGPIOCannonLakeLP CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOCannonLakeLP IONameMatch INT34BB IOProviderClass IOService VoodooGPIOIceLakeLP CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOIceLakeLP IONameMatch INT3455 IOProviderClass IOService VoodooGPIOSunrisePointH CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOSunrisePointH IONameMatch INT345D IOProviderClass IOService VoodooGPIOSunrisePointLP CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOSunrisePointLP IONameMatch INT344B IOProviderClass IOService VoodooGPIOTigerLakeLP CFBundleIdentifier org.coolstar.VoodooGPIO IOClass VoodooGPIOTigerLakeLP IONameMatch INTC1055 IOProviderClass IOService LSMinimumSystemVersion 10.12 NSHumanReadableCopyright Copyright © 2017 CoolStar. All rights reserved. OSBundleCompatibleVersion 1.1 OSBundleLibraries com.apple.iokit.IOACPIFamily 1.4 com.apple.kpi.iokit 13.0 com.apple.kpi.libkern 13.0 com.apple.kpi.mach 13.0 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources ================================================ files files2 rules ^Resources/ ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^version.plist$ rules2 .*\.dSYM($|/) weight 11 ^(.*/)?\.DS_Store$ omit weight 2000 ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ nested weight 10 ^.* ^Info\.plist$ omit weight 20 ^PkgInfo$ omit weight 20 ^Resources/ weight 20 ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^[^/]+$ nested weight 10 ^embedded\.provisionprofile$ weight 20 ^version\.plist$ weight 20 ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable VoodooI2CServices CFBundleIdentifier com.alexandred.VoodooI2CServices CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooI2CServices CFBundlePackageType KEXT CFBundleShortVersionString 1.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 13.3 DTSDKBuild 22E245 DTSDKName macosx13.3 DTXcode 1431 DTXcodeBuild 14E300c IOKitPersonalities VoodooI2CLogger CFBundleIdentifier com.alexandred.VoodooI2CServices IOClass VoodooI2CLogger IOMatchCategory VoodooI2CLogger IOProviderClass VoodooI2CServices VoodooI2CServices CFBundleIdentifier com.alexandred.VoodooI2CServices IOClass VoodooI2CServices IOMatchCategory VoodooI2CServices IOProviderClass IOResources LSMinimumSystemVersion 10.11 NSHumanReadableCopyright Copyright © 2017 Alexandre Daoud. All rights reserved. OSBundleCompatibleVersion 1.0.0 OSBundleLibraries com.apple.kpi.iokit 14 com.apple.kpi.libkern 14 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources ================================================ files files2 rules ^Resources/ ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^version.plist$ rules2 .*\.dSYM($|/) weight 11 ^(.*/)?\.DS_Store$ omit weight 2000 ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ nested weight 10 ^.* ^Info\.plist$ omit weight 20 ^PkgInfo$ omit weight 20 ^Resources/ weight 20 ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^[^/]+$ nested weight 10 ^embedded\.provisionprofile$ weight 20 ^version\.plist$ weight 20 ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable VoodooInput CFBundleIdentifier me.kishorprins.VoodooInput CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooInput CFBundlePackageType KEXT CFBundleShortVersionString 1.1.6 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1.1.6 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 13.3 DTSDKBuild 22E245 DTSDKName macosx13.3 DTXcode 1431 DTXcodeBuild 14E300c IOKitPersonalities Voodoo Input CFBundleIdentifier me.kishorprins.VoodooInput IOClass VoodooInput IOProbeScore 200 IOPropertyMatch VoodooInputSupported IOProviderClass IOService LSMinimumSystemVersion 10.10 NSHumanReadableCopyright Copyright © 2019 Kishor Prins. All rights reserved. OSBundleLibraries com.apple.iokit.IOHIDFamily 2.0 com.apple.kpi.iokit 14 com.apple.kpi.libkern 14 com.apple.kpi.mach 13.0 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext/Contents/_CodeSignature/CodeResources ================================================ files files2 rules ^Resources/ ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^version.plist$ rules2 .*\.dSYM($|/) weight 11 ^(.*/)?\.DS_Store$ omit weight 2000 ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ nested weight 10 ^.* ^Info\.plist$ omit weight 20 ^PkgInfo$ omit weight 20 ^Resources/ weight 20 ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^[^/]+$ nested weight 10 ^embedded\.provisionprofile$ weight 20 ^version\.plist$ weight 20 ================================================ FILE: EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 23H124 CFBundleDevelopmentRegion en CFBundleExecutable VoodooI2CHID CFBundleIdentifier com.alexandred.VoodooI2CHID CFBundleInfoDictionaryVersion 6.0 CFBundleName VoodooI2CHID CFBundlePackageType KEXT CFBundleShortVersionString 1.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion 1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild DTPlatformName macosx DTPlatformVersion 13.3 DTSDKBuild 22E245 DTSDKName macosx13.3 DTXcode 1431 DTXcodeBuild 14E300c IOKitPersonalities Intel ACPI Sensor Hub Enabler CFBundleIdentifier com.alexandred.VoodooI2CHID IOClass VoodooI2CSensorHubEnabler IONameMatch INT33D0 IOProviderClass IOACPIPlatformDevice Sensor Hub Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 1 DeviceUsagePage 32 IOClass VoodooI2CSensorHubEventDriver IOProbeScore 100 IOProviderClass IOHIDInterface VoodooI2CHIDDevice CFBundleIdentifier com.alexandred.VoodooI2CHID IOClass VoodooI2CHIDDevice IOProbeScore 100 IOPropertyMatch compatible PNP0C50 IOProviderClass VoodooI2CDeviceNub VoodooI2CHIDDevice Generic Mouse HID Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 2 DeviceUsagePage 1 HIDAccelCurves HIDAccelGainLinear 65536 HIDAccelIndex 0 HIDAccelTangentSpeedLinear 524288 HIDAccelGainCubic 5243 HIDAccelGainLinear 60293 HIDAccelGainParabolic 26214 HIDAccelIndex 8192 HIDAccelTangentSpeedLinear 537395 HIDAccelTangentSpeedParabolicRoot 1245184 HIDAccelGainCubic 6554 HIDAccelGainLinear 60948 HIDAccelGainParabolic 36045 HIDAccelIndex 32768 HIDAccelTangentSpeedLinear 543949 HIDAccelTangentSpeedParabolicRoot 1179648 HIDAccelGainCubic 7864 HIDAccelGainLinear 61604 HIDAccelGainParabolic 46531 HIDAccelIndex 45056 HIDAccelTangentSpeedLinear 550502 HIDAccelTangentSpeedParabolicRoot 1114112 HIDAccelGainCubic 9830 HIDAccelGainLinear 62259 HIDAccelGainParabolic 57672 HIDAccelIndex 57344 HIDAccelTangentSpeedLinear 557056 HIDAccelTangentSpeedParabolicRoot 1048576 HIDAccelGainCubic 11796 HIDAccelGainLinear 62915 HIDAccelGainParabolic 69468 HIDAccelIndex 65536 HIDAccelTangentSpeedLinear 563610 HIDAccelTangentSpeedParabolicRoot 983040 HIDAccelGainCubic 14418 HIDAccelGainLinear 63570 HIDAccelGainParabolic 81920 HIDAccelIndex 98304 HIDAccelTangentSpeedLinear 570163 HIDAccelTangentSpeedParabolicRoot 917504 HIDAccelGainCubic 17695 HIDAccelGainLinear 64225 HIDAccelGainParabolic 95027 HIDAccelIndex 131072 HIDAccelTangentSpeedLinear 576717 HIDAccelTangentSpeedParabolicRoot 851968 HIDAccelGainCubic 21627 HIDAccelGainLinear 64881 HIDAccelGainParabolic 108790 HIDAccelIndex 163840 HIDAccelTangentSpeedLinear 583270 HIDAccelTangentSpeedParabolicRoot 786432 HIDAccelGainCubic 26214 HIDAccelGainLinear 65536 HIDAccelGainParabolic 123208 HIDAccelIndex 196608 HIDAccelTangentSpeedLinear 589824 HIDAccelTangentSpeedParabolicRoot 786432 IOClass IOHIDEventDriver IOProbeScore 100 IOPropertyMatch Transport I2C IOProviderClass IOHIDInterface VoodooI2CHIDDevice Multitouch HID Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 4 DeviceUsagePage 13 DeviceUsage 5 DeviceUsagePage 13 DeviceUsage 2 DeviceUsagePage 13 IOClass VoodooI2CMultitouchHIDEventDriver IOProbeScore 200 IOProviderClass IOHIDInterface VoodooI2CHIDDevice Precision Touchpad HID Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 5 DeviceUsagePage 13 IOClass VoodooI2CPrecisionTouchpadHIDEventDriver IOProbeScore 300 IOProviderClass IOHIDInterface ProcessBluetoothMouseStopsTrackpad ProcessUSBMouseStopsTrackpad QuietTimeAfterTyping 100 RM,deliverNotifications VoodooI2CHIDDevice Stylus HID Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 2 DeviceUsagePage 13 IOClass VoodooI2CStylusHIDEventDriver IOProbeScore 300 IOProviderClass IOHIDInterface VoodooI2CHIDDevice Touchscreen HID Event Driver CFBundleIdentifier com.alexandred.VoodooI2CHID DeviceUsagePairs DeviceUsage 4 DeviceUsagePage 13 IOClass VoodooI2CTouchscreenHIDEventDriver IOProbeScore 400 IOProviderClass IOHIDInterface VoodooI2CHIDSYNA3602Device CFBundleIdentifier com.alexandred.VoodooI2CHID IOClass VoodooI2CHIDSYNA3602Device IOProbeScore 200 IOPropertyMatch name SYNA3602 IOProviderClass VoodooI2CDeviceNub LSMinimumSystemVersion 10.11 NSHumanReadableCopyright Copyright © 2017 Alexandre Daoud. All rights reserved. OSBundleLibraries com.alexandred.VoodooI2C 2.0 com.apple.iokit.IOACPIFamily 1.4 com.apple.iokit.IOHIDFamily 2.0 com.apple.kpi.iokit 14 com.apple.kpi.libkern 14 com.apple.kpi.mach 13.0 OSBundleRequired Root ================================================ FILE: EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources ================================================ files files2 rules ^Resources/ ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^version.plist$ rules2 .*\.dSYM($|/) weight 11 ^(.*/)?\.DS_Store$ omit weight 2000 ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ nested weight 10 ^.* ^Info\.plist$ omit weight 20 ^PkgInfo$ omit weight 20 ^Resources/ weight 20 ^Resources/.*\.lproj/ optional weight 1000 ^Resources/.*\.lproj/locversion.plist$ omit weight 1100 ^Resources/Base\.lproj/ weight 1010 ^[^/]+$ nested weight 10 ^embedded\.provisionprofile$ weight 20 ^version\.plist$ weight 20 ================================================ FILE: EFI/OC/Kexts/itlwm.kext/Contents/Info.plist ================================================ BuildMachineOSBuild 19H2026 CFBundleDevelopmentRegion en CFBundleExecutable itlwm CFBundleIdentifier com.zxystd.itlwm CFBundleInfoDictionaryVersion 6.0 CFBundleName itlwm CFBundlePackageType KEXT CFBundleShortVersionString 2.3.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion 2.3.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild 11E801a DTPlatformVersion GM DTSDKBuild 19G68 DTSDKName macosx10.15 DTXcode 1170 DTXcodeBuild 11E801a IOKitPersonalities itlwm CFBundleIdentifier com.zxystd.itlwm IOClass itlwm IOMatchCategory IODefaultMatchCategory IOPCIPrimaryMatch 0x00008086&0x0000ffff IOProbeScore 2000 IOProviderClass IOPCIDevice IOUserClientClass ItlNetworkUserClient WiFiConfig WiFi_1 password zxyssdt112233 ssid ssdt WiFi_2 password zxyssdt112233 ssid ssdt_5G WiFi_3 password ssid Redmi WiFi_4 password 9utc5c5f ssid CMCC-KtG6 LSMinimumSystemVersion 10.9 NSHumanReadableCopyright Copyright © 2020 钟先耀. All rights reserved. OSBundleLibraries com.apple.iokit.IONetworkingFamily 1.5.0 com.apple.iokit.IOPCIFamily 1.7 com.apple.kpi.bsd 8.10.0 com.apple.kpi.iokit 8.10.0 com.apple.kpi.libkern 8.10.0 com.apple.kpi.mach 8.10.0 OSBundleRequired Network-Root ================================================ FILE: EFI/OC/Kexts/itlwm.kext/Contents/MacOS/itlwm ================================================ [File too large to display: 15.3 MB] ================================================ FILE: EFI/OC/config.plist ================================================ #kalkmann OC 1.0.5 - MacOS 25.0 25A354 MacBookPro16,2 kalkmann 260925 ACPI Add Comment SSDT-EC.aml Enabled Path SSDT-EC.aml Comment SSDT-PLUG-ALT.aml Enabled Path SSDT-PLUG-ALT.aml Comment SSDT-USBX.aml Enabled Path SSDT-USBX.aml Comment SSDT-XOSI.aml Enabled Path SSDT-XOSI.aml Delete All Comment Delete to fix SRFZ namespace Enabled OemTableId Q0ItMDEgICA= TableLength 92 TableSignature U1NEVA== Patch Base BaseSkip 0 Comment _OSI to XOSI rename - requires SSDT-XOSI.aml Count 0 Enabled Find X09TSQ== Limit 0 Mask OemTableId AAAAAA== Replace WE9TSQ== ReplaceMask Skip 0 TableLength 0 TableSignature AAAAAA== Quirks FadtEnableReset NormalizeHeaders RebaseRegions ResetHwSig ResetLogoStatus SyncTableIds Booter MmioWhitelist Address 4275159040 Comment Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS) Enabled Address 4278190080 Comment Generic: PCI root is a 0x1000 page memory region used by some types of firmware Enabled Patch Arch x86_64 Comment Skip Board ID check Count 0 Enabled Find AFAAbABhAHQAZgBvAHIAbQBTAHUAcABwAG8AcgB0AC4A cABsAGkAcwB0 Identifier Apple Limit 0 Mask Replace AC4ALgAuAC4ALgAuAC4ALgAuAC4ALgAuAC4ALgAuAC4A LgAuAC4ALgAu ReplaceMask Skip 0 Arch x86_64 Comment Reroute HW_BID to OC_BID Count 0 Enabled Find SABXAF8AQgBJAEQA Identifier Apple Limit 0 Mask Replace TwBDAF8AQgBJAEQA ReplaceMask Skip 0 Quirks AllowRelocationBlock AvoidRuntimeDefrag ClearTaskSwitchBit DevirtualiseMmio DisableSingleUser DisableVariableWrite DiscardHibernateMap EnableSafeModeSlide EnableWriteUnprotector FixupAppleEfiImages ForceBooterSignature ForceExitBootServices ProtectMemoryRegions ProtectSecureBoot ProtectUefiServices ProvideCustomSlide ProvideMaxSlide 0 RebuildAppleMemoryMap ResizeAppleGpuBars 0 SetupVirtualMap SignalAppleOS SyncRuntimePermissions DeviceProperties Add PciRoot(0x1)/Pci(0x1,0x1)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0) AAPL,slot-name Slot-1 ATY,DeviceName RX6600M ATY,FamilyName Radeon Pro PP_PhmSoftPowerPlayTable pgkSAAIiA8MJAABTQwAAgwAFAAAAHAAAAAAAAGwAAAAA AAAAAAAAAAAAAQAAAAEAAAANAAAAoAoAAAAFAABrAwAA CAcAAOIEAACVBQAA4gQAAJUFAACwBAAAwQQAAMEEAAAq AwAAwQQAAAAAAAAAAAAAAAAAAPQBAACiAQAAYQAAAPQB AAA8AgAAsgIAADwCAACyAgAAogEAAOcBAADnAQAALAEA AOcBAAAAAAAAAAAAAAAAAACBAAAAEAAAAB4AAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAQAAAAAAAAAA AAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAABgAAAAYAAABfAF8AXwBfAHIGcgbW BtYG0AfQB8oIyggAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAYAAAD//V+T5zMEAGQAAAAAAAAAAAAA AAAAAABkAAAAAAAAAAAAAAAAAAAAZAAQAAAAAABkAGQA ZABzAHMAcwBzAAAAAAAAAAAAAAABAAAACgAAAAAAAAAA AAAAAAAAALgLSA3YDmgQwBIAAAw4BAD/PwAAZABkAAAA VAtUC2QAAAAAALgLuAtoEGgQgAAAATcANwC4C7gLuAu4 CwUABQAAAAIAAACAPwAAAAA4FQk++MLkvS4cKD+hAQAA AAACAL6fij9I4Xo+91j6OlYO7T7vVas+ogEAAAABBABx PZo/w/UoPgBSGzsK1wM/w0eUPmEAAAAAAAIAAACAPwAA AAC5pdU6vp/aPlyPgj70AQAAAAACAPYonD8IrBw+o0Af O0JgBT/uWoI+PAIAAAAAAgDTTYI/g8BKPv2C3TpSuN4+ jV2CPrICAAAAAAIA9iicPwisHD6jQB87QmAFP+5agj48 AgAAAAACANNNgj+DwEo+/YLdOlK43j6NXYI+sgIAAAAA AgD5D5k/mpmZPokMKztxPQo/G2SCPqIBAAAAAAIA7FGY P3NoET4X8R07L90EP41dgj7nAQAAAAACAOxRmD9zaBE+ F/EdOy/dBD+NXYI+5wEAAAAAAgDZzjc/rBw6PwAAAABE aY8+wTkTPywBAAAAAAIA7FGYP3NoET4X8R07L90EP41d gj7nAQAA9AGgCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACyApUFAAAAAAAAAAAAAAAAPALiBAAAAAAAAAAA AAAAAKIBAAUAAAAAAAAAAAAAAABhAB4CpAJrA6IBsAQA AAAAAAAAAAAAAADnAcEEAAAAAAAAAAAAAAAA5wHBBAAA AAAAAAAAAAAAACwBKgMAAAAAAAAAAAAAAADnAcEEAAAA AAAAAAAAAAAA9AEIBwAAAAAAAAAAAAAAAAAAAAC+MIE/ HeZLPZ92eL2+MIE/HeZLPZ92eL2+MIE/HeZLPZ92eL1U HWI/1XjpPaOSur0f1yY/bef7Pb72LD6gCgAAAAUAAGsD AAAIBwAA4gQAAJUFAADiBAAAlQUAALAEAADBBAAAwQQA ACoDAADBBAAAAAMDAwgHAABMAfoB8AqADIwKSA1IDUgN iBMYFRgVGBX0ASAD9AEBAAECXQABAAAAAAAAAAAAAAAA AAAAAAAAAAAAAABrAwAABgBkAAAAAAAoAGQAAAAAAAAA AAAAAAAAAAAAAAAAAADsEH0QDhCfDzAPwQ5SDuMNdA0F DZYMJwz2CsQJkwhiBwAAAAADAgEAAAAAAAAAAAAAAAAA AAMBBFEAawI3AEYAkAGQAZABkAGQAZABkAGQAZABkAEe AHIG0AfkDAAARgD0AQAAAQAAAgAAAAAAAAAAAAADAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAisnL1CYAU/N3EC vwAAAAAAAAAAAAAAAIGVwz1Y4oE9cF+HvQAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAlACUAAEBAAAAAAAAlACUABkAGQAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAABVAsgAAAAObQgQHlYaD7w pyBBeqXMPgAAAABUC1QLoAugC0wAZABkAAAAAAAAAAAA AAAAAAAAAAAAALUHAACBCAAAkAkAAD4EAACzBAAA2gcA AAAAAAAAAAAAAAAAAAAAGgEB9a2AGQhoAQEFSBzcAwsA AADA0ODwpQEBqhkAAAB0AQEF/////zIBAa8AAACOAQAA ABcAAAAXAAAAklcrBQAAAQBlAG4AdAABAG8AaQBkAAEA ZwBhAGkAAQAgAGEAdAABAE0AZQBtAAEAcgB5AAAAbgAA AAAAJG1MrwABAI4EAAAAFwAAABcAAADiASsFAABUAF8A TQBFAE0AMQAgAAEAAQBuAAEAQwABAG4AAQByAG8AbAAg AAEAYQABAG4AAABuAAAAAADebFqvAAIAjAEAAAAYAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeBg== model AMD Radeon RX 6600M PciRoot(0x1)/Pci(0x1,0x2)/Pci(0x0,0x0) built-in AQ== PciRoot(0x1)/Pci(0x2,0x2)/Pci(0x0,0x0) built-in AQ== PciRoot(0x1)/Pci(0x2,0x4)/Pci(0x0,0x0) built-in AQ== PciRoot(0x1)/Pci(0x8,0x1)/Pci(0x0,0x6) layout-id 21 Delete Kernel Add Arch Any BundlePath AppleMCEReporterDisabler.kext Comment V1.2 | AppleMCEReporterDisabler.kext Enabled ExecutablePath MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath IntelBluetoothFirmware.kext Comment V2.5.0 | IntelBluetoothFirmware.kext Enabled ExecutablePath Contents/MacOS/IntelBluetoothFirmware MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath itlwm.kext Comment V2.3.0 | itlwm.kext Enabled ExecutablePath Contents/MacOS/itlwm MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath Lilu.kext Comment V1.7.1 | Lilu.kext Enabled ExecutablePath Contents/MacOS/Lilu MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath NVMeFix.kext Comment V1.1.3 | NVMeFix.kext Enabled ExecutablePath Contents/MacOS/NVMeFix MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath RealtekRTL8111.kext Comment V2.5.0 | RealtekRTL8111.kext Enabled ExecutablePath Contents/MacOS/RealtekRTL8111 MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath RestrictEvents.kext Comment V1.1.6 | RestrictEvents.kext Enabled ExecutablePath Contents/MacOS/RestrictEvents MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath USBToolBox.kext Comment V1.2.0 | USBToolBox.kext Enabled ExecutablePath Contents/MacOS/USBToolBox MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath UTBMap.kext Comment V1.1 | UTBMap.kext Enabled ExecutablePath MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VirtualSMC.kext Comment V1.3.7 Enabled ExecutablePath Contents/MacOS/VirtualSMC MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext Comment V1.1 Enabled ExecutablePath Contents/MacOS/VoodooGPIO MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext Comment V1 Enabled ExecutablePath Contents/MacOS/VoodooI2CServices MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext Comment V1.1.4 Enabled ExecutablePath Contents/MacOS/VoodooInput MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath BlueToolFixup.kext Comment V2.7.0 | BlueToolFixup.kext Enabled ExecutablePath Contents/MacOS/BlueToolFixup MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath ForgedInvariant.kext Comment V1.0.0 | ForgedInvariant.kext Enabled ExecutablePath Contents/MacOS/ForgedInvariant MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath IntelBTPatcher.kext Comment V2.5.0 | IntelBTPatcher.kext Enabled ExecutablePath Contents/MacOS/IntelBTPatcher MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath SMCBatteryManager.kext Comment V1.3.7 | SMCBatteryManager.kext Enabled ExecutablePath Contents/MacOS/SMCBatteryManager MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath SMCProcessorAMD.kext Comment V1.0.1 | SMCProcessorAMD.kext Enabled ExecutablePath Contents/MacOS/SMCProcessorAMD MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath SMCRadeonSensors.kext Comment V2.3.0 | SMCRadeonSensors.kext Enabled ExecutablePath Contents/MacOS/SMCRadeonSensors MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VoodooI2C.kext Comment V2.8 Enabled ExecutablePath Contents/MacOS/VoodooI2C MaxKernel MinKernel PlistPath Contents/Info.plist Arch Any BundlePath VoodooI2CHID.kext Comment V1 Enabled ExecutablePath Contents/MacOS/VoodooI2CHID MaxKernel MinKernel PlistPath Contents/Info.plist Block Arch Any Comment Enabled Identifier com.apple.driver.AppleTyMCEDriver MaxKernel MinKernel Strategy Disable Emulate Cpuid1Data Cpuid1Mask DummyPowerManagement MaxKernel MinKernel Force Arch Any BundlePath System/Library/Extensions/IONetworkingFamily.kext Comment Enabled ExecutablePath Contents/MacOS/IONetworkingFamily Identifier com.apple.iokit.IONetworkingFamily MaxKernel 13.99.99 MinKernel PlistPath Contents/Info.plist Patch Arch x86_64 Base _cpuid_set_info Comment algrey | Force cpuid_cores_per_package to constant (user-specified) | 10.13-10.14 Count 1 Enabled Find wegaAAAA Identifier kernel Limit 0 Mask //3/AAAA MaxKernel 18.99.99 MinKernel 17.0.0 Replace uAYAAAAA ReplaceMask //////8A Skip 0 Arch x86_64 Base _cpuid_set_info Comment algrey | Force cpuid_cores_per_package to constant (user-specified) | 10.15-11.0 Count 1 Enabled Find wegaAAAA Identifier kernel Limit 0 Mask //3/AAAA MaxKernel 20.99.99 MinKernel 19.0.0 Replace ugYAAAAA ReplaceMask //////8A Skip 0 Arch x86_64 Base _cpuid_set_info Comment algrey | Force cpuid_cores_per_package to constant (user-specified) | 12.0-13.2 Count 1 Enabled Find wegaAAAA Identifier kernel Limit 0 Mask //3/AAAA MaxKernel 22.3.99 MinKernel 21.0.0 Replace ugYAAACQ ReplaceMask Skip 0 Arch x86_64 Base _cpuid_set_info Comment algrey | Force cpuid_cores_per_package to constant (user-specified) | 13.3+ Count 1 Enabled Find wegaAAA= Identifier kernel Limit 0 Mask //3/AAA= MaxKernel 25.99.99 MinKernel 22.4.0 Replace ugYAAAA= ReplaceMask //////8= Skip 0 Arch x86_64 Base Comment algrey | _commpage_populate | Remove rdmsr | 10.13+ Count 1 Enabled Find uaABAAAPMg== Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace ZpBmkGaQkA== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_cache_info | Set CPUID proper instead of 4 | 10.13+ Count 1 Enabled Find uAQAAABEifFEiQ== Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace uB0AAIBEifFEiQ== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_generic_info | Remove wrmsr(0x8B) | 10.13+ Count 1 Enabled Find uYsAAAAxwDHSDzA= Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace ZpBmkGaQZpBmkJA= ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_generic_info | Replace rdmsr(0x8B) with constant 186 | 10.13+ Count 1 Enabled Find uYsAAAAPMg== Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace uroAAABmkA== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_generic_info | Set flag=1 | 10.13+ Count 1 Enabled Find uRcAAAAPMsHqEoDiBw== Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace sgFmDx+EAAAAAABmkA== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 10.13+ Count 1 Enabled Find ADoPgg== Identifier kernel Limit 0 Mask MaxKernel 23.99.99 MinKernel 17.0.0 Replace AAAPgg== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_generic_info | Disable check to allow leaf7 | 15.x Count 1 Enabled Find AAUPgg== Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 24.0.0 Replace AAAPgg== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_info | GenuineIntel to AuthenticAMD | 10.13-11.0 Count 1 Enabled Find R2VudWluZUludGVsAA== Identifier kernel Limit 0 Mask MaxKernel 20.99.99 MinKernel 17.0.0 Replace QXV0aGVudGljQU1EAA== ReplaceMask Skip 0 Arch x86_64 Base _cpuid_set_info Comment Goldfish64, algrey | Bypass GenuineIntel check panic | 12.0+ Count 1 Enabled Find AAAAAAAAMdKzAQ== Identifier kernel Limit 0 Mask AAAAAAAA/////w== MaxKernel 25.99.99 MinKernel 21.0.0 Replace kJCQkJCQMdKzAQ== ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 10.13-11.2 Count 1 Enabled Find MduAPQAAAAAGdQA= Identifier kernel Limit 0 Mask /////wAAAP///wA= MaxKernel 20.3.0 MinKernel 17.0.0 Replace u7xP6njpXQAAAJA= ReplaceMask Skip 0 Arch x86_64 Base _cpuid_set_info Comment algrey | _cpuid_set_cpufamily | Force CPUFAMILY_INTEL_PENRYN | 11.3+ Count 1 Enabled Find gD0AAAAABnU= Identifier kernel Limit 0 Mask //8AAAAA//8= MaxKernel 25.99.99 MinKernel 20.4.0 Replace urxP6ngx2+s= ReplaceMask Skip 0 Arch x86_64 Base Comment algrey | _i386_init | Remove 3 rdmsr calls | 10.13+ Count 0 Enabled Find uZkBAAAPMkjB4iCJxkgJ1rmYAQAADzJIweIgicBICcK/ WAIxBTHJRTHA Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace Zg8fhAAAAAAAZg8fhAAAAAAAZg8fhAAAAAAAZg8fhAAA AAAAZg8fRAAA ReplaceMask Skip 0 Arch x86_64 Base Comment algrey, XLNC | Remove version check and panic | 10.13+ Count 1 Enabled Find JfwAAACD+BM= Identifier kernel Limit 0 Mask MaxKernel 25.99.99 MinKernel 17.0.0 Replace JfwAAAAPHwA= ReplaceMask Skip 0 Arch x86_64 Base __ZN11IOPCIBridge13probeBusGatedEP14probeBusParams Comment CaseySJ | probeBusGated | Disable 10 bit tags | 12.0+ Count 1 Enabled Find 4BFyAA== Identifier com.apple.iokit.IOPCIFamily Limit 0 Mask 8P//8A== MaxKernel 25.99.99 MinKernel 21.0.0 Replace AAADAA== ReplaceMask AAAPAA== Skip 0 Arch x86_64 Base __ZN17IOPCIConfigurator18IOPCIIsHotplugPortEP16IOPCIConfigEntry Comment CaseySJ | IOPCIIsHotplugPort | Fix PCI bus enumeration on AM5 | 13.0+ Count 1 Enabled Find hAB1Sw== Identifier com.apple.iokit.IOPCIFamily Limit 0 Mask /wD//w== MaxKernel 25.99.99 MinKernel 22.0.0 Replace AADrAA== ReplaceMask AAD/AA== Skip 0 Arch x86_64 Base Comment Visual | thread_quantum_expire, thread_unblock, thread_invoke | Remove non-monotonic time panic | 12.0+ Count 3 Enabled Find SAAAAAIAAEgAAFgAAAAPAAAAAAA= Identifier kernel Limit 0 Mask /wAAD/////8AAP8AAAD/AAAAAAA= MaxKernel 25.99.99 MinKernel 21.0.0 Replace AAAAAAAAAAAAAAAAAABmkGaQZpA= ReplaceMask AAAAAAAAAAAAAAAAAAD///////8= Skip 0 Arch x86_64 Base Comment Visual | thread_invoke, thread_dispatch | Remove non-monotonic time panic | 12.0+ Count 2 Enabled Find SAAAgAQAAA8AAAAAAA== Identifier kernel Limit 0 Mask SAAA8P////8AAAAAAA== MaxKernel 25.99.99 MinKernel 21.0.0 Replace AAAAAAAAAGaQZpBmkA== ReplaceMask AAAAAAAAAP///////w== 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 Base Comment Shaneee | _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 uXcCAAC4BgYGBroGBgYGDzAPCQ== ReplaceMask Skip 0 Arch x86_64 Base Comment Algrey / Zormeister | _mtrr_update_action | Fix PAT | 15+ Count 0 Enabled Find icCB4v//AP+BygAAAAAPMA== Identifier kernel Limit 0 Mask /////////////wAAAAD//w== MaxKernel 25.99.99 MinKernel 24.0.0 Replace icC4BgEHALoGAQcADzCQkA== ReplaceMask Skip 0 Arch x86_64 Base Comment Shaneee / Zormeister | _mtrr_update_action | Fix PAT | 15+ Count 0 Enabled Find icCB4v//AP+BygAAAAAPMA== Identifier kernel Limit 0 Mask /////////////wAAAAD//w== MaxKernel 25.99.99 MinKernel 24.0.0 Replace icC4BgYGBroGBgYGDzCQkA== ReplaceMask Skip 0 Arch Any Base __ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime Comment Disable RTC wake scheduling Count 1 Enabled Find Identifier com.apple.driver.AppleRTC Limit 0 Mask MaxKernel MinKernel 19.0.0 Replace ww== ReplaceMask Skip 0 Quirks AppleCpuPmCfgLock AppleXcpmCfgLock AppleXcpmExtraMsrs AppleXcpmForceBoost CustomPciSerialDevice CustomSMBIOSGuid DisableIoMapper DisableIoMapperMapping DisableLinkeditJettison DisableRtcChecksum ExtendBTFeatureFlags ExternalDiskIcons ForceAquantiaEthernet ForceSecureBootScheme IncreasePciBarSize LapicKernelPanic LegacyCommpage PanicNoKextDump PowerTimeoutKernelPanic ProvideCurrentCpuInfo SetApfsTrimTimeout -1 ThirdPartyDrives XhciPortLimit Scheme CustomKernel FuzzyMatch KernelArch Auto KernelCache Auto Misc BlessOverride Boot ConsoleAttributes 0 HibernateMode None HibernateSkipsPicker HideAuxiliary InstanceIdentifier LauncherOption Disabled LauncherPath Default PickerAttributes 17 PickerAudioAssist PickerMode External PickerVariant Auto PollAppleHotKeys ShowPicker TakeoffDelay 0 Timeout 5 Debug AppleDebug ApplePanic DisableWatchDog DisplayDelay 0 DisplayLevel 2147483650 LogModules * SysReport Target 3 Entries Arguments Auxiliary Comment Not signed for security reasons Enabled Flavour Auto Name CustomOS Path PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI TextMode Security AllowSetDefault ApECID 0 AuthRestart BlacklistAppleUpdate DmgLoading Signed EnablePassword ExposeSensitiveData 6 HaltLevel 2624259 PasswordHash PasswordSalt ScanPolicy 2625283 SecureBootModel Disabled Vault Optional Serial Custom BaudRate 115200 ClockRate 1843200 DetectCable ExtendedTxFifoSize 64 FifoControl 7 LineControl 3 PciDeviceInfo /w== RegisterAccessWidth 8 RegisterBase 1016 RegisterStride 1 UseHardwareFlowControl UseMmio Init Override Tools NVRAM Add 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14 DefaultBackgroundColor AAAAAA== 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 revcpu 1 revcpuname AMD Ryzen 5 5600H revpatch cpuname,sbvmm 7C436110-AB2A-4BBB-A880-FE41995C9F82 ForceDisplayRotationInEFI 0 SystemAudioVolume Rg== bluetoothExternalDongleFailed AA== bluetoothInternalControllerInfo AAAAAAAAAAAAAAAAAAA= boot-args keepsyms=1 debug=0x100 -lilubetaall csr-active-config AwgAAA== run-efi-updater No Delete 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14 DefaultBackgroundColor 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 revpatch revcpuname 7C436110-AB2A-4BBB-A880-FE41995C9F82 boot-args ForceDisplayRotationInEFI LegacyOverwrite LegacySchema 7C436110-AB2A-4BBB-A880-FE41995C9F82 EFILoginHiDPI EFIBluetoothDelay LocationServicesEnabled SystemAudioVolume SystemAudioVolumeDB SystemAudioVolumeSaved bluetoothActiveControllerInfo bluetoothInternalControllerInfo flagstate fmm-computer-name fmm-mobileme-token-FMM fmm-mobileme-token-FMM-BridgeHasAccount nvda_drv prev-lang:kbd 8BE4DF61-93CA-11D2-AA0D-00E098032B8C Boot0080 Boot0081 Boot0082 BootNext BootOrder WriteFlash PlatformInfo Automatic CustomMemory Generic AdviseFeatures MLB MaxBIOSVersion ProcessorType 1537 ROM SpoofVendor SystemMemoryStatus Auto SystemProductName MacBookPro16,2 SystemSerialNumber SystemUUID UpdateDataHub UpdateNVRAM UpdateSMBIOS UpdateSMBIOSMode Create UseRawUuidEncoding UEFI APFS EnableJumpstart GlobalConnect HideVerbose JumpstartHotPlug MinDate 0 MinVersion 0 AppleInput AppleEvent Builtin CustomDelays GraphicsInputMirroring KeyInitialDelay 50 KeySubsequentDelay 5 PointerDwellClickTimeout 0 PointerDwellDoubleClickTimeout 0 PointerDwellRadius 0 PointerPollMask -1 PointerPollMax 80 PointerPollMin 10 PointerSpeedDiv 1 PointerSpeedMul 1 Audio AudioCodec 0 AudioDevice PciRoot(0x0)/Pci(0x8,0x1)/Pci(0x0,0x6) AudioOutMask -1 AudioSupport DisconnectHda MaximumGain -15 MinimumAssistGain -30 MinimumAudibleGain -128 PlayChime Enabled ResetTrafficClass SetupDelay 0 ConnectDrivers Drivers Arguments Comment AudioDxe.efi Enabled LoadEarly Path AudioDxe.efi Arguments Comment HfsPlus.efi Enabled LoadEarly Path HfsPlus.efi Arguments Comment OpenCanopy.efi Enabled LoadEarly Path OpenCanopy.efi Arguments Comment OpenRuntime.efi Enabled LoadEarly Path OpenRuntime.efi Arguments Comment ResetNvramEntry.efi Enabled LoadEarly Path ResetNvramEntry.efi Input KeyFiltering KeyForgetThreshold 5 KeySupport KeySupportMode Auto KeySwap PointerSupport PointerSupportMode ASUS TimerResolution 50000 Output ClearScreenOnModeSwitch ConsoleFont ConsoleMode DirectGopRendering ForceResolution GopBurstMode GopPassThrough Disabled IgnoreTextInGraphics InitialMode Auto ProvideConsoleGop ReconnectGraphicsOnConnect ReconnectOnResChange ReplaceTabWithSpace Resolution Max SanitiseClearScreen TextRenderer BuiltinGraphics UIScale 1 UgaPassThrough ProtocolOverrides AppleAudio AppleBootPolicy AppleDebugLog AppleEg2Info AppleFramebufferInfo AppleImageConversion AppleImg4Verification AppleKeyMap AppleRtcRam AppleSecureBoot AppleSmcIo AppleUserInterfaceTheme DataHub DeviceProperties FirmwareVolume HashServices OSInfo PciIo UnicodeCollation Quirks ActivateHpetSupport DisableSecurityPolicy EnableVectorAcceleration EnableVmx ExitBootServicesDelay 0 ForceOcWriteFlash ForgeUefiSupport IgnoreInvalidFlexRatio ReleaseUsbOwnership ReloadOptionRoms RequestBootVarRouting ResizeGpuBars -1 ResizeUsePciRbIo ShimRetainProtocol TscSyncTimeout 0 UnblockFsConnect ReservedMemory Unload ================================================ FILE: README.md ================================================

MacOS on Lenovo Legion 5-15ACH6A - Ryzen 5600H & Radeon RX 6600M 🇧🇷

Lenovo Legion 5-15ACH6A Type 82NW Opencore EFI and some info for running macOS Tahoe 26.0 25A354. Probably compatible with R70002021A 6600M variant/Legion x60AA Gen AMD. For NVidia Legion variant, try [@ducviet5138 fork](https://github.com/ducviet5138/Hackintosh-Legion-5)

Lenovo BIOS Opencore Release MacOS Version

Print-Tahoe

## Considerations _Information available only for possible references. I do not recommend following all the information presented here._ ## Table of Contents * [Specifications](#specifications) * [What's Working](#whats-working) * [What's not Working](#whats-not-working) * [Bios Options](#bios-options) * [Kexts Used](#kexts-used) * [SSDTs Used](#ssdts-used) * [Credits](#credits) * [Useful Apps & Scripts](#useful-apps--scripts) * [Screenshots](#screenshots) ## Specifications | Item | Info | | ------------ | ------------ | | Model | Legion 5-15ACH6A Type 82NW | | Bios Version | G9CN37WW | | CPU | AMD Ryzen™ 5 5600H Processor | | DGPU | AMD Radeon RX 6600M 8GB | | RAM | 2x 16GB Kingston DDR4 2400/3200 MHz | | NVMe | Kingston SNV2S1000G 1TB for macOS / Micron MTFDHBA512QFD 512gb for Windows 11 | | WIFI | Intel® Wi-Fi 6E AX210 | | Bluetooth | With Intel wifi combo card | | Ethernet | Realtek RTL8111 | | Audio | Realtek ALC287 | | LCD Panel | 15.6 FHD IPS 120Hz | | Opencore Version | [1.0.5](https://github.com/acidanthera/OpenCorePkg) | | SMBIOS used | MacBookPro16,2 (Need to enter your information generated by [GenSMBIOS](http://https://github.com/corpnewt/GenSMBIOS "GenSMBIOS")) | | Target MacOS Version | macOS Tahoe 26.0 build 25A354 | ## What's Working | Item | Status | Notes | | --- | --- | --- | | CPU | ✅ | AMD Vanilla Kernel Patches ([Modify according to yours Core Count](https://github.com/AMD-OSX/AMD_Vanilla) / Adjusted MaxKernel to Tahoe) | | DGPU | ✅ | With some DeviceProperties | | Brightness Control | ✅ | Workaround with [Lunar app](https://lunar.fyi/ "Lunar app") | | HDMI A/V out | ✅ | Working in 4K 60Hz Monitor  | | USB-C DP | ✅ | DisplayPort working | | USB | ✅ | All ports working with USBToolBox Kext 1.2.0 and UTBMap kext | | Keyboard | ✅ | Working without kexts + [Karabiner-Elements app](https://karabiner-elements.pqrs.org/ "Karabiner-Elements app") for mapping | | Onboard Audio | ✅ | [chris1111](https://github.com/chris1111/VoodooHDA-Tahoe) VoodooHDA | | P2 Mic | ✅ | Not tested with VoodooHDA | | Trackpad | ✅ | VoodooI2C + VoodooI2CHID | | Ethernet | ✅ | RealtekRTL8111 Kext | | Intel WIFI | ✅ | With Itlwm.kext and Heliport app | | Bluetooth | ✅ | From Intel AX210: Logitech MX Master 3S working with IntelBluetoothFirmware + IntelBTPatcher + BlueToolFixup from [here](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486 "here") | | Battery | ✅ | VoodooBatteryStatus Kext | | AppleTV+ DRM | ✅ | Working | | iServices | ✅ | Message/Facetime tested and working | | Shutdown/Reboot | ✅ |   | | Sleep/Wake | ✅ | Working with [ForgedIvariant.kext](https://github.com/ChefKissInc/ForgedInvariant) + USB Port Mapping + Disable RTC Wake Scheduling patch only in Sequoia| ## What's not Working | Item | Status | Notes | | --- | --- | --- | | ❓ | 🤷🏻‍♂️ | Time to test in real life | ## Bios Options * **Only Discrete** GPU * Device Guard **Disabled** * Secure Boot **Disabled** ## Kexts Used | Kext | Description | | --- | --- | | [AppleMCEReporterDisabler.kext](https://files.amd-osx.com/AppleMCEReporterDisabler.kext.zip) | Disables AppleIntelMCEReporter which causes panics on AMD CPUs | | [BlueToolFixup.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Patches Bluetooth stack to allow non-Apple Bluetooth | | [ForgedIvariant.kext](https://github.com/ChefKissInc/ForgedInvariant) | The plug & play kext for syncing the TSC on AMD & Intel | | [IntelBluetoothFirmware.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Intel Bluetooth Kernel Extensions for macOS | | [IntelBTPatcher.kext](https://github.com/OpenIntelWireless/IntelBluetoothFirmware/issues/486) | Intel Bluetooth Kernel Extensions for macOS | | [Itlwm.kext](https://github.com/OpenIntelWireless/itlwm) | An Intel Wi-Fi Adapter Kernel Extension for macOS | | [Lilu.kext](https://github.com/acidanthera/Lilu) | Platform for arbitrary kext, library, and program patching throughout the system | | [NVMeFix.kext](https://github.com/acidanthera/NVMeFix) | Improve compatibility with non-Apple SSDs | | [RealtekRTL8111.kext](https://github.com/Mieze/RTL8111_driver_for_OS_X) | Open source driver for the Realtek RTL8111/8168 family | | [RestrictEvents.kext](https://github.com/acidanthera/RestrictEvents) | Blocking unwanted processes causing compatibility issues on different hardware and unlocking the support for certain features restricted to other hardware | | [SMCProcessorAMD.kext](https://github.com/macos86/SMCProcessorAMD) | VirtualSMC plugin for AMD CPU temperature | | [SMCRadeonSensors.kext](https://github.com/ChefKissInc/SMCRadeonSensors) | A VirtualSMC plug-in that provides temperature readings for AMD GPUs | | [SMCBatteryManager.kext](https://github.com/acidanthera/VirtualSMC) | Enables battery readings | | [USBToolbox Kext 1.2.0](https://cdn.discordapp.com/attachments/321319496990326784/1382071187156373574/USBToolBox-1.2.0-RELEASE.zip?ex=684a7a58&is=684928d8&hm=914d8d9c0f2c64d229dc3369f0f557b6650809925b820a54f492132a9f471200&) | This release works with Tahoe | | [USBToolbox Tool](https://github.com/USBToolBox/tool) | USB mapping tool supporting Windows and macOS | | [VirtualSMC.kext](https://github.com/acidanthera/VirtualSMC) | Advanced Apple SMC emulator in the kernel | | [VoodooI2C.kext & VoodooU2CHID.kext](https://github.com/VoodooI2C/VoodooI2C) | Fixes trackpad | ## SSDTs Used Done with [SSDTTime](https://github.com/corpnewt/SSDTTime) in Windows 11 | Table | Description | | --- | --- | | [SSDT-EC](https://github.com/corpnewt/SSDTTime) | Adds a fake Embedded Controller device | | [SSDT-PLUG-ALT](https://github.com/corpnewt/SSDTTime) | Fixes CPU definitions | | [SSDT-USBX](https://github.com/corpnewt/SSDTTime) | Enables USB Power Management | | [SSDT-XOSI](https://github.com/corpnewt/SSDTTime) | Spoof macOS to Windows for some ACPI features | ## Credits * [OC-Little-Translated](https://github.com/5T33Z0/OC-Little-Translated) Guides. * [AMD-OSX](https://forum.amd-osx.com/) Forum and the [dedicated Thread](https://forum.amd-osx.com/threads/amd-rayon-r7-5800h-install-monterey-kernel-panic.2725) users. * [ExtremeXT](https://github.com/extremext/) for help, corrections, my first EFI and git README info/references. * [zxc2689963](https://forum.amd-osx.com/members/zxc2689963.15444/http:// "zxc2689963") for EFI references. * [Dortania](https://dortania.github.io/OpenCore-Install-Guide/) for the guides. * [Apple](https://www.apple.com/) for macOS. * [Acidanthera](https://github.com/acidanthera) for OpenCore and most Kexts. * Anyone else that helped to develop and improve hackintoshing. ## Useful Apps & Scripts | Table | Description | | --- | --- | | [Hackintool](https://github.com/benbaker76/Hackintool) | The Swiss army knife of vanilla Hackintoshing | | [MaciASL](https://github.com/acidanthera/MaciASL) | ACPI editing IDE for macOS | | [gibMacOS](https://github.com/corpnewt/gibMacOS) | Py2/py3 script that can download macOS components direct from Apple | | [SSDTTime](https://github.com/corpnewt/SSDTTime) | Cross-platform SSDT/DSDT hotpatch attempts | | [ProperTree](https://github.com/corpnewt/ProperTree) | Cross platform GUI plist editor written in python | | [OCAuxiliaryTools](https://github.com/ic005k/OCAuxiliaryTools) | Cross-platform GUI management tools for OpenCore(OCAT | | [MountEFI Quick Action](https://github.com/corpnewt/MountEFI/blob/update/Mount%20EFI%20Automator%20Quick%20Action.zip) | | | [LocalSend](https://localsend.org/) | Share files to nearby devices. Free, open-source, cross-platform | | [Homebrew](https://brew.sh/) | The Missing Package Manager for macOS | | [Mounty](https://mounty.app/) | A tiny tool to re-mount write-protected NTFS volumes under macOS in read-write mode | | [LuLu](https://objective-see.org/products/lulu.html) | Free, open-source firewall that aims to block unknown outgoing connections | | [One-key-hidpi](https://github.com/xzhih/one-key-hidpi) | Script can simulate macOS HiDPI on a non-retina display, and have a "Native" Scaled in System Preferences | | [Lunar](https://lunar.fyi/) | The defacto app for controlling monitors | | [Karabiner Elements](https://karabiner-elements.pqrs.org/) | A powerful and stable keyboard customizer for macOS | | [Barrier](https://github.com/debauchee/barrier) | allow you to use a single keyboard and mouse to control multiple computers | ## Something helped? Leave a star! [![Star History Chart](https://api.star-history.com/svg?repos=kalkmann/Legion-5600H-Hackintosh&type=Date)](https://star-history.com/#kalkmann/Legion-5600H-Hackintosh&Date) ## Screenshots

Sequoia 15.5 Tahoe Beta 1

Tahoe Beta 1

Sequoia 15.1

![screen7](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/e4588b17-d283-407a-8f48-2de65a5b73df) ![screen6](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/fe7eedd1-a334-4de2-acb9-3c9afef29bd1) ![screen5](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/78e72771-1634-4943-8756-80ef7500d237) ![screen4](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/03994a13-7373-4073-98da-f48412df28c3) ![screen3](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/ce5f9380-3249-416d-8e78-2e6e9e7f6803) ![screen2](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/0340a459-ccde-4dab-ae11-848c5fc8acb7) ![screen1](https://github.com/kalkmann/Legion-5600H-Hackintosh/assets/8891448/3b6a0492-2835-4231-bf29-ccf1c918bde5)