├── .gitignore ├── EFI ├── OC │ ├── OpenCore.efi │ ├── Kexts │ │ ├── .DS_Store │ │ ├── Lilu.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── Lilu │ │ │ │ └── Info.plist │ │ ├── AppleALC.kext │ │ │ └── Contents │ │ │ │ └── MacOS │ │ │ │ └── AppleALC │ │ ├── VoodooI2C.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── VoodooI2C │ │ │ │ ├── PlugIns │ │ │ │ ├── VoodooGPIO.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooGPIO │ │ │ │ │ │ ├── _CodeSignature │ │ │ │ │ │ └── CodeResources │ │ │ │ │ │ └── Info.plist │ │ │ │ └── VoodooI2CServices.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── VoodooI2CServices │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ │ └── Info.plist │ │ ├── VirtualSMC.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── VirtualSMC │ │ │ │ ├── PlugIns │ │ │ │ ├── SMCProcessor.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── SMCProcessor │ │ │ │ │ │ └── Info.plist │ │ │ │ └── SMCBatteryManager.kext │ │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── SMCBatteryManager │ │ │ │ │ └── Info.plist │ │ │ │ └── Info.plist │ │ ├── USBInjectAll.kext │ │ │ └── Contents │ │ │ │ └── MacOS │ │ │ │ └── USBInjectAll │ │ ├── VoodooI2CHID.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── VoodooI2CHID │ │ │ │ ├── _CodeSignature │ │ │ │ └── CodeResources │ │ │ │ └── Info.plist │ │ ├── CodecCommander.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── CodecCommander │ │ │ │ └── Info.plist │ │ ├── WhateverGreen.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── WhateverGreen │ │ │ │ └── Info.plist │ │ ├── AirportBrcmFixup.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── AirportBrcmFixup │ │ │ │ └── Info.plist │ │ ├── VoodooPS2Controller.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── VoodooPS2Controller │ │ │ │ ├── PlugIns │ │ │ │ ├── VoodooPS2Mouse.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooPS2Mouse │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooPS2Keyboard.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooPS2Keyboard │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooPS2Trackpad.kext │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ └── VoodooPS2Trackpad │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooPS2Mouse.kext.dSYM │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── DWARF │ │ │ │ │ │ │ └── VoodooPS2Mouse │ │ │ │ │ │ └── Info.plist │ │ │ │ ├── VoodooPS2Keyboard.kext.dSYM │ │ │ │ │ └── Contents │ │ │ │ │ │ ├── Resources │ │ │ │ │ │ └── DWARF │ │ │ │ │ │ │ └── VoodooPS2Keyboard │ │ │ │ │ │ └── Info.plist │ │ │ │ └── VoodooPS2Trackpad.kext.dSYM │ │ │ │ │ └── Contents │ │ │ │ │ ├── Resources │ │ │ │ │ └── DWARF │ │ │ │ │ │ └── VoodooPS2Trackpad │ │ │ │ │ └── Info.plist │ │ │ │ └── Info.plist │ │ ├── BT4LEContinuityFixup.kext │ │ │ └── Contents │ │ │ │ ├── MacOS │ │ │ │ └── BT4LEContinuityFixup │ │ │ │ └── Info.plist │ │ └── EFICheckDisabler.kext │ │ │ └── Contents │ │ │ └── Info.plist │ ├── Tools │ │ ├── RtcRw.efi │ │ ├── GopStop.efi │ │ ├── BootKicker.efi │ │ ├── ChipTune.efi │ │ ├── CleanNvram.efi │ │ ├── KeyTester.efi │ │ ├── MmapDump.efi │ │ ├── OpenShell.efi │ │ ├── HdaCodecDump.efi │ │ ├── OpenControl.efi │ │ ├── ResetSystem.efi │ │ └── VerifyMsrE2.efi │ ├── ACPI │ │ ├── SSDT-PMC.aml │ │ ├── SSDT-AWAC.aml │ │ ├── SSDT-PLUG.aml │ │ ├── SSDT-RHUB.aml │ │ ├── SSDT-XOSI.aml │ │ ├── SSDT-PNLF-CFL.aml │ │ └── SSDT-EC-LAPTOP.aml │ ├── Drivers │ │ ├── AudioDxe.efi │ │ ├── HfsPlus.efi │ │ ├── OpenCanopy.efi │ │ ├── OpenRuntime.efi │ │ ├── OpenUsbKbDxe.efi │ │ ├── Ps2MouseDxe.efi │ │ ├── UsbMouseDxe.efi │ │ ├── CrScreenshotDxe.efi │ │ └── Ps2KeyboardDxe.efi │ ├── Bootstrap │ │ └── Bootstrap.efi │ └── config.plist └── BOOT │ └── BOOTx64.efi └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | com.apple.recovery.boot/ 2 | .efi2/ 3 | .DS_Store 4 | -------------------------------------------------------------------------------- /EFI/OC/OpenCore.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/OpenCore.efi -------------------------------------------------------------------------------- /EFI/BOOT/BOOTx64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/BOOT/BOOTx64.efi -------------------------------------------------------------------------------- /EFI/OC/Kexts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/.DS_Store -------------------------------------------------------------------------------- /EFI/OC/Tools/RtcRw.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/RtcRw.efi -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-PMC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-PMC.aml -------------------------------------------------------------------------------- /EFI/OC/Tools/GopStop.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/GopStop.efi -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-AWAC.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-AWAC.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-PLUG.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-PLUG.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-RHUB.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-RHUB.aml -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-XOSI.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-XOSI.aml -------------------------------------------------------------------------------- /EFI/OC/Drivers/AudioDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/AudioDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/HfsPlus.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/HfsPlus.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/BootKicker.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/BootKicker.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ChipTune.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/ChipTune.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/CleanNvram.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/CleanNvram.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/KeyTester.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/KeyTester.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/MmapDump.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/MmapDump.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/OpenShell.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/OpenShell.efi -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-PNLF-CFL.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-PNLF-CFL.aml -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenCanopy.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/OpenCanopy.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/HdaCodecDump.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/HdaCodecDump.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/OpenControl.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/OpenControl.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/ResetSystem.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/ResetSystem.efi -------------------------------------------------------------------------------- /EFI/OC/Tools/VerifyMsrE2.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Tools/VerifyMsrE2.efi -------------------------------------------------------------------------------- /EFI/OC/ACPI/SSDT-EC-LAPTOP.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/ACPI/SSDT-EC-LAPTOP.aml -------------------------------------------------------------------------------- /EFI/OC/Bootstrap/Bootstrap.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Bootstrap/Bootstrap.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenRuntime.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/OpenRuntime.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/OpenUsbKbDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/OpenUsbKbDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ps2MouseDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/Ps2MouseDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/UsbMouseDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/UsbMouseDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/CrScreenshotDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/CrScreenshotDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Drivers/Ps2KeyboardDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Drivers/Ps2KeyboardDxe.efi -------------------------------------------------------------------------------- /EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu -------------------------------------------------------------------------------- /EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC -------------------------------------------------------------------------------- /EFI/OC/Kexts/USBInjectAll.kext/Contents/MacOS/USBInjectAll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/USBInjectAll.kext/Contents/MacOS/USBInjectAll -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID -------------------------------------------------------------------------------- /EFI/OC/Kexts/CodecCommander.kext/Contents/MacOS/CodecCommander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/CodecCommander.kext/Contents/MacOS/CodecCommander -------------------------------------------------------------------------------- /EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen -------------------------------------------------------------------------------- /EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller -------------------------------------------------------------------------------- /EFI/OC/Kexts/BT4LEContinuityFixup.kext/Contents/MacOS/BT4LEContinuityFixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/BT4LEContinuityFixup.kext/Contents/MacOS/BT4LEContinuityFixup -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/MacOS/VoodooGPIO -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCProcessor.kext/Contents/MacOS/SMCProcessor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCProcessor.kext/Contents/MacOS/SMCProcessor -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/MacOS/VoodooI2CServices -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Mouse -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Keyboard -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashwinkey04/oc-efi/HEAD/EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Resources/DWARF/VoodooPS2Trackpad -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Mouse 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 2.1.2 17 | CFBundleVersion 18 | 2.1.2 19 | 20 | 21 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Keyboard 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 2.1.2 17 | CFBundleVersion 18 | 2.1.2 19 | 20 | 21 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.apple.xcode.dsym.as.acidanthera.voodoo.driver.PS2Trackpad 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundlePackageType 12 | dSYM 13 | CFBundleSignature 14 | ???? 15 | CFBundleShortVersionString 16 | 2.1.2 17 | CFBundleVersion 18 | 2.1.2 19 | 20 | 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Open Core EFI files for Acer Swift 3 SF314-55G 3 | 4 | [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/ashwinr) 5 | 6 | 7 | ### Status: 8 | ![Alt Text](https://media.tenor.com/images/314a7ba86e24d67040c417cac74f24fc/tenor.gif) 9 | 10 | Working with macOS 10.15.6 Catalina. 11 | 12 | ### What is working 13 | * Ethernet (Via a Type-C hub of course) 14 | * All USB ports 15 | * Webcam 16 | * Intel UHD 620 (1536 MB VRAM) 17 | * Brightness control 18 | * Trackpad (With all the nice gestures that macOS has) 19 | * Bluetooth 20 | * Speaker and headphones with Volume control keys 21 | 22 | ### Currently dead: (Other than myself) 23 | * HDMI out 24 | * Mic 25 | * TP-Link USB WiFi adapter (If driver is installed, both WiFi and ethernet won't work) 26 | 27 | ### Screenshots to make you jealous 28 | ![Screenshot 2020-07-20 at 12 01 05 AM](https://user-images.githubusercontent.com/20596763/87882251-7d66b700-ca1c-11ea-9ef7-d2986f0b80cd.png) 29 | 30 | ![image](https://user-images.githubusercontent.com/20596763/87876760-ec7de480-c9f7-11ea-9fe4-0ef2540defd5.png) 31 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/Lilu.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D102 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Lilu 11 | CFBundleIdentifier 12 | as.vit9696.Lilu 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Lilu 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.8 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.8 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 17E189 37 | DTSDKName 38 | macosx10.13 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | as.vit9696.Lilu 46 | 47 | CFBundleIdentifier 48 | as.vit9696.Lilu 49 | IOClass 50 | Lilu 51 | IOMatchCategory 52 | Lilu 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | 59 | NSHumanReadableCopyright 60 | Copyright © 2016-2018 vit9696. All rights reserved. 61 | OSBundleCompatibleVersion 62 | 1.2.0 63 | OSBundleLibraries 64 | 65 | com.apple.kpi.bsd 66 | 12.0.0 67 | com.apple.kpi.dsep 68 | 12.0.0 69 | com.apple.kpi.iokit 70 | 12.0.0 71 | com.apple.kpi.libkern 72 | 12.0.0 73 | com.apple.kpi.mach 74 | 12.0.0 75 | com.apple.kpi.unsupported 76 | 12.0.0 77 | 78 | OSBundleRequired 79 | Root 80 | 81 | 82 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19B88 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooI2CServices 11 | CFBundleIdentifier 12 | com.alexandred.VoodooI2CServices 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooI2CServices 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11C29 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1130 39 | DTXcodeBuild 40 | 11C29 41 | IOKitPersonalities 42 | 43 | VoodooI2CLogger 44 | 45 | CFBundleIdentifier 46 | com.alexandred.VoodooI2CServices 47 | IOClass 48 | VoodooI2CLogger 49 | IOMatchCategory 50 | VoodooI2CLogger 51 | IOProviderClass 52 | VoodooI2CServices 53 | 54 | VoodooI2CServices 55 | 56 | CFBundleIdentifier 57 | com.alexandred.VoodooI2CServices 58 | IOClass 59 | VoodooI2CServices 60 | IOMatchCategory 61 | VoodooI2CServices 62 | IOProviderClass 63 | IOResources 64 | 65 | 66 | LSMinimumSystemVersion 67 | 10.11 68 | NSHumanReadableCopyright 69 | Copyright © 2017 Alexandre Daoud. All rights reserved. 70 | OSBundleCompatibleVersion 71 | 1.0.0 72 | OSBundleLibraries 73 | 74 | com.apple.kpi.iokit 75 | 14 76 | com.apple.kpi.libkern 77 | 14 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/BT4LEContinuityFixup.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D102 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | BT4LEContinuityFixup 11 | CFBundleIdentifier 12 | as.lvs1974.BT4LEContinuityFixup 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | BT4LEContinuityFixup 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1.4 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.1.4 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 17E189 37 | DTSDKName 38 | macosx10.13 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | as.lvs1974.BT4LEContinuityFixup 46 | 47 | CFBundleIdentifier 48 | as.lvs1974.BT4LEContinuityFixup 49 | IOClass 50 | BT4LEContinuityFixup 51 | IOMatchCategory 52 | BT4LEContinuityFixup 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | 59 | NSHumanReadableCopyright 60 | Copyright © 2017 lvs1974. All rights reserved. 61 | OSBundleCompatibleVersion 62 | 1.0 63 | OSBundleLibraries 64 | 65 | as.vit9696.Lilu 66 | 1.2.0 67 | com.apple.kpi.bsd 68 | 12.0.0 69 | com.apple.kpi.dsep 70 | 12.0.0 71 | com.apple.kpi.iokit 72 | 12.0.0 73 | com.apple.kpi.libkern 74 | 12.0.0 75 | com.apple.kpi.mach 76 | 12.0.0 77 | com.apple.kpi.unsupported 78 | 12.0.0 79 | 80 | OSBundleRequired 81 | Root 82 | 83 | 84 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | ^Resources/ 12 | 13 | ^Resources/.*\.lproj/ 14 | 15 | optional 16 | 17 | weight 18 | 1000 19 | 20 | ^Resources/.*\.lproj/locversion.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 1100 26 | 27 | ^Resources/Base\.lproj/ 28 | 29 | weight 30 | 1010 31 | 32 | ^version.plist$ 33 | 34 | 35 | rules2 36 | 37 | .*\.dSYM($|/) 38 | 39 | weight 40 | 11 41 | 42 | ^(.*/)?\.DS_Store$ 43 | 44 | omit 45 | 46 | weight 47 | 2000 48 | 49 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 50 | 51 | nested 52 | 53 | weight 54 | 10 55 | 56 | ^.* 57 | 58 | ^Info\.plist$ 59 | 60 | omit 61 | 62 | weight 63 | 20 64 | 65 | ^PkgInfo$ 66 | 67 | omit 68 | 69 | weight 70 | 20 71 | 72 | ^Resources/ 73 | 74 | weight 75 | 20 76 | 77 | ^Resources/.*\.lproj/ 78 | 79 | optional 80 | 81 | weight 82 | 1000 83 | 84 | ^Resources/.*\.lproj/locversion.plist$ 85 | 86 | omit 87 | 88 | weight 89 | 1100 90 | 91 | ^Resources/Base\.lproj/ 92 | 93 | weight 94 | 1010 95 | 96 | ^[^/]+$ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^embedded\.provisionprofile$ 104 | 105 | weight 106 | 20 107 | 108 | ^version\.plist$ 109 | 110 | weight 111 | 20 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | ^Resources/ 12 | 13 | ^Resources/.*\.lproj/ 14 | 15 | optional 16 | 17 | weight 18 | 1000 19 | 20 | ^Resources/.*\.lproj/locversion.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 1100 26 | 27 | ^Resources/Base\.lproj/ 28 | 29 | weight 30 | 1010 31 | 32 | ^version.plist$ 33 | 34 | 35 | rules2 36 | 37 | .*\.dSYM($|/) 38 | 39 | weight 40 | 11 41 | 42 | ^(.*/)?\.DS_Store$ 43 | 44 | omit 45 | 46 | weight 47 | 2000 48 | 49 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 50 | 51 | nested 52 | 53 | weight 54 | 10 55 | 56 | ^.* 57 | 58 | ^Info\.plist$ 59 | 60 | omit 61 | 62 | weight 63 | 20 64 | 65 | ^PkgInfo$ 66 | 67 | omit 68 | 69 | weight 70 | 20 71 | 72 | ^Resources/ 73 | 74 | weight 75 | 20 76 | 77 | ^Resources/.*\.lproj/ 78 | 79 | optional 80 | 81 | weight 82 | 1000 83 | 84 | ^Resources/.*\.lproj/locversion.plist$ 85 | 86 | omit 87 | 88 | weight 89 | 1100 90 | 91 | ^Resources/Base\.lproj/ 92 | 93 | weight 94 | 1010 95 | 96 | ^[^/]+$ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^embedded\.provisionprofile$ 104 | 105 | weight 106 | 20 107 | 108 | ^version\.plist$ 109 | 110 | weight 111 | 20 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | rules 10 | 11 | ^Resources/ 12 | 13 | ^Resources/.*\.lproj/ 14 | 15 | optional 16 | 17 | weight 18 | 1000 19 | 20 | ^Resources/.*\.lproj/locversion.plist$ 21 | 22 | omit 23 | 24 | weight 25 | 1100 26 | 27 | ^Resources/Base\.lproj/ 28 | 29 | weight 30 | 1010 31 | 32 | ^version.plist$ 33 | 34 | 35 | rules2 36 | 37 | .*\.dSYM($|/) 38 | 39 | weight 40 | 11 41 | 42 | ^(.*/)?\.DS_Store$ 43 | 44 | omit 45 | 46 | weight 47 | 2000 48 | 49 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 50 | 51 | nested 52 | 53 | weight 54 | 10 55 | 56 | ^.* 57 | 58 | ^Info\.plist$ 59 | 60 | omit 61 | 62 | weight 63 | 20 64 | 65 | ^PkgInfo$ 66 | 67 | omit 68 | 69 | weight 70 | 20 71 | 72 | ^Resources/ 73 | 74 | weight 75 | 20 76 | 77 | ^Resources/.*\.lproj/ 78 | 79 | optional 80 | 81 | weight 82 | 1000 83 | 84 | ^Resources/.*\.lproj/locversion.plist$ 85 | 86 | omit 87 | 88 | weight 89 | 1100 90 | 91 | ^Resources/Base\.lproj/ 92 | 93 | weight 94 | 1010 95 | 96 | ^[^/]+$ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^embedded\.provisionprofile$ 104 | 105 | weight 106 | 20 107 | 108 | ^version\.plist$ 109 | 110 | weight 111 | 20 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCProcessor.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCProcessor 11 | CFBundleIdentifier 12 | as.vit9696.SMCProcessor 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCProcessor 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.8 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.0.8 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | as.vit9696.SMCProcessor 46 | 47 | CFBundleIdentifier 48 | as.vit9696.SMCProcessor 49 | IOClass 50 | SMCProcessor 51 | IOMatchCategory 52 | SMCProcessor 53 | IONameMatch 54 | processor 55 | IOPropertyMatch 56 | 57 | processor-index 58 | 0 59 | 60 | IOProviderClass 61 | IOACPIPlatformDevice 62 | IOResourceMatch 63 | ACPI 64 | 65 | 66 | NSHumanReadableCopyright 67 | Copyright © 2018 vit9696. All rights reserved. 68 | OSBundleCompatibleVersion 69 | 1.0 70 | OSBundleLibraries 71 | 72 | as.vit9696.Lilu 73 | 1.2.0 74 | as.vit9696.VirtualSMC 75 | 1.0.0 76 | com.apple.iokit.IOACPIFamily 77 | 1.0.0d1 78 | com.apple.kpi.bsd 79 | 12.0.0 80 | com.apple.kpi.dsep 81 | 12.0.0 82 | com.apple.kpi.iokit 83 | 12.0.0 84 | com.apple.kpi.libkern 85 | 12.0.0 86 | com.apple.kpi.mach 87 | 12.0.0 88 | com.apple.kpi.unsupported 89 | 12.0.0 90 | 91 | OSBundleRequired 92 | Root 93 | 94 | 95 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/PlugIns/SMCBatteryManager.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | SMCBatteryManager 11 | CFBundleIdentifier 12 | ru.usrsse2.SMCBatteryManager 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SMCBatteryManager 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 10E1001 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 18E219 35 | DTSDKName 36 | macosx10.14 37 | DTXcode 38 | 1020 39 | DTXcodeBuild 40 | 10E1001 41 | IOKitPersonalities 42 | 43 | IOSMBusController 44 | 45 | CFBundleIdentifier 46 | ru.usrsse2.SMCBatteryManager 47 | IOClass 48 | SMCSMBusController 49 | IOMatchCategory 50 | SMCSMBusController 51 | IOProviderClass 52 | IOResources 53 | IOResourceMatch 54 | IOKit 55 | 56 | SMCBatteryManager 57 | 58 | CFBundleIdentifier 59 | ru.usrsse2.SMCBatteryManager 60 | IOClass 61 | SMCBatteryManager 62 | IOMatchCategory 63 | SMCBatteryManager 64 | IOProviderClass 65 | IOResources 66 | IOResourceMatch 67 | IOKit 68 | 69 | 70 | NSHumanReadableCopyright 71 | Copyright © 2018 usrsse2. All rights reserved. 72 | OSBundleCompatibleVersion 73 | 1.0.0 74 | OSBundleLibraries 75 | 76 | as.vit9696.Lilu 77 | 1.2.0 78 | as.vit9696.VirtualSMC 79 | 1.0.0 80 | com.apple.iokit.IOACPIFamily 81 | 1.0.0d1 82 | com.apple.iokit.IOSMBusFamily 83 | 1.0.0 84 | com.apple.kpi.bsd 85 | 12.0.0 86 | com.apple.kpi.dsep 87 | 12.0.0 88 | com.apple.kpi.iokit 89 | 12.0.0 90 | com.apple.kpi.libkern 91 | 12.0.0 92 | com.apple.kpi.mach 93 | 12.0.0 94 | com.apple.kpi.unsupported 95 | 12.0.0 96 | 97 | OSBundleRequired 98 | Root 99 | 100 | 101 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | WhateverGreen 11 | CFBundleIdentifier 12 | as.vit9696.WhateverGreen 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | WhateverGreen 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.7 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.7 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | NVHDAEnabler 46 | 47 | CFBundleIdentifier 48 | as.vit9696.WhateverGreen 49 | IOClass 50 | NVHDAEnabler 51 | IOMatchCategory 52 | IOFramebuffer 53 | IOPCIClassMatch 54 | 0x03000000&0xff000000 55 | IOPCIMatch 56 | 0x000010de&0x0000ffff 57 | IOProbeScore 58 | 300000 59 | IOProviderClass 60 | IOPCIDevice 61 | 62 | as.vit9696.WhateverGreen 63 | 64 | CFBundleIdentifier 65 | as.vit9696.WhateverGreen 66 | IOClass 67 | WhateverGreen 68 | IOMatchCategory 69 | WhateverGreen 70 | IOProviderClass 71 | IOResources 72 | IOResourceMatch 73 | IOKit 74 | 75 | 76 | NSHumanReadableCopyright 77 | Copyright © 2018 vit9696. All rights reserved. 78 | OSBundleCompatibleVersion 79 | 1.0 80 | OSBundleLibraries 81 | 82 | as.vit9696.Lilu 83 | 1.2.0 84 | com.apple.iokit.IOPCIFamily 85 | 1.0.0b1 86 | com.apple.kpi.bsd 87 | 12.0.0 88 | com.apple.kpi.dsep 89 | 12.0.0 90 | com.apple.kpi.iokit 91 | 12.0.0 92 | com.apple.kpi.libkern 93 | 12.0.0 94 | com.apple.kpi.mach 95 | 12.0.0 96 | com.apple.kpi.unsupported 97 | 12.0.0 98 | 99 | OSBundleRequired 100 | Root 101 | 102 | 103 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | files2 8 | 9 | PlugIns/VoodooGPIO.kext 10 | 11 | cdhash 12 | 13 | 7MJTmumI5o/hDeDuv1eljg5oN/E= 14 | 15 | requirement 16 | cdhash H"a894b0070fddd513f8784e0ae9ef23404754e591" or cdhash H"ecc2539ae988e68fe10de0eebf57a58e0e6837f1" 17 | 18 | PlugIns/VoodooI2CServices.kext 19 | 20 | cdhash 21 | 22 | GHalEFEL570AE8QZwMUNODDSVuE= 23 | 24 | requirement 25 | cdhash H"30013f03ed34b37067abc2bbd76f62c293426537" or cdhash H"1876a510510be7bd0013c419c0c50d3830d256e1" 26 | 27 | 28 | rules 29 | 30 | ^Resources/ 31 | 32 | ^Resources/.*\.lproj/ 33 | 34 | optional 35 | 36 | weight 37 | 1000 38 | 39 | ^Resources/.*\.lproj/locversion.plist$ 40 | 41 | omit 42 | 43 | weight 44 | 1100 45 | 46 | ^Resources/Base\.lproj/ 47 | 48 | weight 49 | 1010 50 | 51 | ^version.plist$ 52 | 53 | 54 | rules2 55 | 56 | .*\.dSYM($|/) 57 | 58 | weight 59 | 11 60 | 61 | ^(.*/)?\.DS_Store$ 62 | 63 | omit 64 | 65 | weight 66 | 2000 67 | 68 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 69 | 70 | nested 71 | 72 | weight 73 | 10 74 | 75 | ^.* 76 | 77 | ^Info\.plist$ 78 | 79 | omit 80 | 81 | weight 82 | 20 83 | 84 | ^PkgInfo$ 85 | 86 | omit 87 | 88 | weight 89 | 20 90 | 91 | ^Resources/ 92 | 93 | weight 94 | 20 95 | 96 | ^Resources/.*\.lproj/ 97 | 98 | optional 99 | 100 | weight 101 | 1000 102 | 103 | ^Resources/.*\.lproj/locversion.plist$ 104 | 105 | omit 106 | 107 | weight 108 | 1100 109 | 110 | ^Resources/Base\.lproj/ 111 | 112 | weight 113 | 1010 114 | 115 | ^[^/]+$ 116 | 117 | nested 118 | 119 | weight 120 | 10 121 | 122 | ^embedded\.provisionprofile$ 123 | 124 | weight 125 | 20 126 | 127 | ^version\.plist$ 128 | 129 | weight 130 | 20 131 | 132 | 133 | 134 | 135 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19B88 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooGPIO 11 | CFBundleIdentifier 12 | org.coolstar.VoodooGPIO 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooGPIO 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1.1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11C29 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1130 39 | DTXcodeBuild 40 | 11C29 41 | IOKitPersonalities 42 | 43 | VoodooGPIOCannonLakeH 44 | 45 | CFBundleIdentifier 46 | org.coolstar.VoodooGPIO 47 | IOClass 48 | VoodooGPIOCannonLakeH 49 | IONameMatch 50 | 51 | INT3450 52 | 53 | IOProviderClass 54 | IOService 55 | 56 | VoodooGPIOCannonLakeLP 57 | 58 | CFBundleIdentifier 59 | org.coolstar.VoodooGPIO 60 | IOClass 61 | VoodooGPIOCannonLakeLP 62 | IONameMatch 63 | 64 | INT34BB 65 | 66 | IOProviderClass 67 | IOService 68 | 69 | VoodooGPIOSunrisePointH 70 | 71 | CFBundleIdentifier 72 | org.coolstar.VoodooGPIO 73 | IOClass 74 | VoodooGPIOSunrisePointH 75 | IONameMatch 76 | 77 | INT345D 78 | 79 | IOProviderClass 80 | IOService 81 | 82 | VoodooGPIOSunrisePointLP 83 | 84 | CFBundleIdentifier 85 | org.coolstar.VoodooGPIO 86 | IOClass 87 | VoodooGPIOSunrisePointLP 88 | IONameMatch 89 | 90 | INT344B 91 | 92 | IOProviderClass 93 | IOService 94 | 95 | 96 | LSMinimumSystemVersion 97 | 10.12 98 | NSHumanReadableCopyright 99 | Copyright © 2017 CoolStar. All rights reserved. 100 | OSBundleCompatibleVersion 101 | 1.1 102 | OSBundleLibraries 103 | 104 | com.apple.iokit.IOACPIFamily 105 | 1.4 106 | com.apple.kpi.iokit 107 | 13.0 108 | com.apple.kpi.libkern 109 | 13.0 110 | com.apple.kpi.mach 111 | 13.0 112 | 113 | OSBundleRequired 114 | Root 115 | 116 | 117 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/EFICheckDisabler.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleGetInfoString 8 | EFICheckDisabler 0.5, Copyright (GPLv2) © 2017 by RehabMan. All rights reserved. 9 | CFBundleIdentifier 10 | org.rehabman.disabler.eficheck 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | EFICheckDisabler 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleVersion 18 | 0.5 19 | IOKitPersonalities 20 | 21 | EFICheckDisabler 22 | 23 | CFBundleIdentifier 24 | com.apple.kpi.iokit 25 | IOClass 26 | IOService 27 | IOMatchCategory 28 | com_apple_driver_eficheck 29 | IOProbeScore 30 | 5000 31 | IONameMatch 32 | 33 | pci8086,1c41 34 | pci8086,1c42 35 | pci8086,1c43 36 | pci8086,1c44 37 | pci8086,1c46 38 | pci8086,1c47 39 | pci8086,1c49 40 | pci8086,1c4a 41 | pci8086,1c4b 42 | pci8086,1c4c 43 | pci8086,1c4d 44 | pci8086,1c4e 45 | pci8086,1c4f 46 | pci8086,1c50 47 | pci8086,1c52 48 | pci8086,1c5c 49 | pci8086,1d41 50 | pci8086,1e42 51 | pci8086,1e44 52 | pci8086,1e46 53 | pci8086,1e47 54 | pci8086,1e48 55 | pci8086,1e49 56 | pci8086,1e4a 57 | pci8086,1e53 58 | pci8086,1e55 59 | pci8086,1e56 60 | pci8086,1e57 61 | pci8086,1e58 62 | pci8086,1e59 63 | pci8086,1e5d 64 | pci8086,1e5e 65 | pci8086,1e5f 66 | pci8086,3b02 67 | pci8086,3b03 68 | pci8086,3b06 69 | pci8086,3b07 70 | pci8086,3b08 71 | pci8086,3b09 72 | pci8086,3b0a 73 | pci8086,3b0b 74 | pci8086,3b0f 75 | pci8086,3b12 76 | pci8086,3b14 77 | pci8086,3b16 78 | pci8086,8c44 79 | pci8086,8c4b 80 | pci8086,8cc1 81 | pci8086,8cc2 82 | pci8086,8cc3 83 | pci8086,8cc4 84 | pci8086,8cc6 85 | pci8086,8c41 86 | pci8086,8c42 87 | pci8086,8c44 88 | pci8086,8c46 89 | pci8086,8c49 90 | pci8086,8c4a 91 | pci8086,8c4b 92 | pci8086,8c4c 93 | pci8086,8c4e 94 | pci8086,8c4f 95 | pci8086,8c50 96 | pci8086,8c52 97 | pci8086,8c54 98 | pci8086,8c56 99 | pci8086,8c5c 100 | pci8086,8d44 101 | pci8086,8d47 102 | pci8086,9cc1 103 | pci8086,9cc2 104 | pci8086,9cc3 105 | pci8086,9cc5 106 | pci8086,9cc6 107 | pci8086,9cc7 108 | pci8086,9cc9 109 | pci8086,9c41 110 | pci8086,9c43 111 | pci8086,9c45 112 | pci8086,9d41 113 | pci8086,9d43 114 | pci8086,9d46 115 | pci8086,9d48 116 | pci8086,9d4b 117 | pci8086,9d4e 118 | pci8086,a145 119 | pci8086,a151 120 | 121 | IOProviderClass 122 | IOPCIDevice 123 | 124 | 125 | 126 | 127 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | VoodooPS2Controller 9 | CFBundleGetInfoString 10 | 2.1.2, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | as.acidanthera.voodoo.driver.PS2Controller 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Controller 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.1.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.1.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ACPI PS/2 Nub 46 | 47 | CFBundleIdentifier 48 | as.acidanthera.voodoo.driver.PS2Controller 49 | FindMouseDelay 50 | 100 51 | IOClass 52 | AppleACPIPS2Nub 53 | IONameMatch 54 | 55 | PNP0303 56 | PNP030B 57 | PNP0320 58 | 59 | IOProviderClass 60 | IOACPIPlatformDevice 61 | MouseNameMatch 62 | 63 | PNP0F03 64 | PNP0F0B 65 | PNP0F0E 66 | PNP0F13 67 | 68 | 69 | ApplePS2Controller 70 | 71 | CFBundleIdentifier 72 | as.acidanthera.voodoo.driver.PS2Controller 73 | IOClass 74 | ApplePS2Controller 75 | IONameMatch 76 | ps2controller 77 | IOProviderClass 78 | IOPlatformDevice 79 | Platform Profile 80 | 81 | Default 82 | 83 | MouseWakeFirst 84 | 85 | WakeDelay 86 | 10 87 | 88 | HPQOEM 89 | 90 | 1411 91 | ProBook 92 | 1619 93 | ProBook 94 | 161C 95 | ProBook 96 | 164F 97 | ProBook 98 | 167C 99 | ProBook 100 | 167E 101 | ProBook 102 | 1680 103 | ProBook 104 | 179B 105 | ProBook 106 | 179C 107 | ProBook 108 | 17A9 109 | ProBook 110 | 17F0 111 | ProBook 112 | 17F3 113 | ProBook 114 | 17F6 115 | ProBook 116 | 1942 117 | ProBook 118 | 1949 119 | ProBook 120 | 198F 121 | ProBook 122 | ProBook 123 | 124 | WakeDelay 125 | 0 126 | 127 | ProBook-102 128 | ProBook 129 | ProBook-87 130 | ProBook 131 | 132 | 133 | RM,deliverNotifications 134 | 135 | 136 | 137 | OSBundleCompatibleVersion 138 | 2.1.2 139 | OSBundleLibraries 140 | 141 | com.apple.iokit.IOACPIFamily 142 | 1.0.0d1 143 | com.apple.kpi.bsd 144 | 8.0.0 145 | com.apple.kpi.iokit 146 | 8.0.0 147 | com.apple.kpi.libkern 148 | 8.0.0 149 | com.apple.kpi.mach 150 | 8.0.0 151 | com.apple.kpi.unsupported 152 | 8.0.0 153 | 154 | OSBundleRequired 155 | Console 156 | 157 | 158 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AirportBrcmFixup 11 | CFBundleIdentifier 12 | as.lvs1974.AirportBrcmFixup 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AirportBrcmFixup 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.0.4 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.0.4 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | Airport_Brcm4360 46 | 47 | CFBundleIdentifier 48 | com.apple.driver.AirPort.Brcm4360 49 | IOClass 50 | AirPort_Brcm4360 51 | IOMatchCategory 52 | IODefaultMatchCategory 53 | IONameMatch 54 | 55 | pci14e4,4331 56 | pci14e4,4353 57 | pci14e4,4357 58 | pci14e4,43b1 59 | pci14e4,43b2 60 | 61 | IOProbeScore 62 | 1110 63 | IOProviderClass 64 | IOPCIDevice 65 | TruePowerOff 66 | 67 | 68 | Airport_BrcmNIC 69 | 70 | CFBundleIdentifier 71 | com.apple.driver.AirPort.BrcmNIC 72 | IOClass 73 | AirPort_BrcmNIC 74 | IOMatchCategory 75 | IODefaultMatchCategory 76 | IONameMatch 77 | 78 | pci14e4,43ba 79 | pci14e4,43a3 80 | pci14e4,43a0 81 | pci14e4,43b1 82 | pci14e4,43b2 83 | 84 | IOProbeScore 85 | 2048 86 | IOProviderClass 87 | IOPCIDevice 88 | TruePowerOff 89 | 90 | 91 | Broadcom 802.11 PCI 92 | 93 | CFBundleIdentifier 94 | as.lvs1974.AirportBrcmFixup 95 | IOClass 96 | FakeBrcm 97 | IOMatchCategory 98 | IODefaultMatchCategory 99 | IONameMatch 100 | 101 | pci14e4,43ba 102 | pci14e4,43a3 103 | pci14e4,43a0 104 | pci14e4,4331 105 | pci14e4,4353 106 | pci14e4,43b1 107 | pci14e4,43b2 108 | pci14e4,4357 109 | pci14e4,432b 110 | pci14e4,4311 111 | pci14e4,4312 112 | pci14e4,4313 113 | pci14e4,4318 114 | pci14e4,4319 115 | pci14e4,431a 116 | pci14e4,4320 117 | pci14e4,4324 118 | pci14e4,4325 119 | pci14e4,4328 120 | pci14e4,432c 121 | pci14e4,432d 122 | 123 | IOProbeScore 124 | 6000 125 | IOProviderClass 126 | IOPCIDevice 127 | TruePowerOff 128 | 129 | 130 | as.lvs1974.AirportBrcmFixup 131 | 132 | CFBundleIdentifier 133 | as.lvs1974.AirportBrcmFixup 134 | IOClass 135 | AirportBrcmFixup 136 | IOMatchCategory 137 | AirportBrcmFixup 138 | IOProviderClass 139 | IOResources 140 | IOResourceMatch 141 | IOKit 142 | 143 | 144 | NSHumanReadableCopyright 145 | Copyright © 2017 lvs1974. All rights reserved. 146 | OSBundleCompatibleVersion 147 | 1.0 148 | OSBundleLibraries 149 | 150 | as.vit9696.Lilu 151 | 1.2.6 152 | com.apple.iokit.IONetworkingFamily 153 | 1.5 154 | com.apple.iokit.IOPCIFamily 155 | 2.7 156 | com.apple.kpi.bsd 157 | 12.0.0 158 | com.apple.kpi.dsep 159 | 12.0.0 160 | com.apple.kpi.iokit 161 | 12.0.0 162 | com.apple.kpi.libkern 163 | 12.0.0 164 | com.apple.kpi.mach 165 | 12.0.0 166 | com.apple.kpi.unsupported 167 | 12.0.0 168 | 169 | OSBundleRequired 170 | Network-Root 171 | 172 | 173 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | VoodooPS2Mouse 9 | CFBundleGetInfoString 10 | 2.1.2, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | as.acidanthera.voodoo.driver.PS2Mouse 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Mouse 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.1.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.1.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ApplePS2Mouse 46 | 47 | CFBundleIdentifier 48 | as.acidanthera.voodoo.driver.PS2Mouse 49 | HIDPointerAccelerationType 50 | HIDTrackpadAcceleration 51 | HIDScrollAccelerationType 52 | HIDTrackpadScrollAcceleration 53 | IOClass 54 | ApplePS2Mouse 55 | IOProviderClass 56 | ApplePS2MouseDevice 57 | Platform Profile 58 | 59 | Default 60 | 61 | ActLikeTrackpad 62 | 63 | ButtonCount 64 | 3 65 | Darwin 16+ 66 | 67 | ApplePreferenceCapability 68 | 69 | ApplePreferenceIdentifier 70 | com.apple.AppleMultitouchTrackpad 71 | MT Built-in 72 | 73 | MTHIDDevice 74 | 75 | SupportsGestureScrolling 76 | 77 | TrackpadEmbedded 78 | 79 | TrackpadFourFingerGestures 80 | 81 | TrackpadSecondaryClickCorners 82 | 83 | TrackpadThreeFingerDrag 84 | 85 | 86 | DefaultResolution 87 | 240 88 | DisableDevice 89 | 90 | DisableLEDUpdating 91 | 92 | FakeMiddleButton 93 | 94 | ForceDefaultResolution 95 | 96 | ForceSetResolution 97 | 98 | MiddleClickTime 99 | 100000000 100 | MouseCount 101 | 0 102 | MouseYInverter 103 | 1 104 | ProcessBluetoothMouseStopsTrackpad 105 | 106 | ProcessUSBMouseStopsTrackpad 107 | 108 | QuietTimeAfterTyping 109 | 500000000 110 | ResolutionMode 111 | 3 112 | ScrollResolution 113 | 5 114 | ScrollYInverter 115 | 1 116 | TrackpadScroll 117 | 118 | WakeDelay 119 | 1000 120 | 121 | HPQOEM 122 | 123 | 1411 124 | ProBook 125 | 1619 126 | ProBook 127 | 161C 128 | ProBook 129 | 164F 130 | ProBook 131 | 167C 132 | ProBook 133 | 167E 134 | ProBook 135 | 1680 136 | ProBook 137 | 179B 138 | ProBook 139 | 179C 140 | ProBook 141 | 17A9 142 | ProBook 143 | 17F0 144 | ProBook 145 | 17F3 146 | ProBook 147 | 17F6 148 | ProBook 149 | 1942 150 | ProBook 151 | 1949 152 | ProBook 153 | 198F 154 | ProBook 155 | ProBook 156 | 157 | ActLikeTrackpad 158 | 159 | DisableDevice 160 | 161 | 162 | ProBook-102 163 | ProBook 164 | ProBook-87 165 | ProBook 166 | 167 | 168 | ProductID 169 | 547 170 | RM,deliverNotifications 171 | 172 | USBMouseStopsTrackpad 173 | 0 174 | VendorID 175 | 1452 176 | 177 | 178 | OSBundleLibraries 179 | 180 | as.acidanthera.voodoo.driver.PS2Controller 181 | 2.1.2 182 | com.apple.iokit.IOHIDFamily 183 | 1.0.0b1 184 | com.apple.kpi.iokit 185 | 9.0.0 186 | com.apple.kpi.libkern 187 | 9.0.0 188 | com.apple.kpi.mach 189 | 9.0.0 190 | 191 | OSBundleRequired 192 | Console 193 | 194 | 195 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VirtualSMC 11 | CFBundleIdentifier 12 | as.vit9696.VirtualSMC 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VirtualSMC 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0.8 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.0.8 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | as.vit9696.VirtualSMC 46 | 47 | CFBundleIdentifier 48 | as.vit9696.VirtualSMC 49 | IOClass 50 | VirtualSMC 51 | IODeviceMemory 52 | 53 | 54 | 55 | address 56 | 768 57 | length 58 | 32 59 | 60 | 61 | 62 | 63 | address 64 | 4277141504 65 | length 66 | 65536 67 | 68 | 69 | 70 | IOInterruptControllers 71 | 72 | io-apic-0 73 | 74 | IOInterruptSpecifiers 75 | 76 | 77 | BgAAAAAAAAA= 78 | 79 | 80 | IOMatchCategory 81 | IOACPIPlatformDevice 82 | IOName 83 | SMC 84 | IOProbeScore 85 | 60000 86 | IOProviderClass 87 | AppleACPIPlatformExpert 88 | Keystore 89 | 90 | Generic 91 | 92 | 93 | attr 94 | 95 | iA== 96 | 97 | comment 98 | Total fan number, this should be put to a plugin 99 | name 100 | 101 | Rk51bQ== 102 | 103 | type 104 | 105 | dWk4IA== 106 | 107 | value 108 | 109 | AA== 110 | 111 | 112 | 113 | attr 114 | 115 | gA== 116 | 117 | comment 118 | CPU plimit 119 | name 120 | 121 | TVNUYw== 122 | 123 | type 124 | 125 | dWk4IA== 126 | 127 | value 128 | 129 | AA== 130 | 131 | 132 | 133 | attr 134 | 135 | gA== 136 | 137 | comment 138 | FAN plimit (supposedly) 139 | name 140 | 141 | TVNUZg== 142 | 143 | type 144 | 145 | dWk4IA== 146 | 147 | value 148 | 149 | AA== 150 | 151 | 152 | 153 | attr 154 | 155 | gA== 156 | 157 | comment 158 | Memory plimit 159 | name 160 | 161 | TVNUbQ== 162 | 163 | type 164 | 165 | dWk4IA== 166 | 167 | value 168 | 169 | AA== 170 | 171 | 172 | 173 | attr 174 | 175 | gA== 176 | 177 | comment 178 | This should be 1 on laptops, and is overriden by sensors 179 | name 180 | 181 | QkFUUA== 182 | 183 | type 184 | 185 | ZmxhZw== 186 | 187 | value 188 | 189 | AA== 190 | 191 | 192 | 193 | attr 194 | 195 | gA== 196 | 197 | comment 198 | Only MacPros have custom illumination controllers 199 | name 200 | 201 | THNOTQ== 202 | 203 | type 204 | 205 | dWk4IA== 206 | 207 | value 208 | 209 | AA== 210 | 211 | 212 | 213 | GenericDesktopV1 214 | 215 | GenericDesktopV2 216 | 217 | GenericLaptopV1 218 | 219 | GenericLaptopV2 220 | 221 | GenericV1 222 | 223 | 224 | attr 225 | 226 | gA== 227 | 228 | comment 229 | GPU plimit 230 | name 231 | 232 | TVNUZw== 233 | 234 | type 235 | 236 | dWk4IA== 237 | 238 | value 239 | 240 | AA== 241 | 242 | 243 | 244 | GenericV2 245 | 246 | 247 | attr 248 | 249 | gA== 250 | 251 | comment 252 | E plimit (???) 253 | name 254 | 255 | TVNUZQ== 256 | 257 | type 258 | 259 | dWk4IA== 260 | 261 | value 262 | 263 | AA== 264 | 265 | 266 | 267 | attr 268 | 269 | gA== 270 | 271 | comment 272 | I plimit (???) 273 | name 274 | 275 | TVNUaQ== 276 | 277 | type 278 | 279 | dWk4IA== 280 | 281 | value 282 | 283 | AA== 284 | 285 | 286 | 287 | attr 288 | 289 | gA== 290 | 291 | comment 292 | J plimit (???) 293 | name 294 | 295 | TVNUag== 296 | 297 | type 298 | 299 | dWk4IA== 300 | 301 | value 302 | 303 | AA== 304 | 305 | 306 | 307 | 308 | ModelInfo 309 | 310 | GenericV1 311 | 312 | branch 313 | 314 | ajUyAAAAAAA= 315 | 316 | hwname 317 | 318 | c21jLXBpa2V0b24A 319 | 320 | platform 321 | 322 | ajUyAAAAAAA= 323 | 324 | rev 325 | 326 | AXQPAAAE 327 | 328 | revfb 329 | 330 | AXQPAAAE 331 | 332 | revfu 333 | 334 | AXQPAAAE 335 | 336 | 337 | GenericV2 338 | 339 | branch 340 | 341 | ajUyAAAAAAA= 342 | 343 | hwname 344 | 345 | c21jLWh1cm9ucml2ZXIA 346 | 347 | platform 348 | 349 | ajUyAAAAAAA= 350 | 351 | rev 352 | 353 | AigPAAAH 354 | 355 | revfb 356 | 357 | AigPAAAH 358 | 359 | revfu 360 | 361 | AigPAAAH 362 | 363 | 364 | GenericV3 365 | 366 | hwname 367 | 368 | c21jLWh1cm9ucml2ZXIA 369 | 370 | platform 371 | 372 | ajUyAAAAAAA= 373 | 374 | 375 | 376 | _STA 377 | 11 378 | name 379 | 380 | QVBQMDAwMQA= 381 | 382 | 383 | 384 | NSHumanReadableCopyright 385 | Copyright © 2017 vit9696. All rights reserved. 386 | OSBundleCompatibleVersion 387 | 1.0 388 | OSBundleLibraries 389 | 390 | as.vit9696.Lilu 391 | 1.2.0 392 | com.apple.iokit.IOACPIFamily 393 | 1.0.0d1 394 | com.apple.kpi.bsd 395 | 12.0.0 396 | com.apple.kpi.dsep 397 | 12.0.0 398 | com.apple.kpi.iokit 399 | 12.0.0 400 | com.apple.kpi.libkern 401 | 12.0.0 402 | com.apple.kpi.mach 403 | 12.0.0 404 | com.apple.kpi.unsupported 405 | 12.0.0 406 | 407 | OSBundleRequired 408 | Root 409 | 410 | 411 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19B88 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooI2CHID 11 | CFBundleIdentifier 12 | com.alexandred.VoodooI2CHID 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooI2CHID 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11C29 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1130 39 | DTXcodeBuild 40 | 11C29 41 | IOKitPersonalities 42 | 43 | Intel ACPI Sensor Hub Enabler 44 | 45 | CFBundleIdentifier 46 | com.alexandred.VoodooI2CHID 47 | IOClass 48 | VoodooI2CSensorHubEnabler 49 | IONameMatch 50 | 51 | INT33D0 52 | 53 | IOProviderClass 54 | IOACPIPlatformDevice 55 | 56 | Sensor Hub Event Driver 57 | 58 | CFBundleIdentifier 59 | com.alexandred.VoodooI2CHID 60 | DeviceUsagePairs 61 | 62 | 63 | DeviceUsage 64 | 1 65 | DeviceUsagePage 66 | 32 67 | 68 | 69 | IOClass 70 | VoodooI2CSensorHubEventDriver 71 | IOProbeScore 72 | 100 73 | IOProviderClass 74 | IOHIDInterface 75 | 76 | VoodooI2CHIDDevice 77 | 78 | CFBundleIdentifier 79 | com.alexandred.VoodooI2CHID 80 | IOClass 81 | VoodooI2CHIDDevice 82 | IOProbeScore 83 | 100 84 | IOPropertyMatch 85 | 86 | compatible 87 | PNP0C50 88 | 89 | IOProviderClass 90 | VoodooI2CDeviceNub 91 | 92 | VoodooI2CHIDDevice Generic Mouse HID Event Driver 93 | 94 | CFBundleIdentifier 95 | com.alexandred.VoodooI2CHID 96 | DeviceUsagePairs 97 | 98 | 99 | DeviceUsage 100 | 2 101 | DeviceUsagePage 102 | 1 103 | 104 | 105 | HIDAccelCurves 106 | 107 | 108 | HIDAccelGainLinear 109 | 65536 110 | HIDAccelIndex 111 | 0 112 | HIDAccelTangentSpeedLinear 113 | 524288 114 | 115 | 116 | HIDAccelGainCubic 117 | 5243 118 | HIDAccelGainLinear 119 | 60293 120 | HIDAccelGainParabolic 121 | 26214 122 | HIDAccelIndex 123 | 8192 124 | HIDAccelTangentSpeedLinear 125 | 537395 126 | HIDAccelTangentSpeedParabolicRoot 127 | 1245184 128 | 129 | 130 | HIDAccelGainCubic 131 | 6554 132 | HIDAccelGainLinear 133 | 60948 134 | HIDAccelGainParabolic 135 | 36045 136 | HIDAccelIndex 137 | 32768 138 | HIDAccelTangentSpeedLinear 139 | 543949 140 | HIDAccelTangentSpeedParabolicRoot 141 | 1179648 142 | 143 | 144 | HIDAccelGainCubic 145 | 7864 146 | HIDAccelGainLinear 147 | 61604 148 | HIDAccelGainParabolic 149 | 46531 150 | HIDAccelIndex 151 | 45056 152 | HIDAccelTangentSpeedLinear 153 | 550502 154 | HIDAccelTangentSpeedParabolicRoot 155 | 1114112 156 | 157 | 158 | HIDAccelGainCubic 159 | 9830 160 | HIDAccelGainLinear 161 | 62259 162 | HIDAccelGainParabolic 163 | 57672 164 | HIDAccelIndex 165 | 57344 166 | HIDAccelTangentSpeedLinear 167 | 557056 168 | HIDAccelTangentSpeedParabolicRoot 169 | 1048576 170 | 171 | 172 | HIDAccelGainCubic 173 | 11796 174 | HIDAccelGainLinear 175 | 62915 176 | HIDAccelGainParabolic 177 | 69468 178 | HIDAccelIndex 179 | 65536 180 | HIDAccelTangentSpeedLinear 181 | 563610 182 | HIDAccelTangentSpeedParabolicRoot 183 | 983040 184 | 185 | 186 | HIDAccelGainCubic 187 | 14418 188 | HIDAccelGainLinear 189 | 63570 190 | HIDAccelGainParabolic 191 | 81920 192 | HIDAccelIndex 193 | 98304 194 | HIDAccelTangentSpeedLinear 195 | 570163 196 | HIDAccelTangentSpeedParabolicRoot 197 | 917504 198 | 199 | 200 | HIDAccelGainCubic 201 | 17695 202 | HIDAccelGainLinear 203 | 64225 204 | HIDAccelGainParabolic 205 | 95027 206 | HIDAccelIndex 207 | 131072 208 | HIDAccelTangentSpeedLinear 209 | 576717 210 | HIDAccelTangentSpeedParabolicRoot 211 | 851968 212 | 213 | 214 | HIDAccelGainCubic 215 | 21627 216 | HIDAccelGainLinear 217 | 64881 218 | HIDAccelGainParabolic 219 | 108790 220 | HIDAccelIndex 221 | 163840 222 | HIDAccelTangentSpeedLinear 223 | 583270 224 | HIDAccelTangentSpeedParabolicRoot 225 | 786432 226 | 227 | 228 | HIDAccelGainCubic 229 | 26214 230 | HIDAccelGainLinear 231 | 65536 232 | HIDAccelGainParabolic 233 | 123208 234 | HIDAccelIndex 235 | 196608 236 | HIDAccelTangentSpeedLinear 237 | 589824 238 | HIDAccelTangentSpeedParabolicRoot 239 | 786432 240 | 241 | 242 | IOClass 243 | IOHIDEventDriver 244 | IOProbeScore 245 | 100 246 | IOPropertyMatch 247 | 248 | Transport 249 | I2C 250 | 251 | IOProviderClass 252 | IOHIDInterface 253 | 254 | VoodooI2CHIDDevice Multitouch HID Event Driver 255 | 256 | CFBundleIdentifier 257 | com.alexandred.VoodooI2CHID 258 | DeviceUsagePairs 259 | 260 | 261 | DeviceUsage 262 | 4 263 | DeviceUsagePage 264 | 13 265 | 266 | 267 | DeviceUsage 268 | 5 269 | DeviceUsagePage 270 | 13 271 | 272 | 273 | DeviceUsage 274 | 2 275 | DeviceUsagePage 276 | 13 277 | 278 | 279 | IOClass 280 | VoodooI2CMultitouchHIDEventDriver 281 | IOProbeScore 282 | 200 283 | IOProviderClass 284 | IOHIDInterface 285 | 286 | VoodooI2CHIDDevice Precision Touchpad HID Event Driver 287 | 288 | CFBundleIdentifier 289 | com.alexandred.VoodooI2CHID 290 | DeviceUsagePairs 291 | 292 | 293 | DeviceUsage 294 | 5 295 | DeviceUsagePage 296 | 13 297 | 298 | 299 | IOClass 300 | VoodooI2CPrecisionTouchpadHIDEventDriver 301 | IOProbeScore 302 | 300 303 | IOPropertyMatch 304 | 305 | Transport 306 | I2C 307 | 308 | IOProviderClass 309 | IOHIDInterface 310 | ProcessBluetoothMouseStopsTrackpad 311 | 312 | ProcessUSBMouseStopsTrackpad 313 | 314 | QuietTimeAfterTyping 315 | 100 316 | RM,deliverNotifications 317 | 318 | 319 | VoodooI2CHIDDevice Stylus HID Event Driver 320 | 321 | CFBundleIdentifier 322 | com.alexandred.VoodooI2CHID 323 | DeviceUsagePairs 324 | 325 | 326 | DeviceUsage 327 | 2 328 | DeviceUsagePage 329 | 13 330 | 331 | 332 | IOClass 333 | VoodooI2CStylusHIDEventDriver 334 | IOProbeScore 335 | 300 336 | IOProviderClass 337 | IOHIDInterface 338 | 339 | VoodooI2CHIDDevice Touchscreen HID Event Driver 340 | 341 | CFBundleIdentifier 342 | com.alexandred.VoodooI2CHID 343 | DeviceUsagePairs 344 | 345 | 346 | DeviceUsage 347 | 4 348 | DeviceUsagePage 349 | 13 350 | 351 | 352 | IOClass 353 | VoodooI2CTouchscreenHIDEventDriver 354 | IOProbeScore 355 | 400 356 | IOProviderClass 357 | IOHIDInterface 358 | 359 | VoodooI2CHIDSYNA3602Device 360 | 361 | CFBundleIdentifier 362 | com.alexandred.VoodooI2CHID 363 | IOClass 364 | VoodooI2CHIDSYNA3602Device 365 | IOProbeScore 366 | 200 367 | IOPropertyMatch 368 | 369 | name 370 | SYNA3602 371 | 372 | IOProviderClass 373 | VoodooI2CDeviceNub 374 | 375 | 376 | LSMinimumSystemVersion 377 | 10.11 378 | NSHumanReadableCopyright 379 | Copyright © 2017 Alexandre Daoud. All rights reserved. 380 | OSBundleLibraries 381 | 382 | com.alexandred.VoodooI2C 383 | 2.0 384 | com.apple.iokit.IOACPIFamily 385 | 1.4 386 | com.apple.iokit.IOGraphicsFamily 387 | 1.0.0b1 388 | com.apple.iokit.IOHIDFamily 389 | 2.0 390 | com.apple.kpi.iokit 391 | 14 392 | com.apple.kpi.libkern 393 | 14 394 | com.apple.kpi.mach 395 | 13.0 396 | 397 | OSBundleRequired 398 | Safe Boot 399 | 400 | 401 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/CodecCommander.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | CodecCommander 11 | CFBundleGetInfoString 12 | 2.7.1, Copyright © 2013-2014 TimeWalker. All rights reserved. 13 | CFBundleIdentifier 14 | org.tw.CodecCommander 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleName 18 | CodecCommander 19 | CFBundlePackageType 20 | KEXT 21 | CFBundleShortVersionString 22 | 2.7.1 23 | CFBundleSignature 24 | ???? 25 | CFBundleSupportedPlatforms 26 | 27 | MacOSX 28 | 29 | CFBundleVersion 30 | 2.7.1 31 | DTCompiler 32 | com.apple.compilers.llvm.clang.1_0 33 | DTPlatformBuild 34 | 9F2000 35 | DTPlatformVersion 36 | GM 37 | DTSDKBuild 38 | 10M2518 39 | DTSDKName 40 | macosx10.6 41 | DTXcode 42 | 0941 43 | DTXcodeBuild 44 | 9F2000 45 | IOKitPersonalities 46 | 47 | CodecCommander 48 | 49 | CFBundleIdentifier 50 | org.tw.CodecCommander 51 | Codec Profile 52 | 53 | 10ec_0233 54 | Realtek ALC283,etc 55 | 10ec_0235 56 | Realtek ALC283,etc 57 | 10ec_0236 58 | Realtek ALC283,etc 59 | 10ec_0255 60 | Realtek ALC283,etc 61 | 10ec_0269 62 | Realtek ALC269 63 | 10ec_0269_HDA_1028_04d9 64 | Realtek ALC269VB 65 | 10ec_0269_HDA_1458_fa50 66 | Realtek ALC269 BRIX 67 | 10ec_0282 68 | Realtek ALC283,etc 69 | 10ec_0283 70 | Realtek ALC283,etc 71 | 10ec_0292 72 | Realtek ALC292 73 | 10ec_0298 74 | Realtek ALC298 75 | 10ec_0668 76 | Realtek ALC668 77 | 10ec_0892_HDA_1458 78 | Realtek ALC892 desktop 79 | 10ec_0892_HDA_8086 80 | Realtek ALC892 desktop 81 | 10ec_0900 82 | Realtek ALC1150 83 | Default 84 | 85 | Check Infinitely 86 | 87 | Check Interval 88 | 3000 89 | Custom Commands 90 | 91 | Perform Reset on EAPD Fail 92 | 93 | Send Delay 94 | 300 95 | Sleep Nodes 96 | 97 | Update Nodes 98 | 99 | 100 | Disabled HDMI 101 | 102 | Check Infinitely 103 | 104 | Disable 105 | 106 | Sleep Nodes 107 | 108 | Update Nodes 109 | 110 | 111 | Realtek ALC1150 112 | 113 | Custom Commands 114 | 115 | 116 | Command 117 | AgUABw== 118 | Comment 119 | 0x20 SET_COEF_INDEX 0x07 120 | On Init 121 | 122 | On Sleep 123 | 124 | On Wake 125 | 126 | 127 | 128 | Command 129 | AgR8sA== 130 | Comment 131 | 0x20 SET_PROC_COEF 0x7CB0 132 | On Init 133 | 134 | On Sleep 135 | 136 | On Wake 137 | 138 | 139 | 140 | Send Delay 141 | 100 142 | Sleep Nodes 143 | 144 | Update Nodes 145 | 146 | 147 | Realtek ALC269 148 | 149 | Custom Commands 150 | 151 | 152 | Command 153 | AVcIgw== 154 | Comment 155 | 0x15 SET_UNSOLICITED_ENABLE 0x83 156 | On Init 157 | 158 | On Sleep 159 | 160 | On Wake 161 | 162 | 163 | 164 | 165 | Realtek ALC269 BRIX 166 | 167 | Custom Commands 168 | 169 | 170 | Command 171 | AVcIgw== 172 | Comment 173 | 0x15 SET_UNSOLICITED_ENABLE 0x83 174 | On Init 175 | 176 | On Sleep 177 | 178 | On Wake 179 | 180 | 181 | 182 | 183 | Realtek ALC269VB 184 | 185 | Custom Commands 186 | 187 | 188 | Command 189 | AhcIgw== 190 | Comment 191 | 0x21 SET_UNSOLICITED_ENABLE 0x83 192 | On Init 193 | 194 | On Sleep 195 | 196 | On Wake 197 | 198 | 199 | 200 | Send Delay 201 | 20 202 | Sleep Nodes 203 | 204 | 205 | Realtek ALC283,etc 206 | 207 | Custom Commands 208 | 209 | 210 | Command 211 | AZcHJQ== 212 | Comment 213 | 0x19 SET_PIN_WIDGET_CONTROL 0x25 214 | On Init 215 | 216 | On Sleep 217 | 218 | On Wake 219 | 220 | 221 | 222 | Command 223 | AhcIgw== 224 | Comment 225 | 0x21 SET_UNSOLICITED_ENABLE 0x83 226 | On Init 227 | 228 | On Sleep 229 | 230 | On Wake 231 | 232 | 233 | 234 | Perform Reset 235 | 236 | Send Delay 237 | 10 238 | Sleep Nodes 239 | 240 | 241 | Realtek ALC292 242 | 243 | Custom Commands 244 | 245 | 246 | Command 247 | 0x01a70724 248 | Comment 249 | Node 0x1a - Pin Control (In Enable / VRefEn) 250 | On Init 251 | 252 | On Sleep 253 | 254 | On Wake 255 | 256 | 257 | 258 | Command 259 | AVcIgw== 260 | Comment 261 | 0x15 SET_UNSOLICITED_ENABLE 0x83 262 | On Init 263 | 264 | On Sleep 265 | 266 | On Wake 267 | 268 | 269 | 270 | Perform Reset 271 | 272 | 273 | Realtek ALC298 274 | 275 | Custom Commands 276 | 277 | 278 | Command 279 | AYcHIg== 280 | Comment 281 | 0x18 SET_PIN_WIDGET_CONTROL 0x22 282 | On Init 283 | 284 | On Sleep 285 | 286 | On Wake 287 | 288 | 289 | 290 | Command 291 | AhcIgw== 292 | Comment 293 | 0x21 SET_UNSOLICITED_ENABLE 0x83 294 | On Init 295 | 296 | On Sleep 297 | 298 | On Wake 299 | 300 | 301 | 302 | Perform Reset 303 | 304 | Send Delay 305 | 10 306 | Sleep Nodes 307 | 308 | 309 | Realtek ALC668 310 | 311 | Custom Commands 312 | 313 | 314 | Command 315 | AVcIgw== 316 | Comment 317 | 0x15 SET_UNSOLICITED_ENABLE 0x83 318 | On Init 319 | 320 | On Sleep 321 | 322 | On Wake 323 | 324 | 325 | 326 | Command 327 | AbcHIA== 328 | Comment 329 | Node 0x1b - Pin Control (In Enable) 330 | On Init 331 | 332 | On Sleep 333 | 334 | On Wake 335 | 336 | 337 | 338 | Perform Reset 339 | 340 | 341 | Realtek ALC892 desktop 342 | 343 | Sleep Nodes 344 | 345 | Update Nodes 346 | 347 | 348 | 349 | IOClass 350 | CodecCommander 351 | IOMatchCategory 352 | CodecCommander 353 | IOProviderClass 354 | IOHDACodecFunction 355 | IOUserClientClass 356 | CodecCommanderClient 357 | 358 | CodecCommanderPowerHook 359 | 360 | CFBundleIdentifier 361 | org.tw.CodecCommander 362 | Codec Profile 363 | 364 | 1002 365 | Disabled HDMI 366 | 10de 367 | Disabled HDMI 368 | 8086 369 | Disabled HDMI 370 | Disabled HDMI 371 | 372 | Disable 373 | 374 | 375 | 376 | IOClass 377 | CodecCommanderPowerHook 378 | IOMatchCategory 379 | CodecCommanderPowerHook 380 | IOProviderClass 381 | AppleHDADriver 382 | 383 | CodecCommanderProbeInit 384 | 385 | CFBundleIdentifier 386 | org.tw.CodecCommander 387 | Codec Profile 388 | 389 | Default 390 | 391 | Custom Commands 392 | 393 | 394 | 395 | IOClass 396 | CodecCommanderProbeInit 397 | IOProbeScore 398 | 5000 399 | IOProviderClass 400 | IOHDACodecDevice 401 | 402 | CodecCommanderResidency 403 | 404 | CFBundleIdentifier 405 | org.tw.CodecCommander 406 | IOClass 407 | CodecCommanderResidency 408 | IOMatchCategory 409 | CodecCommanderResidency 410 | IOProviderClass 411 | IOResources 412 | 413 | CodecCommanderVoodooHDA 414 | 415 | CFBundleIdentifier 416 | org.tw.CodecCommander 417 | Codec Profile 418 | 419 | 1002 420 | Disabled HDMI 421 | 10de 422 | Disabled HDMI 423 | 8086 424 | Disabled HDMI 425 | Default 426 | 427 | Check Infinitely 428 | 429 | Perform Reset 430 | 431 | Perform Reset on EAPD Fail 432 | 433 | Perform Reset on External Wake 434 | 435 | Sleep Nodes 436 | 437 | Update Nodes 438 | 439 | 440 | Disabled HDMI 441 | 442 | Check Infinitely 443 | 444 | Disable 445 | 446 | Sleep Nodes 447 | 448 | Update Nodes 449 | 450 | 451 | 452 | IOClass 453 | CodecCommander 454 | IOMatchCategory 455 | CodecCommander 456 | IOProviderClass 457 | VoodooHDADevice 458 | IOUserClientClass 459 | CodecCommanderClient 460 | 461 | 462 | NSHumanReadableCopyright 463 | Copyright © 2013-2014 TimeWalker/RehabMan. All rights reserved. 464 | OSBundleLibraries 465 | 466 | com.apple.iokit.IOACPIFamily 467 | 1.0d1 468 | com.apple.iokit.IOAudioFamily 469 | 1.1 470 | com.apple.iokit.IOPCIFamily 471 | 1.0.0b1 472 | com.apple.kpi.bsd 473 | 9.0.0 474 | com.apple.kpi.iokit 475 | 9.0.0 476 | com.apple.kpi.libkern 477 | 9.0.0 478 | 479 | Source Code 480 | https://github.com/RehabMan/EAPD-Codec-Commander 481 | 482 | 483 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | VoodooPS2Trackpad 9 | CFBundleGetInfoString 10 | 2.1.2, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | as.acidanthera.voodoo.driver.PS2Trackpad 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Trackpad 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.1.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.1.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ALPS GlidePoint 46 | 47 | CFBundleIdentifier 48 | as.acidanthera.voodoo.driver.PS2Trackpad 49 | IOClass 50 | ApplePS2ALPSGlidePoint 51 | IOProbeScore 52 | 1500 53 | IOProviderClass 54 | ApplePS2MouseDevice 55 | Platform Profile 56 | 57 | Default 58 | 59 | DisableDevice 60 | 61 | 62 | HPQOEM 63 | 64 | 1411 65 | ProBook 66 | 1619 67 | ProBook 68 | 161C 69 | ProBook 70 | 164F 71 | ProBook 72 | 167C 73 | ProBook 74 | 167E 75 | ProBook 76 | 1680 77 | ProBook 78 | 179B 79 | ProBook 80 | 179C 81 | ProBook 82 | 17A9 83 | ProBook 84 | 17F0 85 | ProBook 86 | 17F3 87 | ProBook 88 | 17F6 89 | ProBook 90 | 1942 91 | ProBook 92 | 1949 93 | ProBook 94 | 198F 95 | ProBook 96 | ProBook 97 | 98 | DisableDevice 99 | 100 | 101 | ProBook-102 102 | ProBook 103 | ProBook-87 104 | ProBook 105 | 106 | 107 | 108 | Native Multitouch Engine 109 | 110 | CFBundleIdentifier 111 | as.acidanthera.voodoo.driver.PS2Trackpad 112 | IOClass 113 | VoodooPS2NativeEngine 114 | IOMatchCategory 115 | VoodooPS2NativeEngine 116 | IOProviderClass 117 | VoodooPS2MultitouchInterface 118 | 119 | Sentelic FSP 120 | 121 | CFBundleIdentifier 122 | as.acidanthera.voodoo.driver.PS2Trackpad 123 | IOClass 124 | ApplePS2SentelicFSP 125 | IOProbeScore 126 | 5500 127 | IOProviderClass 128 | ApplePS2MouseDevice 129 | Platform Profile 130 | 131 | Default 132 | 133 | DisableDevice 134 | 135 | 136 | HPQOEM 137 | 138 | 1411 139 | ProBook 140 | 1619 141 | ProBook 142 | 161C 143 | ProBook 144 | 164F 145 | ProBook 146 | 167C 147 | ProBook 148 | 167E 149 | ProBook 150 | 1680 151 | ProBook 152 | 179B 153 | ProBook 154 | 179C 155 | ProBook 156 | 17A9 157 | ProBook 158 | 17F0 159 | ProBook 160 | 17F3 161 | ProBook 162 | 17F6 163 | ProBook 164 | 1942 165 | ProBook 166 | 1949 167 | ProBook 168 | 198F 169 | ProBook 170 | ProBook 171 | 172 | DisableDevice 173 | 174 | 175 | ProBook-102 176 | ProBook 177 | ProBook-87 178 | ProBook 179 | 180 | 181 | 182 | Synaptics TouchPad 183 | 184 | CFBundleIdentifier 185 | as.acidanthera.voodoo.driver.PS2Trackpad 186 | HIDPointerAccelerationTable 187 | 188 | AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A 189 | AIAAAACAAAABQAAAAYAAAAIAAAAC4AAAAwAAAATgAAAEAAAAB0AA 190 | AAUAAAAKAAAABgAAAA1AAAAIAAAAFgAAAArAAAAjAAAADQAAAC8A 191 | AAAOwAAAOMAAABBAAABBAAAAEcAAAEjAAAAAUAAADwAAgAAAAIAA 192 | AAEAAAABQAAAAYAAAAJAAAACAAAAA4AAAAKAAAAE4AAAAwAAAAZg 193 | AAAEAAAACgAAAAUAAAAOQAAABgAAABNAAAAIAAAAHsAAAArAAAAu 194 | wAAADQAAADyAAAAOwAAARwAAABBAAABPwAAAEcAAAFiAAAAAgAAA 195 | DwAAgAAAAIAAAAEAAAABYAAAAYAAAAKgAAACAAAABEAAAAKAAAAG 196 | AAAAAwAAAAgAAAAEAAAADQAAAAUAAAASwAAABgAAABkAAAAIAAAA 197 | KAAAAArAAAA7wAAADQAAAEuAAAAOwAAAV0AAABBAAABgQAAAEcAA 198 | AGkAAAAAsAAADwAAgAAAAIAAAAEAAAABoAAAAYAAAAMAAAACAAAA 199 | BQAAAAKAAAAHQAAAAwAAAAnAAAAEAAAAEEAAAAUAAAAXgAAABgAA 200 | AB/AAAAIAAAAMgAAAArAAABKAAAADQAAAFyAAAAOwAAAaQAAABBA 201 | AABywAAAEcAAAHrAAAAA4AAADwAAgAAAAKAAAAEAAAABwAAAAYAA 202 | AANgAAACAAAABeAAAAKAAAAIoAAAAwAAAAvAAAAEAAAAE8AAAAUA 203 | AAAdQAAABgAAACfAAAAIAAAAPcAAAArAAABZAAAADQAAAG3AAAAO 204 | wAAAe0AAABBAAACFQAAAEcAAAIxAAAABAAAADwAAgAAAAMAAAAEA 205 | AAACAAAAAYAAAAPgAAACAAAABsAAAAKAAAAKQAAAAwAAAA5gAAAE 206 | AAAAGMAAAAUAAAAkwAAABgAAADLAAAAIAAAATUAAAArAAABugAAA 207 | DQAAAIMAAAAOwAAAj0AAABBAAACXAAAAEcAAAJxAAA== 208 | 209 | HIDPointerAccelerationType 210 | HIDTrackpadAcceleration 211 | HIDScrollAccelerationTable 212 | 213 | AACAAFVTQioABwAAAAAAAQABAAAAAQAAAAAgAAAQAABxOwAATOMA 214 | AwAAAAdgAAAEwAAADoAAAAbxSgAX6V4ACVeCACMQWgALZ6EALBF7 215 | AA2N1AA03ToAD36aADvQuAASWKAARl01ABUAAABO2dgAF8AAAFXK 216 | 7QAas+UAW2FQAB2QAABe0qoAIL75AGEgywAkLXsAYnXvACewAABj 217 | Rl8AAIAAABMAAHE7AABWfwABAAAAAuAAAAIAAAAJYAAAAwAAABIA 218 | AAAEwAAAIMAAAAaAAAAwgAAACGp5AEH9tgAK7bUAV4ZuAA0B2ABr 219 | PTkADv1/AIEEcAAQy5gAkdRWABJouQCe3VAAE+c/AKikCgAXAucA 220 | tn2SABot3ADARE4AHVjQAMX4OgAg35IAytuYACQ4bgDO7mUAJ6CX 221 | ANIwowAAsAAAFAAAcTsAAGFOAADAAAABwAAAAQAAAANgAAACAAAA 222 | DCAAAAMAAAAW4AAABMAAACnAAAAGQAAAOsAAAAfOggBP7OcACgWA 223 | AGo8rgAL658AhMCkAA2RCwCfR+EADzjIALWDbwAQ/k8AxqbEABLN 224 | UQDUeCMAFepmAOTKxwAZoVYA8qFmAB1CvwD7fXwAIQuCAQFpdAAk 225 | S20BBVKIACegAAEIK4wAAOAAABQAAHE7AABtdwAAwAAAAeAAAAEA 226 | AAAD4AAAAgAAAA6AAAADAAAAHEAAAATAAAA0AAAABgAAAEdAAAAH 227 | N4wAXL7hAAkAAACAwAAACoAAAKGAAAALz7IAvU7UAA01yQDadikA 228 | DvtPAPKF4gARLu4BCSWiABUlDwEfV8QAGT9oASzRKgAdChkBNQrG 229 | ACDz5QE6cR4AJEARAT3XdgAnn1YBQMHWAABQAAATAABxOwAAS7AA 230 | AQAAAAJgAAACAAAABuAAAAMAAAAMYAAABMAAABcAAAAGwAAAJAAA 231 | AAkAAAAyAAAACz1uAEFngAANcE8AUMGhAA+sTQBgSTMAEagdAG5N 232 | TAATT9YAd9WQABTQfgB+26MAF3odAIbYXQAagocAjp+lAB2J6QCT 233 | vnkAIN/yAJdcWwAkO0IAmYu9ACegOACacdcAAQAAABUAAHE7AABW 234 | fwAAwAAAAiAAAAEAAAAEgAAAAYAAAAqAAAACAAAAEaAAAAMAAAAh 235 | gAAABMAAAD6AAAAFwAAAVEAAAAbAAABrAAAACAAAAIxAAAAJAAAA 236 | qYAAAApAAADKwAAAC8AAAPTAAAANwAABJAAAABAAAAFEn9IAFEAA 237 | AV49zAAZAAABbrsYABzQAAFz78AAIOAAAXhvwAAkIAABem/AACeg 238 | AAF8JGg= 239 | 240 | HIDScrollAccelerationType 241 | HIDTrackpadScrollAcceleration 242 | IOClass 243 | ApplePS2SynapticsTouchPad 244 | IOProbeScore 245 | 6000 246 | IOProviderClass 247 | ApplePS2MouseDevice 248 | Platform Profile 249 | 250 | Default 251 | 252 | ButtonCount 253 | 3 254 | ClickPadClickTime 255 | 300000000 256 | ClickPadTrackBoth 257 | 258 | Darwin 16+ 259 | 260 | ApplePreferenceCapability 261 | 262 | ApplePreferenceIdentifier 263 | com.apple.AppleMultitouchTrackpad 264 | MT Built-in 265 | 266 | MTHIDDevice 267 | 268 | SupportsGestureScrolling 269 | 270 | TrackpadEmbedded 271 | 272 | TrackpadFourFingerGestures 273 | 274 | TrackpadSecondaryClickCorners 275 | 276 | TrackpadThreeFingerDrag 277 | 278 | 279 | DisableDevice 280 | 281 | DisableLEDUpdating 282 | 283 | DynamicEWMode 284 | 285 | FakeMiddleButton 286 | 287 | FingerChangeIgnoreDeltas 288 | 3 289 | ForceTouchMode 290 | 1 291 | ForceTouchPressureThreshold 292 | 100 293 | MiddleClickTime 294 | 100000000 295 | MouseMiddleScroll 296 | 297 | ProcessBluetoothMouseStopsTrackpad 298 | 299 | ProcessUSBMouseStopsTrackpad 300 | 301 | QuietTimeAfterTyping 302 | 500000000 303 | Resolution 304 | 400 305 | ScrollResolution 306 | 400 307 | SkipPassThrough 308 | 309 | USBMouseStopsTrackpad 310 | 0 311 | UseHighRate 312 | 313 | WakeDelay 314 | 1000 315 | 316 | HPQOEM 317 | 318 | 1411 319 | ProBook 320 | 1619 321 | ProBook 322 | 161C 323 | ProBook 324 | 164F 325 | ProBook 326 | 167C 327 | ProBook 328 | 167E 329 | ProBook 330 | 1680 331 | ProBook 332 | 179B 333 | ProBook 334 | 179C 335 | ProBook 336 | 17A9 337 | ProBook 338 | 17F0 339 | ProBook 340 | 17F3 341 | ProBook 342 | 17F6 343 | ProBook 344 | 1942 345 | ProBook 346 | 1949 347 | ProBook 348 | 198F 349 | ProBook 350 | ProBook 351 | 352 | FingerZ 353 | 40 354 | 355 | ProBook-102 356 | ProBook 357 | ProBook-87 358 | ProBook 359 | 360 | LENOVO 361 | 362 | T420 363 | Thinkpad_TrackPad 364 | T460 365 | Thinkpad_ClickPad 366 | T560 367 | Thinkpad_ClickPad 368 | Thinkpad_ClickPad 369 | 370 | DynamicEWMode 371 | 372 | EdgeBottom 373 | 0 374 | FakeMiddleButton 375 | 376 | FingerZ 377 | 30 378 | HWResetOnStart 379 | 380 | MaxTapTime 381 | 100000000 382 | MouseMultiplierX 383 | 2 384 | MouseMultiplierY 385 | 2 386 | MouseScrollMultiplierX 387 | 2 388 | MouseScrollMultiplierY 389 | 2 390 | PalmNoAction When Typing 391 | 392 | ScrollResolution 393 | 800 394 | Thinkpad 395 | 396 | 397 | Thinkpad_TrackPad 398 | 399 | DynamicEWMode 400 | 401 | FakeMiddleButton 402 | 403 | FingerZ 404 | 47 405 | HWResetOnStart 406 | 407 | MaxTapTime 408 | 100000000 409 | PalmNoAction When Typing 410 | 411 | Resolution 412 | 3200 413 | ScrollResolution 414 | 800 415 | SmoothInput 416 | 417 | Thinkpad 418 | 419 | UnsmoothInput 420 | 421 | 422 | X1CG3 423 | Thinkpad_ClickPad 424 | 425 | 426 | ProductID 427 | 547 428 | RM,deliverNotifications 429 | 430 | VendorID 431 | 1452 432 | 433 | 434 | OSBundleLibraries 435 | 436 | as.acidanthera.voodoo.driver.PS2Controller 437 | 2.1.2 438 | com.apple.iokit.IOHIDFamily 439 | 1.0.0b1 440 | com.apple.kpi.iokit 441 | 9.0.0 442 | com.apple.kpi.libkern 443 | 9.0.0 444 | com.apple.kpi.mach 445 | 9.0.0 446 | 447 | OSBundleRequired 448 | Console 449 | 450 | 451 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 19B88 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | VoodooI2C 11 | CFBundleIdentifier 12 | com.alexandred.VoodooI2C 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooI2C 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.3 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 2.3 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 11C29 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 16E185 35 | DTSDKName 36 | macosx10.12 37 | DTXcode 38 | 1130 39 | DTXcodeBuild 40 | 11C29 41 | IOKitPersonalities 42 | 43 | Custom MT2 Personality 44 | 45 | ApplePreferenceCapability 46 | 2 47 | ApplePreferenceIdentifier 48 | com.apple.AppleMultitouchTrackpad 49 | ApplePreferencesDefaultPreferences 50 | 51 | ActuateDetents 52 | 0 53 | Clicking 54 | 1 55 | DragLock 56 | 0 57 | Dragging 58 | 0 59 | FirstClickThreshold 60 | 1 61 | ForceSuppressed 62 | 63 | SecondClickThreshold 64 | 1 65 | TrackpadCornerSecondaryClick 66 | 0 67 | TrackpadFiveFingerPinchGesture 68 | 2 69 | TrackpadFourFingerHorizSwipeGesture 70 | 2 71 | TrackpadFourFingerPinchGesture 72 | 2 73 | TrackpadFourFingerVertSwipeGesture 74 | 2 75 | TrackpadHorizScroll 76 | 1 77 | TrackpadMomentumScroll 78 | 79 | TrackpadPinch 80 | 1 81 | TrackpadRightClick 82 | 83 | TrackpadRotate 84 | 1 85 | TrackpadScroll 86 | 87 | TrackpadThreeFingerDrag 88 | 89 | TrackpadThreeFingerHorizSwipeGesture 90 | 2 91 | TrackpadThreeFingerVertSwipeGesture 92 | 2 93 | 94 | CFBundleIdentifier 95 | com.apple.driver.AppleTopCaseHIDEventDriver 96 | DefaultMultitouchProperties 97 | 98 | ActuationSupported 99 | 100 | ExtractAndPostDeviceButtonState 101 | 102 | ForceSupported 103 | 104 | HIDServiceSupport 105 | 106 | IOCFPlugInTypes 107 | 108 | 0516B563-B15B-11DA-96EB-0014519758EF 109 | AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin 110 | 111 | MT Built-In 112 | 113 | MTHIDDevice 114 | 115 | MTPowerStatsDisable 116 | 117 | SupportsGestureScrolling 118 | 119 | TrackpadFourFingerGestures 120 | 121 | TrackpadMomentumScroll 122 | 123 | TrackpadSecondaryClickCorners 124 | 125 | TrackpadThreeFingerDrag 126 | 127 | parser-options 128 | 39 129 | parser-type 130 | 1000 131 | 132 | DeviceUsagePairs 133 | 134 | 135 | DeviceUsage 136 | 2 137 | DeviceUsagePage 138 | 1 139 | 140 | 141 | DoReportIntervalHack 142 | 143 | HIDAccelCurves 144 | 145 | 146 | HIDAccelGainLinear 147 | 65536 148 | HIDAccelIndex 149 | 0 150 | HIDAccelTangentSpeedLinear 151 | 484966 152 | HIDAccelTangentSpeedParabolicRoot 153 | 1376256 154 | 155 | 156 | HIDAccelGainCubic 157 | 5243 158 | HIDAccelGainLinear 159 | 64881 160 | HIDAccelGainParabolic 161 | 32768 162 | HIDAccelIndex 163 | 8192 164 | HIDAccelTangentSpeedLinear 165 | 478413 166 | HIDAccelTangentSpeedParabolicRoot 167 | 1310720 168 | 169 | 170 | HIDAccelGainCubic 171 | 6554 172 | HIDAccelGainLinear 173 | 64225 174 | HIDAccelGainParabolic 175 | 43254 176 | HIDAccelIndex 177 | 32768 178 | HIDAccelTangentSpeedLinear 179 | 471859 180 | HIDAccelTangentSpeedParabolicRoot 181 | 1245184 182 | 183 | 184 | HIDAccelGainCubic 185 | 7864 186 | HIDAccelGainLinear 187 | 62915 188 | HIDAccelGainParabolic 189 | 54395 190 | HIDAccelIndex 191 | 45056 192 | HIDAccelTangentSpeedLinear 193 | 465306 194 | HIDAccelTangentSpeedParabolicRoot 195 | 1179648 196 | 197 | 198 | HIDAccelGainCubic 199 | 9830 200 | HIDAccelGainLinear 201 | 61604 202 | HIDAccelGainParabolic 203 | 65536 204 | HIDAccelIndex 205 | 57344 206 | HIDAccelTangentSpeedLinear 207 | 458752 208 | HIDAccelTangentSpeedParabolicRoot 209 | 1114112 210 | 211 | 212 | HIDAccelGainCubic 213 | 11796 214 | HIDAccelGainLinear 215 | 60293 216 | HIDAccelGainParabolic 217 | 75366 218 | HIDAccelIndex 219 | 65536 220 | HIDAccelTangentSpeedLinear 221 | 458752 222 | HIDAccelTangentSpeedParabolicRoot 223 | 1048576 224 | 225 | 226 | HIDAccelGainCubic 227 | 13763 228 | HIDAccelGainLinear 229 | 58327 230 | HIDAccelGainParabolic 231 | 85197 232 | HIDAccelIndex 233 | 98304 234 | HIDAccelTangentSpeedLinear 235 | 458752 236 | HIDAccelTangentSpeedParabolicRoot 237 | 983040 238 | 239 | 240 | HIDAccelGainCubic 241 | 15729 242 | HIDAccelGainLinear 243 | 56361 244 | HIDAccelGainParabolic 245 | 95027 246 | HIDAccelIndex 247 | 131072 248 | HIDAccelTangentSpeedLinear 249 | 458752 250 | HIDAccelTangentSpeedParabolicRoot 251 | 917504 252 | 253 | 254 | HIDAccelGainCubic 255 | 18350 256 | HIDAccelGainLinear 257 | 54395 258 | HIDAccelGainParabolic 259 | 108790 260 | HIDAccelIndex 261 | 163840 262 | HIDAccelTangentSpeedLinear 263 | 458752 264 | HIDAccelTangentSpeedParabolicRoot 265 | 851968 266 | 267 | 268 | HIDAccelGainCubic 269 | 23593 270 | HIDAccelGainLinear 271 | 65536 272 | HIDAccelGainParabolic 273 | 123208 274 | HIDAccelIndex 275 | 196608 276 | HIDAccelTangentSpeedLinear 277 | 458752 278 | HIDAccelTangentSpeedParabolicRoot 279 | 786432 280 | 281 | 282 | HIDDisallowRemappingOfPrimaryClick 283 | 284 | HIDPointerAccelerationTable 285 | 286 | AACAAFVTQioABwAAAAAAAgAEAAAABAAAABAAAAAQAAAAACAAAA0A 287 | AIAAAACAAAABQAAAAYAAAAIAAAAC4AAAAwAAAATgAAAEAAAAB0AA 288 | AAUAAAAKAAAABgAAAA1AAAAIAAAAFgAAAArAAAAjAAAADQAAAC8A 289 | AAAOwAAAOMAAABBAAABBAAAAEcAAAEjAAAAAUAAADwAAgAAAAIAA 290 | AAEAAAABQAAAAYAAAAJAAAACAAAAA4AAAAKAAAAE4AAAAwAAAAZg 291 | AAAEAAAACgAAAAUAAAAOQAAABgAAABNAAAAIAAAAHsAAAArAAAAu 292 | wAAADQAAADyAAAAOwAAARwAAABBAAABPwAAAEcAAAFiAAAAAgAAA 293 | DwAAgAAAAIAAAAEAAAABYAAAAYAAAAKgAAACAAAABEAAAAKAAAAG 294 | AAAAAwAAAAgAAAAEAAAADQAAAAUAAAASwAAABgAAABkAAAAIAAAA 295 | KAAAAArAAAA7wAAADQAAAEuAAAAOwAAAV0AAABBAAABgQAAAEcAA 296 | AGkAAAAAsAAADwAAgAAAAIAAAAEAAAABoAAAAYAAAAMAAAACAAAA 297 | BQAAAAKAAAAHQAAAAwAAAAnAAAAEAAAAEEAAAAUAAAAXgAAABgAA 298 | AB/AAAAIAAAAMgAAAArAAABKAAAADQAAAFyAAAAOwAAAaQAAABBA 299 | AABywAAAEcAAAHrAAAAA4AAADwAAgAAAAKAAAAEAAAABwAAAAYAA 300 | AANgAAACAAAABeAAAAKAAAAIoAAAAwAAAAvAAAAEAAAAE8AAAAUA 301 | AAAdQAAABgAAACfAAAAIAAAAPcAAAArAAABZAAAADQAAAG3AAAAO 302 | wAAAe0AAABBAAACFQAAAEcAAAIxAAAABAAAADwAAgAAAAMAAAAEA 303 | AAACAAAAAYAAAAPgAAACAAAABsAAAAKAAAAKQAAAAwAAAA5gAAAE 304 | AAAAGMAAAAUAAAAkwAAABgAAADLAAAAIAAAATUAAAArAAABugAAA 305 | DQAAAIMAAAAOwAAAj0AAABBAAACXAAAAEcAAAJxA 306 | 307 | HIDPointerAccelerationType 308 | HIDTrackpadAcceleration 309 | HIDScrollAccelCurves 310 | 311 | 312 | HIDAccelGainLinear 313 | 65536 314 | HIDAccelIndex 315 | 0 316 | HIDAccelTangentSpeedLinear 317 | 393216 318 | HIDAccelTangentSpeedParabolicRoot 319 | 786432 320 | 321 | 322 | HIDAccelGainLinear 323 | 62259 324 | HIDAccelGainParabolic 325 | 39322 326 | HIDAccelIndex 327 | 8192 328 | HIDAccelTangentSpeedLinear 329 | 406323 330 | HIDAccelTangentSpeedParabolicRoot 331 | 786432 332 | 333 | 334 | HIDAccelGainLinear 335 | 58982 336 | HIDAccelGainParabolic 337 | 58982 338 | HIDAccelIndex 339 | 32768 340 | HIDAccelTangentSpeedLinear 341 | 419430 342 | HIDAccelTangentSpeedParabolicRoot 343 | 786432 344 | 345 | 346 | HIDAccelGainLinear 347 | 55706 348 | HIDAccelGainParabolic 349 | 78643 350 | HIDAccelIndex 351 | 45056 352 | HIDAccelTangentSpeedLinear 353 | 432538 354 | HIDAccelTangentSpeedParabolicRoot 355 | 786432 356 | 357 | 358 | HIDAccelGainLinear 359 | 52429 360 | HIDAccelGainParabolic 361 | 91750 362 | HIDAccelIndex 363 | 57344 364 | HIDAccelTangentSpeedLinear 365 | 445645 366 | HIDAccelTangentSpeedParabolicRoot 367 | 786432 368 | 369 | 370 | HIDAccelGainLinear 371 | 49152 372 | HIDAccelGainParabolic 373 | 104858 374 | HIDAccelIndex 375 | 65536 376 | HIDAccelTangentSpeedLinear 377 | 458752 378 | HIDAccelTangentSpeedParabolicRoot 379 | 786432 380 | 381 | 382 | HIDAccelGainLinear 383 | 45875 384 | HIDAccelGainParabolic 385 | 117965 386 | HIDAccelIndex 387 | 98304 388 | HIDAccelTangentSpeedLinear 389 | 471859 390 | HIDAccelTangentSpeedParabolicRoot 391 | 786432 392 | 393 | 394 | HIDAccelGainLinear 395 | 42598 396 | HIDAccelGainParabolic 397 | 131072 398 | HIDAccelIndex 399 | 131072 400 | HIDAccelTangentSpeedLinear 401 | 484966 402 | HIDAccelTangentSpeedParabolicRoot 403 | 786432 404 | 405 | 406 | HIDAccelGainLinear 407 | 39322 408 | HIDAccelGainParabolic 409 | 144179 410 | HIDAccelIndex 411 | 163840 412 | HIDAccelTangentSpeedLinear 413 | 498074 414 | HIDAccelTangentSpeedParabolicRoot 415 | 786432 416 | 417 | 418 | HIDAccelGainLinear 419 | 36045 420 | HIDAccelGainParabolic 421 | 157286 422 | HIDAccelIndex 423 | 196608 424 | HIDAccelTangentSpeedLinear 425 | 511181 426 | HIDAccelTangentSpeedParabolicRoot 427 | 786432 428 | 429 | 430 | HIDScrollAccelerationTable 431 | 432 | AACAAFVTQioABwAAAAAAAQABAAAAAQAAAAAgAAAQAABxOwAATOMA 433 | AwAAAAdgAAAEwAAADoAAAAbxSgAX6V4ACVeCACMQWgALZ6EALBF7 434 | AA2N1AA03ToAD36aADvQuAASWKAARl01ABUAAABO2dgAF8AAAFXK 435 | 7QAas+UAW2FQAB2QAABe0qoAIL75AGEgywAkLXsAYnXvACewAABj 436 | Rl8AAIAAABMAAHE7AABWfwABAAAAAuAAAAIAAAAJYAAAAwAAABIA 437 | AAAEwAAAIMAAAAaAAAAwgAAACGp5AEH9tgAK7bUAV4ZuAA0B2ABr 438 | PTkADv1/AIEEcAAQy5gAkdRWABJouQCe3VAAE+c/AKikCgAXAucA 439 | tn2SABot3ADARE4AHVjQAMX4OgAg35IAytuYACQ4bgDO7mUAJ6CX 440 | ANIwowAAsAAAFAAAcTsAAGFOAADAAAABwAAAAQAAAANgAAACAAAA 441 | DCAAAAMAAAAW4AAABMAAACnAAAAGQAAAOsAAAAfOggBP7OcACgWA 442 | AGo8rgAL658AhMCkAA2RCwCfR+EADzjIALWDbwAQ/k8AxqbEABLN 443 | UQDUeCMAFepmAOTKxwAZoVYA8qFmAB1CvwD7fXwAIQuCAQFpdAAk 444 | S20BBVKIACegAAEIK4wAAOAAABQAAHE7AABtdwAAwAAAAeAAAAEA 445 | AAAD4AAAAgAAAA6AAAADAAAAHEAAAATAAAA0AAAABgAAAEdAAAAH 446 | N4wAXL7hAAkAAACAwAAACoAAAKGAAAALz7IAvU7UAA01yQDadikA 447 | DvtPAPKF4gARLu4BCSWiABUlDwEfV8QAGT9oASzRKgAdChkBNQrG 448 | ACDz5QE6cR4AJEARAT3XdgAnn1YBQMHWAABQAAATAABxOwAAS7AA 449 | AQAAAAJgAAACAAAABuAAAAMAAAAMYAAABMAAABcAAAAGwAAAJAAA 450 | AAkAAAAyAAAACz1uAEFngAANcE8AUMGhAA+sTQBgSTMAEagdAG5N 451 | TAATT9YAd9WQABTQfgB+26MAF3odAIbYXQAagocAjp+lAB2J6QCT 452 | vnkAIN/yAJdcWwAkO0IAmYu9ACegOACacdcAAQAAABUAAHE7AABW 453 | fwAAwAAAAiAAAAEAAAAEgAAAAYAAAAqAAAACAAAAEaAAAAMAAAAh 454 | gAAABMAAAD6AAAAFwAAAVEAAAAbAAABrAAAACAAAAIxAAAAJAAAA 455 | qYAAAApAAADKwAAAC8AAAPTAAAANwAABJAAAABAAAAFEn9IAFEAA 456 | AV49zAAZAAABbrsYABzQAAFz78AAIOAAAXhvwAAkIAABem/AACeg 457 | AAF8JGg= 458 | 459 | HIDScrollAccelerationType 460 | HIDTrackpadScrollAcceleration 461 | HIDScrollResolution 462 | 26214400 463 | IOCFPlugInTypes 464 | 465 | 0516B563-B15B-11DA-96EB-0014519758EF 466 | AppleMultitouchDriver.kext/Contents/PlugIns/MultitouchHID.plugin 467 | 468 | IOClass 469 | AppleMultitouchTrackpadHIDEventDriver 470 | IOProbeScore 471 | 9999 472 | IOProviderClass 473 | IOHIDInterface 474 | MTEventSource 475 | 476 | ProductIDArray 477 | 478 | 628 479 | 480 | TrackpadEmbedded 481 | 482 | VendorID 483 | 1452 484 | 485 | Native Multitouch Engine 486 | 487 | CFBundleIdentifier 488 | com.alexandred.VoodooI2C 489 | IOClass 490 | VoodooI2CNativeEngine 491 | IOMatchCategory 492 | VoodooI2CNativeEngine 493 | IOProviderClass 494 | VoodooI2CMultitouchInterface 495 | 496 | VoodooI2CACPIController 497 | 498 | CFBundleIdentifier 499 | com.alexandred.VoodooI2C 500 | IOClass 501 | VoodooI2CACPIController 502 | IONameMatch 503 | 504 | INT33C2 505 | INT33C3 506 | INT3432 507 | INT3433 508 | 509 | IOProbeScore 510 | 9999 511 | IOProviderClass 512 | IOService 513 | 514 | VoodooI2CControllerDriver 515 | 516 | CFBundleIdentifier 517 | com.alexandred.VoodooI2C 518 | IOClass 519 | VoodooI2CControllerDriver 520 | IOProbeScore 521 | 9999 522 | IOProviderClass 523 | VoodooI2CControllerNub 524 | 525 | VoodooI2CPCIController 526 | 527 | CFBundleIdentifier 528 | com.alexandred.VoodooI2C 529 | IOClass 530 | VoodooI2CPCIController 531 | IONameMatch 532 | 533 | pci8086,2e8 534 | pci8086,2e9 535 | pci8086,9d60 536 | pci8086,9d61 537 | pci8086,9d62 538 | pci8086,9d63 539 | pci8086,9de8 540 | pci8086,9de9 541 | pci8086,a160 542 | pci8086,a161 543 | pci8086,a162 544 | pci8086,a368 545 | pci8086,a369 546 | pci8086,a36a 547 | pci8086,a36b 548 | 549 | IOProbeScore 550 | 9999 551 | IOProviderClass 552 | IOService 553 | 554 | 555 | LSMinimumSystemVersion 556 | 10.11 557 | NSHumanReadableCopyright 558 | Copyright © 2019 Alexandre Daoud. All rights reserved. 559 | OSBundleCompatibleVersion 560 | 2.0.0 561 | OSBundleLibraries 562 | 563 | com.alexandred.VoodooI2CServices 564 | 1.0 565 | com.apple.iokit.IOACPIFamily 566 | 1.4 567 | com.apple.iokit.IOHIDFamily 568 | 2.0 569 | com.apple.iokit.IOPCIFamily 570 | 2.9 571 | com.apple.kpi.bsd 572 | 8.0 573 | com.apple.kpi.iokit 574 | 14 575 | com.apple.kpi.libkern 576 | 14 577 | com.apple.kpi.mach 578 | 14 579 | org.coolstar.VoodooGPIO 580 | 1.1 581 | 582 | OSBundleRequired 583 | Root 584 | 585 | 586 | -------------------------------------------------------------------------------- /EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18E226 7 | CFBundleExecutable 8 | VoodooPS2Keyboard 9 | CFBundleGetInfoString 10 | 2.1.2, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | as.acidanthera.voodoo.driver.PS2Keyboard 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Keyboard 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.1.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.1.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | ApplePS2Keyboard 46 | 47 | CFBundleIdentifier 48 | as.acidanthera.voodoo.driver.PS2Keyboard 49 | IOClass 50 | ApplePS2Keyboard 51 | IOProviderClass 52 | ApplePS2KeyboardDevice 53 | Platform Profile 54 | 55 | DELL 56 | 57 | Dell-Keys 58 | 59 | Breakless PS2 60 | 61 | e005 62 | e006 63 | 64 | Function Keys Special 65 | 66 | ;The following 12 items map Fn+fkeys to fkeys 67 | e020=3b 68 | e02e=3c 69 | e030=3d 70 | e022=3e 71 | ;Fn+f5 macro 72 | ;Fn+f6 macro 73 | ;Fn+f7 macro 74 | ;Fn+f8 macro 75 | ;Fn+f9 macro 76 | ;Fn+f10 no code 77 | e005=57 78 | e006=58 79 | ;The following 12 items map fkeys to Fn+fkeys 80 | 3b=e020 81 | 3c=e02e 82 | 3d=e030 83 | 3e=e022 84 | ;Fn+f5 macro 85 | ;Fn+f6 macro 86 | ;Fn+f7 macro 87 | ;Fn+f8 macro 88 | ;Fn+f9 macro 89 | ;Fn+f10 no code 90 | 57=e005 91 | 58=e006 92 | 93 | Function Keys Standard 94 | 95 | ;The following 12 items map Fn+fkeys to Fn+fkeys 96 | e020=e020 97 | e02e=e02e 98 | e030=e030 99 | e022=e022 100 | ;Fn+f5 macro 101 | ;Fn+f6 macro 102 | ;Fn+f7 macro 103 | ;Fn+f8 macro 104 | ;Fn+f9 macro 105 | ;Fn+f10 no code 106 | e005=e005 107 | e006=e006 108 | ;The following 12 items map fkeys to fkeys 109 | 3b=3b 110 | 3c=3c 111 | 3d=3d 112 | 3e=3e 113 | 3f=3f 114 | 40=40 115 | 41=41 116 | 42=42 117 | 43=43 118 | 44=44 119 | 57=57 120 | 58=58 121 | 122 | 123 | HSW-LPT 124 | Dell-Keys 125 | SNB-CPT 126 | 127 | ActionSwipeDown 128 | 63 d, 63 u 129 | ActionSwipeUp 130 | 61 d, 61 u 131 | Breakless PS2 132 | 133 | e01e;Touchpad Fn+f3 is breakless 134 | e06e;REVIEW: temporary for case that macro inversion does not work... 135 | 136 | Custom ADB Map 137 | 138 | e009=83;Dell Support to Launchpad 139 | e0f1=71;Call brightens up w RKA1 for special mode (was =90) 140 | e0f2=6b;Call brightens down w RKA2 for special mode (was =91) 141 | e06e=70;Map vidmirror key for special mode default is adb90 142 | 143 | Custom PS2 Map 144 | 145 | e01e=e037;Map tp disable to Fn+f3 146 | e037=e01e;Prevent PrntScr from triggering tp disable 147 | 148 | Function Keys Special 149 | 150 | ;The following 12 items map Fn+fkeys to fkeys 151 | e06e=3b 152 | e008=3c 153 | e01e=3d 154 | e005=3e 155 | e006=3f 156 | e00c=40 157 | ;Fn+f7 no dedicated macro 158 | e010=42 159 | e022=43 160 | e019=44 161 | e02e=57 162 | e030=58 163 | ;The following 12 items map fkeys to Fn+fkeys 164 | 3b=e06e;Map vidmirror key to f1 165 | 3c=e0f0;Map radio toggle action from EC query to f2 166 | 3d=e037;Map touchpad toggle button to f3 167 | 3e=e0f2;Map acpi RKA2 to f4 brightness down 168 | 3f=e0f1;Map acpi RKA1 to f5 brightness up 169 | 40=e0f3;Map acpi RKA3 to f6 keyboard backlight 170 | ;Fn+f7 no macro 171 | 42=e010 172 | 43=e022 173 | 44=e019 174 | 57=e02e 175 | 58=e030 176 | 177 | Function Keys Standard 178 | 179 | ;The following 12 items map Fn+fkeys to Fn+fkeys 180 | e06e=e06e;Fn+f1 macro translated 181 | e008=e008;Fn+f2 regular scancode and EC query call q8c 182 | e01e=e037;Fn+f3 regular scancode and EC controls LED 183 | e005=e005;Fn+f4 no ps2scancode and EC query call q81 184 | e006=e006;Fn+f5 no ps2scancode and EC query call q80 185 | e00c=e00c;Fn+f6 no ps2scancode and EC query call q8a 186 | ;Fn+f7 no macro just regular f key 187 | e010=e010; Fn+f8 regular scancode 188 | e022=e022; Fn+f9 regular scancode 189 | e019=e019;Fn+f10 regular scancode 190 | e02e=e02e;Fn+f11 regular scancode 191 | e030=e030;Fn+f12 regular scancode 192 | ;Fn+f13 is mute dedicated button that always produces e020 regardless of Fn 193 | ;The following 12 items map fkeys to fkeys 194 | 3b=3b 195 | 3c=3c 196 | 3d=3d 197 | 3e=3e 198 | 3f=3f 199 | 40=40 200 | 41=41 201 | 42=42 202 | 43=43 203 | 44=44 204 | 57=57 205 | 58=58 206 | 207 | Macro Inversion 208 | 209 | ;This section maps ps2 codes (packet format) received quickly (macros) into fake ps2 codes (packet format) 210 | ;Fn+F1 211 | 212 | //8CbgAAAAACWwEZ 213 | 214 | 215 | //8C7gAAAAAC2wGZ 216 | 217 | 218 | //8C7gAAAAABmQLb 219 | 220 | 221 | MaximumMacroTime 222 | 35000000 223 | Note-Author 224 | TimeWalker aka TimeWalker75a 225 | Note-Comment 226 | Keyboard Profile for DELL SandyBridge SecureCore Tiano based laptops (Vostro 3450 & 3750, Inspiron N4110, XPS L502x & L702x & L511z) 227 | 228 | WN09 229 | 230 | Breakless PS2 231 | 232 | e01b 233 | e008 234 | e01e 235 | e005 236 | e06e 237 | e006 238 | 239 | Custom ADB Map 240 | 241 | e01b=70 242 | e06e=83 243 | 244 | Custom PS2 Map 245 | 246 | 56=2b 247 | 29=56 248 | 2b=29 249 | e01e=e037 250 | e037=e01e 251 | 252 | 253 | WN09a 254 | 255 | Breakless PS2 256 | 257 | e01b 258 | e008 259 | e01e 260 | e005 261 | e06e 262 | e006 263 | 264 | Custom ADB Map 265 | 266 | e01b=70 267 | e06e=83 268 | 269 | Custom PS2 Map 270 | 271 | e01e=e037 272 | e037=e01e 273 | 274 | 275 | 276 | Default 277 | 278 | Breakless PS2 279 | 280 | ;Items must be strings in the form of breaklessscan (in hex) 281 | 282 | Custom ADB Map 283 | 284 | ;Items must be strings in the form of scanfrom=adbto (in hex) 285 | 286 | Custom PS2 Map 287 | 288 | ;Items must be strings in the form of scanfrom=scanto (in hex) 289 | e027=0;disable discrete fnkeys toggle 290 | e028=0;disable discrete trackpad toggle 291 | 292 | HIDF12EjectDelay 293 | 250 294 | LogScanCodes 295 | 0 296 | Make Application key into Apple Fn key 297 | 298 | Make Application key into right windows 299 | 300 | Make right modifier keys into Hangul and Hanja 301 | 302 | SleepPressTime 303 | 0 304 | Swap capslock and left control 305 | 306 | Swap command and option 307 | 308 | Use ISO layout keyboard 309 | 310 | alt_handler_id 311 | 3 312 | 313 | HPQOEM 314 | 315 | 1411 316 | ProBook-102;ProBook 4520s 317 | 1619 318 | ProBook-87;ProBook 6560b 319 | 161C 320 | ProBook-87;ProBook 8460p 321 | 164F 322 | ProBook-87;ProBook 5330m 323 | 167C 324 | ProBook-102;ProBook 4530s 325 | 167E 326 | ProBook-102;ProBook 4330s 327 | 1680 328 | ProBook-102;ProBook 4230s 329 | 179B 330 | ProBook-87;ProBook 6470b 331 | 179C 332 | ProBook-87;ProBook 6470b 333 | 17A9 334 | ProBook-87;ProBook 8570b 335 | 17F0 336 | ProBook-102;ProBook 4340s 337 | 17F3 338 | ProBook-102;ProBook 4440s 339 | 17F6 340 | ProBook-102;ProBook 4540s 341 | 1942 342 | ProBook-87;ProBook 450s G1 343 | 1949 344 | ProBook-87;ProBook 450s G1 345 | 1962 346 | Haswell-Envy;HP Envy 15-j063cl 347 | 1963 348 | Haswell-Envy;HP Envy 15-j063cl 349 | 1965 350 | Haswell-Envy;HP Envy 17t-j100 351 | 1966 352 | Haswell-Envy;HP Envy 17t-j000 353 | 198F 354 | ProBook-87;ProBook 450s G0 355 | Haswell-Envy 356 | 357 | Custom ADB Map 358 | 359 | e019=42;next 360 | e010=4d;previous 361 | 362 | Custom PS2 Map 363 | 364 | e045=e037 365 | e0ab=0;bogus Fn+F2/F3 366 | 367 | 368 | ProBook-102 369 | 370 | Custom PS2 Map 371 | 372 | e005=0 373 | 374 | Function Keys Special 375 | 376 | ;The following 12 items map Fn+fkeys to fkeys 377 | e05f=3b 378 | e012=3c 379 | e017=3d 380 | e06e=3e 381 | e00a=3f 382 | e009=40 383 | e020=41 384 | e02e=42 385 | e030=43 386 | e010=44 387 | e022=57 388 | e019=58 389 | ;The following 12 items map fkeys to Fn+fkeys 390 | 3b=e05f 391 | 3c=e012 392 | 3d=e017 393 | 3e=e06e 394 | 3f=e00a 395 | 40=e009 396 | 41=e020 397 | 42=e02e 398 | 43=e030 399 | 44=e010 400 | 57=e022 401 | 58=e019 402 | 403 | Function Keys Standard 404 | 405 | ;The following 12 items map Fn+fkeys to Fn+fkeys 406 | e05f=e05f 407 | e012=e012 408 | e017=e017 409 | e06e=e06e 410 | e00a=e00a 411 | e009=e009 412 | e020=e020 413 | e02e=e02e 414 | e030=e030 415 | e010=e010 416 | e022=e022 417 | e019=e019 418 | ;The following 12 items map fkeys to fkeys 419 | 3b=3b 420 | 3c=3c 421 | 3d=3d 422 | 3e=3e 423 | 3f=3f 424 | 40=40 425 | 41=41 426 | 42=42 427 | 43=43 428 | 44=44 429 | 57=57 430 | 58=58 431 | 432 | SleepPressTime 433 | 3000 434 | 435 | ProBook-87 436 | 437 | Custom ADB Map 438 | 439 | 46=4d;scroll => Previous-track 440 | e045=34;pause => Play-Pause 441 | e052=42;insert => Next-track 442 | e046=92;break => Eject 443 | 444 | Custom PS2 Map 445 | 446 | e005=0 447 | 448 | Function Keys Special 449 | 450 | ;The following 8 items map Fn+fkeys to fkeys 451 | e05f=3d 452 | e06e=3e 453 | e02e=40 454 | e030=41 455 | e009=42 456 | e012=43 457 | e017=44 458 | e033=57 459 | ;The following 8 items map fkeys to Fn+fkeys 460 | 3d=e05f 461 | 3e=e06e 462 | 40=e02e 463 | 41=e030 464 | 42=e037 465 | 43=e012 466 | 44=e017 467 | 468 | Function Keys Standard 469 | 470 | ;The following 8 items map Fn+fkeys to Fn+fkeys 471 | e05f=e05f 472 | e06e=e06e 473 | e02e=e02e 474 | e030=e030 475 | e009=e009 476 | e012=e012 477 | e017=e017 478 | e033=e033 479 | ;The following 8 items map fkeys to fkeys 480 | 3d=3d 481 | 3e=3e 482 | 40=40 483 | 41=41 484 | 42=42 485 | 43=43 486 | 44=44 487 | 488 | SleepPressTime 489 | 3000 490 | 491 | 492 | Intel 493 | 494 | CALPELLA 495 | SamsungKeys 496 | SamsungKeys 497 | 498 | Breakless PS2 499 | 500 | e003 501 | e002 502 | e004 503 | e020 504 | ;e031 505 | e033 506 | e006 507 | e077 508 | e079 509 | e008 510 | e009 511 | 512 | Custom ADB Map 513 | 514 | e002=70 515 | e006=80 516 | e008=71 (was =90) 517 | e009=6b (was =91) 518 | 519 | Function Keys Special 520 | 521 | ;The following 12 items map Fn+fkeys to fkeys 522 | ;fn+f1 no code 523 | e003=3c 524 | ;fn+f3 weird code 525 | e002=3e 526 | e004=3f 527 | e020=40 528 | e031=41 529 | e033=42 530 | e006=43 531 | ;fn+f10 weird code 532 | ;fn+f11 no code 533 | ;fn+f12 scrolllock 534 | ;The following 12 items map fkeys to Fn+fkeys 535 | ;fn+f1 no code 536 | 3c=e003 537 | ;fn+f3 weird code 538 | 3e=e002 539 | 3f=e004 540 | 40=e020 541 | 41=e031 542 | 42=e033 543 | 43=e006 544 | ;fn+f10 weird code 545 | ;fn+f11 no code 546 | ;fn+f12 scrolllock 547 | 548 | Function Keys Standard 549 | 550 | ;The following 12 items map Fn+fkeys to Fn+fkeys 551 | ;fn+f1 no code 552 | e003=e003 553 | ;fn+f3 weird code 554 | e002=e002 555 | e004=e004 556 | e020=e020 557 | e031=e031 558 | e033=e033 559 | e006=e006 560 | ;fn+f10 weird code 561 | ;fn+f11 no code 562 | ;fn+f12 scrolllock 563 | ;The following 12 items map fkeys to fkeys 564 | 3b=3b 565 | 3c=3c 566 | 3d=3d 567 | 3e=3e 568 | 3f=3f 569 | 40=40 570 | 41=41 571 | 42=42 572 | 43=43 573 | 44=44 574 | 57=57 575 | 58=58 576 | 577 | 578 | 579 | SECCSD 580 | 581 | LH43STAR 582 | SamsungKeys 583 | SamsungKeys 584 | 585 | Breakless PS2 586 | 587 | e020 588 | e02e 589 | e030 590 | 591 | 592 | 593 | 594 | 595 | 596 | OSBundleLibraries 597 | 598 | as.acidanthera.voodoo.driver.PS2Controller 599 | 2.1.2 600 | com.apple.iokit.IOHIDFamily 601 | 1.0.0b1 602 | com.apple.kpi.bsd 603 | 8.0.0 604 | com.apple.kpi.iokit 605 | 8.0.0 606 | com.apple.kpi.libkern 607 | 8.0.0 608 | com.apple.kpi.mach 609 | 8.0.0 610 | com.apple.kpi.unsupported 611 | 8.0.0 612 | 613 | OSBundleRequired 614 | Console 615 | 616 | 617 | -------------------------------------------------------------------------------- /EFI/OC/config.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ACPI 6 | 7 | Add 8 | 9 | 10 | Comment 11 | SSDT-AWAC.aml 12 | Path 13 | SSDT-AWAC.aml 14 | Enabled 15 | 16 | 17 | 18 | Comment 19 | SSDT-EC-LAPTOP.aml 20 | Path 21 | SSDT-EC-LAPTOP.aml 22 | Enabled 23 | 24 | 25 | 26 | Comment 27 | SSDT-PLUG.aml 28 | Path 29 | SSDT-PLUG.aml 30 | Enabled 31 | 32 | 33 | 34 | Comment 35 | SSDT-PMC.aml 36 | Path 37 | SSDT-PMC.aml 38 | Enabled 39 | 40 | 41 | 42 | Comment 43 | SSDT-PNLF-CFL.aml 44 | Path 45 | SSDT-PNLF-CFL.aml 46 | Enabled 47 | 48 | 49 | 50 | Comment 51 | SSDT-RHUB.aml 52 | Path 53 | SSDT-RHUB.aml 54 | Enabled 55 | 56 | 57 | 58 | Comment 59 | SSDT-XOSI.aml 60 | Path 61 | SSDT-XOSI.aml 62 | Enabled 63 | 64 | 65 | 66 | Block 67 | 68 | 69 | Patch 70 | 71 | 72 | Comment 73 | Change _OSI to XOSI 74 | Enabled 75 | 76 | Count 77 | 0 78 | Limit 79 | 0 80 | Find 81 | X09TSQ== 82 | Replace 83 | WE9TSQ== 84 | 85 | 86 | Comment 87 | Rename LGPA to XGPA, pair with SSDT-LGPA.aml (Brightness Key) 88 | Count 89 | 0 90 | Enabled 91 | 92 | Find 93 | TEdQQQk= 94 | Limit 95 | 0 96 | Mask 97 | 98 | OemTableId 99 | 100 | Replace 101 | WEdQQQk= 102 | ReplaceMask 103 | 104 | Skip 105 | 0 106 | TableLength 107 | 0 108 | TableSignature 109 | RFNEVA== 110 | 111 | 112 | Comment 113 | Rename Method(GPRW,2,N) to XPRW, pair with SSDT-GPRW.aml (Instant Wake) 114 | Count 115 | 0 116 | Enabled 117 | 118 | Find 119 | R1BSVwI= 120 | Limit 121 | 0 122 | Mask 123 | 124 | OemTableId 125 | 126 | Replace 127 | WFBSVwI= 128 | ReplaceMask 129 | 130 | Skip 131 | 0 132 | TableLength 133 | 0 134 | TableSignature 135 | RFNEVA== 136 | 137 | 138 | Comment 139 | Rename MATH._STA and LDR2._STA to XSTA 140 | Count 141 | 0 142 | Enabled 143 | 144 | Find 145 | X1NUQQCgDZNQ 146 | Limit 147 | 0 148 | Mask 149 | 150 | OemTableId 151 | 152 | Replace 153 | WFNUQQCgDZNQ 154 | ReplaceMask 155 | 156 | Skip 157 | 0 158 | TableLength 159 | 0 160 | TableSignature 161 | RFNEVA== 162 | 163 | 164 | Quirks 165 | 166 | FadtEnableReset 167 | 168 | NormalizeHeaders 169 | 170 | RebaseRegions 171 | 172 | ResetHwSig 173 | 174 | ResetLogoStatus 175 | 176 | 177 | 178 | Booter 179 | 180 | Quirks 181 | 182 | AvoidRuntimeDefrag 183 | 184 | DevirtualiseMmio 185 | 186 | DisableSingleUser 187 | 188 | DisableVariableWrite 189 | 190 | DiscardHibernateMap 191 | 192 | EnableSafeModeSlide 193 | 194 | EnableWriteUnprotector 195 | 196 | ForceExitBootServices 197 | 198 | ProtectMemoryRegions 199 | 200 | ProtectSecureBoot 201 | 202 | ProtectUefiServices 203 | 204 | ProvideCustomSlide 205 | 206 | SetupVirtualMap 207 | 208 | RebuildAppleMemoryMap 209 | 210 | SignalAppleOS 211 | 212 | SyncRuntimePermissions 213 | 214 | 215 | 216 | DeviceProperties 217 | 218 | Add 219 | 220 | PciRoot(0x0)/Pci(0x2,0x0) 221 | 222 | AAPL,ig-platform-id 223 | AACbPg== 224 | device-id 225 | mz4AAA== 226 | framebuffer-con1-enable 227 | AQAAAA== 228 | framebuffer-con1-alldata 229 | AQEZAAAIAACHAQAA 230 | framebuffer-con2-enable 231 | AQAAAA== 232 | framebuffer-con2-alldata 233 | AgAKAAAIAACHAQAA 234 | framebuffer-patch-enable 235 | AQAAAA== 236 | framebuffer-stolenmem 237 | AAAwAQ== 238 | 239 | PciRoot(0x0)/Pci(0x1f,0x3) 240 | 241 | AAPL,slot-name 242 | Internal 243 | hda-gfx 244 | onboard-1 245 | hda-idle-support 246 | 1 247 | layout-id 248 | 1 249 | model 250 | Intel Sunrise Point-LP HD Audio 251 | 252 | 253 | Block 254 | 255 | 256 | Kernel 257 | 258 | Add 259 | 260 | 261 | Comment 262 | 263 | MaxKernel 264 | 265 | PlistPath 266 | Contents/Info.plist 267 | Enabled 268 | 269 | MinKernel 270 | 271 | ExecutablePath 272 | Contents/MacOS/Lilu 273 | BundlePath 274 | Lilu.kext 275 | 276 | 277 | Comment 278 | 279 | MaxKernel 280 | 281 | PlistPath 282 | Contents/Info.plist 283 | Enabled 284 | 285 | MinKernel 286 | 287 | ExecutablePath 288 | Contents/MacOS/VirtualSMC 289 | BundlePath 290 | VirtualSMC.kext 291 | 292 | 293 | Comment 294 | 295 | MaxKernel 296 | 297 | PlistPath 298 | Contents/Info.plist 299 | Enabled 300 | 301 | MinKernel 302 | 303 | ExecutablePath 304 | Contents/MacOS/SMCBatteryManager 305 | BundlePath 306 | VirtualSMC.kext/Contents/PlugIns/SMCBatteryManager.kext 307 | 308 | 309 | Comment 310 | 311 | MaxKernel 312 | 313 | PlistPath 314 | Contents/Info.plist 315 | Enabled 316 | 317 | MinKernel 318 | 319 | ExecutablePath 320 | Contents/MacOS/SMCProcessor 321 | BundlePath 322 | VirtualSMC.kext/Contents/PlugIns/SMCProcessor.kext 323 | 324 | 325 | Comment 326 | 327 | MaxKernel 328 | 329 | PlistPath 330 | Contents/Info.plist 331 | Enabled 332 | 333 | MinKernel 334 | 335 | ExecutablePath 336 | Contents/MacOS/AirportBrcmFixup 337 | BundlePath 338 | AirportBrcmFixup.kext 339 | 340 | 341 | Comment 342 | 343 | MaxKernel 344 | 345 | PlistPath 346 | Contents/Info.plist 347 | Enabled 348 | 349 | MinKernel 350 | 351 | ExecutablePath 352 | Contents/MacOS/AppleALC 353 | BundlePath 354 | AppleALC.kext 355 | 356 | 357 | Comment 358 | 359 | MaxKernel 360 | 361 | PlistPath 362 | Contents/Info.plist 363 | Enabled 364 | 365 | MinKernel 366 | 367 | ExecutablePath 368 | Contents/MacOS/BT4LEContinuityFixup 369 | BundlePath 370 | BT4LEContinuityFixup.kext 371 | 372 | 373 | Comment 374 | 375 | MaxKernel 376 | 377 | PlistPath 378 | Contents/Info.plist 379 | Enabled 380 | 381 | MinKernel 382 | 383 | ExecutablePath 384 | Contents/MacOS/CodecCommander 385 | BundlePath 386 | CodecCommander.kext 387 | 388 | 389 | Comment 390 | 391 | MaxKernel 392 | 393 | PlistPath 394 | Contents/Info.plist 395 | Enabled 396 | 397 | MinKernel 398 | 399 | ExecutablePath 400 | 401 | BundlePath 402 | EFICheckDisabler.kext 403 | 404 | 405 | Comment 406 | 407 | MaxKernel 408 | 409 | PlistPath 410 | Contents/Info.plist 411 | Enabled 412 | 413 | MinKernel 414 | 415 | ExecutablePath 416 | Contents/MacOS/USBInjectAll 417 | BundlePath 418 | USBInjectAll.kext 419 | 420 | 421 | Comment 422 | 423 | MaxKernel 424 | 425 | PlistPath 426 | Contents/Info.plist 427 | Enabled 428 | 429 | MinKernel 430 | 431 | ExecutablePath 432 | Contents/MacOS/VoodooGPIO 433 | BundlePath 434 | VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext 435 | 436 | 437 | Comment 438 | 439 | MaxKernel 440 | 441 | PlistPath 442 | Contents/Info.plist 443 | Enabled 444 | 445 | MinKernel 446 | 447 | ExecutablePath 448 | Contents/MacOS/VoodooI2CServices 449 | BundlePath 450 | VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext 451 | 452 | 453 | Comment 454 | 455 | MaxKernel 456 | 457 | PlistPath 458 | Contents/Info.plist 459 | Enabled 460 | 461 | MinKernel 462 | 463 | ExecutablePath 464 | Contents/MacOS/VoodooPS2Controller 465 | BundlePath 466 | VoodooPS2Controller.kext 467 | 468 | 469 | Comment 470 | 471 | MaxKernel 472 | 473 | PlistPath 474 | Contents/Info.plist 475 | Enabled 476 | 477 | MinKernel 478 | 479 | ExecutablePath 480 | Contents/MacOS/VoodooPS2Keyboard 481 | BundlePath 482 | VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext 483 | 484 | 485 | Comment 486 | 487 | MaxKernel 488 | 489 | PlistPath 490 | Contents/Info.plist 491 | Enabled 492 | 493 | MinKernel 494 | 495 | ExecutablePath 496 | Contents/MacOS/VoodooPS2Mouse 497 | BundlePath 498 | VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext 499 | 500 | 501 | Comment 502 | 503 | MaxKernel 504 | 505 | PlistPath 506 | Contents/Info.plist 507 | Enabled 508 | 509 | MinKernel 510 | 511 | ExecutablePath 512 | Contents/MacOS/VoodooPS2Trackpad 513 | BundlePath 514 | VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext 515 | 516 | 517 | Comment 518 | 519 | MaxKernel 520 | 521 | PlistPath 522 | Contents/Info.plist 523 | Enabled 524 | 525 | MinKernel 526 | 527 | ExecutablePath 528 | Contents/MacOS/WhateverGreen 529 | BundlePath 530 | WhateverGreen.kext 531 | 532 | 533 | Comment 534 | 535 | MaxKernel 536 | 537 | PlistPath 538 | Contents/Info.plist 539 | Enabled 540 | 541 | MinKernel 542 | 543 | ExecutablePath 544 | Contents/MacOS/VoodooI2C 545 | BundlePath 546 | VoodooI2C.kext 547 | 548 | 549 | Comment 550 | 551 | MaxKernel 552 | 553 | PlistPath 554 | Contents/Info.plist 555 | Enabled 556 | 557 | MinKernel 558 | 559 | ExecutablePath 560 | Contents/MacOS/VoodooI2CHID 561 | BundlePath 562 | VoodooI2CHID.kext 563 | 564 | 565 | Emulate 566 | 567 | Block 568 | 569 | 570 | Patch 571 | 572 | 573 | Base 574 | 575 | Comment 576 | 577 | Count 578 | 1 579 | Enabled 580 | 581 | Find 582 | dS4Ptg== 583 | Identifier 584 | com.apple.driver.AppleRTC 585 | Limit 586 | 0 587 | Mask 588 | 589 | Replace 590 | 6y4Ptg== 591 | ReplaceMask 592 | 593 | Skip 594 | 0 595 | 596 | 597 | Base 598 | 599 | Comment 600 | 601 | Count 602 | 1 603 | Enabled 604 | 605 | Find 606 | dTMPtw== 607 | Identifier 608 | com.apple.driver.AppleRTC 609 | Limit 610 | 0 611 | Mask 612 | 613 | Replace 614 | 6zMPtw== 615 | ReplaceMask 616 | 617 | Skip 618 | 0 619 | 620 | 621 | Quirks 622 | 623 | AppleCpuPmCfgLock 624 | 625 | AppleXcpmCfgLock 626 | 627 | AppleXcpmExtraMsrs 628 | 629 | AppleXcpmForceBoost 630 | 631 | CustomSMBIOSGuid 632 | 633 | DisableIoMapper 634 | 635 | DisableRtcChecksum 636 | 637 | DummyPowerManagement 638 | 639 | ExternalDiskIcons 640 | 641 | IncreasePciBarSize 642 | 643 | LapicKernelPanic 644 | 645 | PanicNoKextDump 646 | 647 | ThirdPartyDrives 648 | 649 | PowerTimeoutKernelPanic 650 | 651 | XhciPortLimit 652 | 653 | 654 | 655 | Misc 656 | 657 | BlessOverride 658 | 659 | 660 | Boot 661 | 662 | HibernateMode 663 | None 664 | ConsoleAttributes 665 | 0 666 | TakeoffDelay 667 | 0 668 | ShowPicker 669 | 670 | Timeout 671 | 5 672 | PollAppleHotKeys 673 | 674 | PickerMode 675 | Builtin 676 | HideAuxiliary 677 | 678 | PickerAudioAssist 679 | 680 | 681 | Debug 682 | 683 | DisableWatchDog 684 | 685 | ApplePanic 686 | 687 | AppleDebug 688 | 689 | DisplayDelay 690 | 0 691 | DisplayLevel 692 | 2147483650 693 | Target 694 | 0 695 | 696 | Security 697 | 698 | AllowNvramReset 699 | 700 | AllowSetDefault 701 | 702 | AuthRestart 703 | 704 | BlacklistAppleUpdate 705 | 706 | ExposeSensitiveData 707 | 2 708 | HaltLevel 709 | 2147483648 710 | ScanPolicy 711 | 0 712 | Vault 713 | Optional 714 | BootProtect 715 | Bootstrap 716 | 717 | Tools 718 | 719 | 720 | Comment 721 | BootKicker.efi 722 | Name 723 | BootKicker.efi 724 | Enabled 725 | 726 | Arguments 727 | 728 | Path 729 | BootKicker.efi 730 | Auxiliary 731 | 732 | 733 | 734 | Comment 735 | ChipTune.efi 736 | Name 737 | ChipTune.efi 738 | Enabled 739 | 740 | Arguments 741 | 742 | Path 743 | ChipTune.efi 744 | Auxiliary 745 | 746 | 747 | 748 | Comment 749 | CleanNvram.efi 750 | Name 751 | CleanNvram.efi 752 | Enabled 753 | 754 | Arguments 755 | 756 | Path 757 | CleanNvram.efi 758 | Auxiliary 759 | 760 | 761 | 762 | Comment 763 | GopStop.efi 764 | Name 765 | GopStop.efi 766 | Enabled 767 | 768 | Arguments 769 | 770 | Path 771 | GopStop.efi 772 | Auxiliary 773 | 774 | 775 | 776 | Comment 777 | HdaCodecDump.efi 778 | Name 779 | HdaCodecDump.efi 780 | Enabled 781 | 782 | Arguments 783 | 784 | Path 785 | HdaCodecDump.efi 786 | Auxiliary 787 | 788 | 789 | 790 | Comment 791 | KeyTester.efi 792 | Name 793 | KeyTester.efi 794 | Enabled 795 | 796 | Arguments 797 | 798 | Path 799 | KeyTester.efi 800 | Auxiliary 801 | 802 | 803 | 804 | Comment 805 | MmapDump.efi 806 | Name 807 | MmapDump.efi 808 | Enabled 809 | 810 | Arguments 811 | 812 | Path 813 | MmapDump.efi 814 | Auxiliary 815 | 816 | 817 | 818 | Comment 819 | OpenControl.efi 820 | Name 821 | OpenControl.efi 822 | Enabled 823 | 824 | Arguments 825 | 826 | Path 827 | OpenControl.efi 828 | Auxiliary 829 | 830 | 831 | 832 | Comment 833 | OpenShell.efi 834 | Name 835 | OpenShell.efi 836 | Enabled 837 | 838 | Arguments 839 | 840 | Path 841 | OpenShell.efi 842 | Auxiliary 843 | 844 | 845 | 846 | Comment 847 | ResetSystem.efi 848 | Name 849 | ResetSystem.efi 850 | Enabled 851 | 852 | Arguments 853 | 854 | Path 855 | ResetSystem.efi 856 | Auxiliary 857 | 858 | 859 | 860 | Comment 861 | RtcRw.efi 862 | Name 863 | RtcRw.efi 864 | Enabled 865 | 866 | Arguments 867 | 868 | Path 869 | RtcRw.efi 870 | Auxiliary 871 | 872 | 873 | 874 | Comment 875 | VerifyMsrE2.efi 876 | Name 877 | VerifyMsrE2.efi 878 | Enabled 879 | 880 | Arguments 881 | 882 | Path 883 | VerifyMsrE2.efi 884 | Auxiliary 885 | 886 | 887 | 888 | Entries 889 | 890 | 891 | 892 | NVRAM 893 | 894 | Add 895 | 896 | 7C436110-AB2A-4BBB-A880-FE41995C9F82 897 | 898 | boot-args 899 | gfxrst=1 alcid=11 -wegnoegpu 900 | bootercfg 901 | log=0 debug=0 level=0 902 | csr-active-config 903 | ZwAAAA== 904 | prev-lang:kbd 905 | 906 | 907 | 908 | Block 909 | 910 | LegacyEnable 911 | 912 | LegacyOverwrite 913 | 914 | LegacySchema 915 | 916 | WriteFlash 917 | 918 | 919 | PlatformInfo 920 | 921 | Automatic 922 | 923 | Generic 924 | 925 | MLB 926 | C02953405GUJH4R1M 927 | SpoofVendor 928 | 929 | AdviseWindows 930 | 931 | SystemProductName 932 | MacBookPro15,2 933 | SystemSerialNumber 934 | C02ZX0TDJHCC 935 | SystemUUID 936 | 6CB8FEA6-A8CD-4442-A6CF-2E0E48B0E350 937 | 938 | UpdateDataHub 939 | 940 | UpdateNVRAM 941 | 942 | UpdateSMBIOS 943 | 944 | UpdateSMBIOSMode 945 | Create 946 | 947 | UEFI 948 | 949 | ConnectDrivers 950 | 951 | Drivers 952 | 953 | AudioDxe.efi 954 | CrScreenshotDxe.efi 955 | HfsPlus.efi 956 | OpenCanopy.efi 957 | OpenRuntime.efi 958 | OpenUsbKbDxe.efi 959 | Ps2KeyboardDxe.efi 960 | Ps2MouseDxe.efi 961 | UsbMouseDxe.efi 962 | 963 | Input 964 | 965 | KeyFiltering 966 | 967 | KeyForgetThreshold 968 | 5 969 | KeyMergeThreshold 970 | 2 971 | KeySupport 972 | 973 | KeySupportMode 974 | Auto 975 | KeySwap 976 | 977 | PointerSupport 978 | 979 | PointerSupportMode 980 | 981 | TimerResolution 982 | 50000 983 | 984 | Output 985 | 986 | ClearScreenOnModeSwitch 987 | 988 | ConsoleMode 989 | 990 | DirectGopRendering 991 | 992 | IgnoreTextInGraphics 993 | 994 | ProvideConsoleGop 995 | 996 | ReconnectOnResChange 997 | 998 | ReplaceTabWithSpace 999 | 1000 | Resolution 1001 | Max 1002 | SanitiseClearScreen 1003 | 1004 | TextRenderer 1005 | BuiltinGraphics 1006 | 1007 | Protocols 1008 | 1009 | AppleBootPolicy 1010 | 1011 | AppleDebugLog 1012 | 1013 | DataHub 1014 | 1015 | DeviceProperties 1016 | 1017 | 1018 | Quirks 1019 | 1020 | DeduplicateBootOrder 1021 | 1022 | ExitBootServicesDelay 1023 | 0 1024 | IgnoreInvalidFlexRatio 1025 | 1026 | ReleaseUsbOwnership 1027 | 1028 | RequestBootVarRouting 1029 | 1030 | TscSyncTimeout 1031 | 0 1032 | UnblockFsConnect 1033 | 1034 | 1035 | APFS 1036 | 1037 | EnableJumpstart 1038 | 1039 | HideVerbose 1040 | 1041 | JumpstartHotPlug 1042 | 1043 | MinDate 1044 | 0 1045 | MinVersion 1046 | 0 1047 | 1048 | Audio 1049 | 1050 | ProtocolOverrides 1051 | 1052 | AppleAudio 1053 | 1054 | AppleBootPolicy 1055 | 1056 | AppleDebugLog 1057 | 1058 | AppleEvent 1059 | 1060 | AppleImageConversion 1061 | 1062 | AppleKeyMap 1063 | 1064 | AppleRtcRam 1065 | 1066 | AppleSmcIo 1067 | 1068 | DataHub 1069 | 1070 | DeviceProperties 1071 | 1072 | FirmwareVolume 1073 | 1074 | HashServices 1075 | 1076 | OSInfo 1077 | 1078 | UnicodeCollation 1079 | 1080 | 1081 | ReservedMemory 1082 | 1083 | 1084 | 1085 | 1086 | --------------------------------------------------------------------------------