diff --git a/README-en.md b/README-en.md index 09f84c4c..10d69972 100755 --- a/README-en.md +++ b/README-en.md @@ -27,14 +27,9 @@ ENGLISH | HDMI📺 | ✅ | able to output 4k@30fps, same as windows | | Camera🎦 | ✅ | it's pretty easy to drive USB camera | | Sleep😴 | ✅ | Support native sleep. | -``` -A way to solve keyboard broken when reboot from macOS Monterey: -Press F2 to enter BIOS -> BOOT -boot mode = leguacy support -boot priority = Leguacy First -``` + ## Current Status: -* System🌌:Catalina 10.15.7 / Big Sur 11.6 / Monterey 12.5 / Ventura 13.0 ( Not recommended to use Monterey / Ventura ) +* System🌌:Catalina 10.15.7 / Big Sur 11.6 / Monterey 12.5 / Ventura 13.0 / Monterey 12.7 ( Not recommended to use Ventura ) * Disks🖴:If you are using Samsung PM981A, please consider to change. * Audio Card🔊:Success with layout-id 15, no plosive [Headsets_with_Microphone](https://github.com/lietxia/XiaoXinAir14IML_2019_hackintosh/releases/tag/0.0.1) @@ -76,6 +71,11 @@ https://newsupport.lenovo.com.cn/driveDownloads_detail.html?driveId=77695 ## Changelog +* 2022-09-27 12:00 + * Update Opencore to 0.8.4 + * Update Kexts + * Add boot-args `agdpmod=vit9696` to solve hdmi output problem + * Update beta PS2 keyboard kext, add boot-args `kbd_fixdisable=1` to solve macos12+ keyboard malfunction * 2022-08-15 16:00 * Update Opencore to 0.8.3 * Update Kexts diff --git a/README.md b/README.md index a32dd397..b612af49 100755 --- a/README.md +++ b/README.md @@ -27,14 +27,9 @@ QQ群号:1032311345 | HDMI📺 | ✅ | 可输出4k30帧,和win表现一致 | | 摄像头🎦 | ✅ | USB摄像头还是很好驱动的 | | 睡眠😴 | ✅ | 支持原生休眠 | -``` -解决Monterey重启时,键盘失灵(缺点:开机变慢) -按F2进入BIOS -> BOOT -boot mode = leguacy support -boot priority = Leguacy First -``` + ## 目前状态: -* 系统🌌:Catalina/BigSur/Monterey/Ventura。推荐Catalina 10.15.7/BigSur 11.6.5 (不推荐使用Monterey/Ventura) +* 系统🌌:Catalina/BigSur/Monterey/Ventura。推荐Catalina 10.15.7/BigSur 11.6.5/Monterey 12.7 (不推荐使用Ventura) * 硬盘:如果你硬盘是三星PM981A,建议换掉。 * 声卡🔊:仿冒layout-id 15成功,无爆音 [耳麦一体耳机需要这个](https://github.com/lietxia/XiaoXinAir14IML_2019_hackintosh/releases/tag/0.0.1) @@ -76,6 +71,12 @@ https://newsupport.lenovo.com.cn/driveDownloads_detail.html?driveId=77695 ## 更新小记 +* 2022-09-27 12:00 + * Opencore 更新到 0.8.4 + * 更新驱动 + * 添加启动参数 `agdpmod=vit9696` 解决hdmi输出 + * 更新测试版PS2键盘驱动,添加启动参数 `kbd_fixdisable=1` 解决macos12以上键盘失灵 + * 2022-08-15 16:00 * Opencore 更新到 0.8.3 * 更新驱动 diff --git a/changelog-en.md b/changelog-en.md index 88dd42be..a009d0a7 100755 --- a/changelog-en.md +++ b/changelog-en.md @@ -1,3 +1,9 @@ +* 2022-09-27 12:00 + * Update Opencore to 0.8.4 + * Update Kexts + * Add boot-args `agdpmod=vit9696` to solve hdmi output problem + * Update beta PS2 keyboard kext, add boot-args `kbd_fixdisable=1` to solve macos12+ keyboard malfunction + * 2022-08-15 16:00 * Update Opencore to 0.8.3 * Update Kexts diff --git a/changelog.md b/changelog.md index 38fee3b6..4a687883 100755 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +* 2022-09-27 12:00 + * Opencore 更新到 0.8.4 + * 更新驱动 + * 添加启动参数 `agdpmod=vit9696` 解决hdmi输出 + * 更新测试版PS2键盘驱动,添加启动参数 `kbd_fixdisable=1` 解决macos12以上键盘失灵 + * 2022-08-15 16:00 * Opencore 更新到 0.8.3 * 更新驱动 diff --git a/opencore_EFI/BOOT/BOOTx64.efi b/opencore_EFI/BOOT/BOOTx64.efi index 0e6f3eb4..7be4f136 100644 Binary files a/opencore_EFI/BOOT/BOOTx64.efi and b/opencore_EFI/BOOT/BOOTx64.efi differ diff --git a/opencore_EFI/OC/Drivers/AudioDxe.efi b/opencore_EFI/OC/Drivers/AudioDxe.efi index 106021a0..454f7409 100644 Binary files a/opencore_EFI/OC/Drivers/AudioDxe.efi and b/opencore_EFI/OC/Drivers/AudioDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/CrScreenshotDxe.efi b/opencore_EFI/OC/Drivers/CrScreenshotDxe.efi index baa2fc65..0299803f 100644 Binary files a/opencore_EFI/OC/Drivers/CrScreenshotDxe.efi and b/opencore_EFI/OC/Drivers/CrScreenshotDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/OpenCanopy.efi b/opencore_EFI/OC/Drivers/OpenCanopy.efi index 81fed141..cc889eca 100644 Binary files a/opencore_EFI/OC/Drivers/OpenCanopy.efi and b/opencore_EFI/OC/Drivers/OpenCanopy.efi differ diff --git a/opencore_EFI/OC/Drivers/OpenHfsPlus.efi b/opencore_EFI/OC/Drivers/OpenHfsPlus.efi index d3af930e..9c3cda8d 100644 Binary files a/opencore_EFI/OC/Drivers/OpenHfsPlus.efi and b/opencore_EFI/OC/Drivers/OpenHfsPlus.efi differ diff --git a/opencore_EFI/OC/Drivers/OpenPartitionDxe.efi b/opencore_EFI/OC/Drivers/OpenPartitionDxe.efi index 83ed3a41..2336751c 100644 Binary files a/opencore_EFI/OC/Drivers/OpenPartitionDxe.efi and b/opencore_EFI/OC/Drivers/OpenPartitionDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/OpenRuntime.efi b/opencore_EFI/OC/Drivers/OpenRuntime.efi index c01e2727..f9873fcd 100644 Binary files a/opencore_EFI/OC/Drivers/OpenRuntime.efi and b/opencore_EFI/OC/Drivers/OpenRuntime.efi differ diff --git a/opencore_EFI/OC/Drivers/OpenUsbKbDxe.efi b/opencore_EFI/OC/Drivers/OpenUsbKbDxe.efi index c838b8a7..2ed1611c 100644 Binary files a/opencore_EFI/OC/Drivers/OpenUsbKbDxe.efi and b/opencore_EFI/OC/Drivers/OpenUsbKbDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/Ps2KeyboardDxe.efi b/opencore_EFI/OC/Drivers/Ps2KeyboardDxe.efi index 8d29ce64..6ec98629 100644 Binary files a/opencore_EFI/OC/Drivers/Ps2KeyboardDxe.efi and b/opencore_EFI/OC/Drivers/Ps2KeyboardDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/Ps2MouseDxe.efi b/opencore_EFI/OC/Drivers/Ps2MouseDxe.efi index 2c5daec5..7ec5a447 100644 Binary files a/opencore_EFI/OC/Drivers/Ps2MouseDxe.efi and b/opencore_EFI/OC/Drivers/Ps2MouseDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/ResetNvramEntry.efi b/opencore_EFI/OC/Drivers/ResetNvramEntry.efi index b3d0d90a..824797b9 100644 Binary files a/opencore_EFI/OC/Drivers/ResetNvramEntry.efi and b/opencore_EFI/OC/Drivers/ResetNvramEntry.efi differ diff --git a/opencore_EFI/OC/Drivers/ToggleSipEntry.efi b/opencore_EFI/OC/Drivers/ToggleSipEntry.efi index aa3663cc..9ed2fc55 100644 Binary files a/opencore_EFI/OC/Drivers/ToggleSipEntry.efi and b/opencore_EFI/OC/Drivers/ToggleSipEntry.efi differ diff --git a/opencore_EFI/OC/Drivers/UsbMouseDxe.efi b/opencore_EFI/OC/Drivers/UsbMouseDxe.efi index 3749f88b..f73ef741 100644 Binary files a/opencore_EFI/OC/Drivers/UsbMouseDxe.efi and b/opencore_EFI/OC/Drivers/UsbMouseDxe.efi differ diff --git a/opencore_EFI/OC/Drivers/XhciDxe.efi b/opencore_EFI/OC/Drivers/XhciDxe.efi index 8d647ea5..b3354308 100644 Binary files a/opencore_EFI/OC/Drivers/XhciDxe.efi and b/opencore_EFI/OC/Drivers/XhciDxe.efi differ diff --git a/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist index 120c939f..6c69103d 100644 --- a/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21F79 + 20G624 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.1.7 + 2.1.6 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 2.1.7 + 2.1.6 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup b/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup index 75d13e83..454ed09a 100755 Binary files a/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup and b/opencore_EFI/OC/Kexts/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup differ diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Cata.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/AirportItlwm-BigSur.kext/Contents/Info.plist similarity index 100% rename from opencore_EFI/OC/Kexts/AirportItlwm-Cata.kext/Contents/Info.plist rename to opencore_EFI/OC/Kexts/AirportItlwm-BigSur.kext/Contents/Info.plist diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Sur.kext/Contents/MacOS/AirportItlwm b/opencore_EFI/OC/Kexts/AirportItlwm-BigSur.kext/Contents/MacOS/AirportItlwm old mode 100755 new mode 100644 similarity index 95% rename from opencore_EFI/OC/Kexts/AirportItlwm-Sur.kext/Contents/MacOS/AirportItlwm rename to opencore_EFI/OC/Kexts/AirportItlwm-BigSur.kext/Contents/MacOS/AirportItlwm index 8832c1eb..904626d7 Binary files a/opencore_EFI/OC/Kexts/AirportItlwm-Sur.kext/Contents/MacOS/AirportItlwm and b/opencore_EFI/OC/Kexts/AirportItlwm-BigSur.kext/Contents/MacOS/AirportItlwm differ diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Sur.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/AirportItlwm-Catalina.kext/Contents/Info.plist similarity index 100% rename from opencore_EFI/OC/Kexts/AirportItlwm-Sur.kext/Contents/Info.plist rename to opencore_EFI/OC/Kexts/AirportItlwm-Catalina.kext/Contents/Info.plist diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Cata.kext/Contents/MacOS/AirportItlwm b/opencore_EFI/OC/Kexts/AirportItlwm-Catalina.kext/Contents/MacOS/AirportItlwm old mode 100755 new mode 100644 similarity index 95% rename from opencore_EFI/OC/Kexts/AirportItlwm-Cata.kext/Contents/MacOS/AirportItlwm rename to opencore_EFI/OC/Kexts/AirportItlwm-Catalina.kext/Contents/MacOS/AirportItlwm index a993323e..84b1177b Binary files a/opencore_EFI/OC/Kexts/AirportItlwm-Cata.kext/Contents/MacOS/AirportItlwm and b/opencore_EFI/OC/Kexts/AirportItlwm-Catalina.kext/Contents/MacOS/AirportItlwm differ diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Monterey.kext/Contents/MacOS/AirportItlwm b/opencore_EFI/OC/Kexts/AirportItlwm-Monterey.kext/Contents/MacOS/AirportItlwm index d620aeeb..ca5d95d6 100755 Binary files a/opencore_EFI/OC/Kexts/AirportItlwm-Monterey.kext/Contents/MacOS/AirportItlwm and b/opencore_EFI/OC/Kexts/AirportItlwm-Monterey.kext/Contents/MacOS/AirportItlwm differ diff --git a/opencore_EFI/OC/Kexts/AirportItlwm-Ventura.kext/Contents/MacOS/AirportItlwm b/opencore_EFI/OC/Kexts/AirportItlwm-Ventura.kext/Contents/MacOS/AirportItlwm index d0815548..2b859fa5 100755 Binary files a/opencore_EFI/OC/Kexts/AirportItlwm-Ventura.kext/Contents/MacOS/AirportItlwm and b/opencore_EFI/OC/Kexts/AirportItlwm-Ventura.kext/Contents/MacOS/AirportItlwm differ diff --git a/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist index 50d8d327..75c53a0f 100644 --- a/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.7.4 + 1.7.5 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.7.4 + 1.7.5 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -14706,6 +14706,96 @@ WakeVerbReinit + + AFGLowPowerState + + AwAAAA== + + Codec + ALC235 for Lenovo Tianyi 510 pro-18ICB Desktop PC by hgs v1 + CodecID + 283902517 + ConfigData + + AScc8AEnHQABJx4AAScfQAFHHEABRx0BAUce + FwFHH5ABRwwCAXcc8AF3HQABdx4AAXcfQAGH + HPABhx0AAYceAAGHH0ABlxxwAZcdEAGXHqEB + lx8CAaccEAGnHQEBpx6jAacfkAG3HIABtx1A + AbceAQG3HwEBtwwCAdcc8AHXHQAB1x4AAdcf + QAHnHPAB5x0AAeceAAHnH0ACFxxQAhcdEAIX + HiECFx8CAhcMAg== + + FuncGroup + 1 + LayoutID + 36 + WakeConfigData + + AUcMAgG3DAICFwwC + + WakeVerbReinit + + + + AFGLowPowerState + + AwAAAA== + + Codec + ALC222 for Lenovo Tianyi 510s-07IMB Desktop PC by hgs v1 + CodecID + 283902498 + ConfigData + + AScc8AEnHQABJx4AAScfQAFHHIABRx1AAUce + AQFHHwEBdxxAAXcdAQF3HhcBdx+QAXcMAgGH + HBABhx0BAYceowGHH5ABlxxwAZcdEAGXHqEB + lx8gAacc8AGnHQABpx4AAacfQAG3HPABtx0A + AbceAAG3H0AB1xzwAdcdAAHXHgAB1x9AAecc + 8AHnHQAB5x4AAecfQAIXHFACFx0QAhceIQIX + HwI= + + FuncGroup + 1 + LayoutID + 12 + WakeConfigData + + AXcMAg== + + WakeVerbReinit + + + + AFGLowPowerState + + AwAAAA== + + Codec + Realtek ALC255(3234) for Asus N752VX by Feartech + CodecID + 283902549 + ConfigData + + AScc8AEnHQABJx4AAScfQAFHHBABRx0BAUce + FwFHH5ABdxzwAXcdAAF3HgABdx9AAYcc8AGH + HQABhx4AAYcfQAIXDAIBlxxAAZcdEAGXHosB + lx8CAacc8AGnHQABpx4AAacfQAG3HCABtx0Q + AbceAQG3HwEB1xzwAdcdAAHXHgAB1x9AAecc + 8AHnHQAB5x4AAecfQAIXHDACFx0QAhceKwIX + HwIBRwwC + + FuncGroup + 1 + LayoutID + 22 + WakeConfigData + + AUcMAgIXDAIBlwcl + + WakeVerbReinit + + IOClass AppleALC diff --git a/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC b/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC index 3ef4eb2c..0af022ca 100755 Binary files a/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC and b/opencore_EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC differ diff --git a/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist index ef0809a5..6d4bce04 100644 --- a/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 19H1519 + 19H2026 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,13 +17,13 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 2.1.0 + 2.2.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -74,6 +74,23 @@ idVendor 32903 + IntelBluetoothFirmware_0035 + + CFBundleIdentifier + com.zxystd.IntelBluetoothFirmware + IOClass + IntelBluetoothFirmware + IOMatchCategory + IntelBluetoothFirmware + IOProbeScore + 4000 + IOProviderClass + IOUSBHostDevice + idProduct + 53 + idVendor + 32903 + IntelBluetoothFirmware_3165 CFBundleIdentifier diff --git a/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware b/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware index b5d90584..745ae189 100755 Binary files a/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware and b/opencore_EFI/OC/Kexts/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware differ diff --git a/opencore_EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist index 2c9f182c..88b4c03c 100644 --- a/opencore_EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 19H1519 + 19H2026 CFBundleDevelopmentRegion en CFBundleIdentifier @@ -15,13 +15,13 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.1.0 + 2.2.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 2.1.0 + 2.2.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -68,6 +68,21 @@ idVendor 32903 + 0035 + + CFBundleIdentifier + com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport + IOClass + BroadcomBluetoothHostControllerUSBTransport + IOProbeScore + 3000 + IOProviderClass + IOUSBHostDevice + idProduct + 53 + idVendor + 32903 + 3165ac CFBundleIdentifier diff --git a/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist index 32860f29..d3e5a972 100644 --- a/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21F79 + 20G624 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,13 +17,13 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.1 + 1.3.0 CFBundleSupportedPlatforms MacOSX CFBundleVersion - 1.3.1 + 1.3.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager b/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager index 925d3a46..814d6303 100644 Binary files a/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager and b/opencore_EFI/OC/Kexts/SMCBatteryManager.kext/Contents/MacOS/SMCBatteryManager differ diff --git a/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist index 6e1d32a3..1f0b054b 100644 --- a/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21F79 + 20G624 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.1 + 1.3.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.3.1 + 1.3.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor b/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor index c4f697ba..d9bbf0ac 100755 Binary files a/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor and b/opencore_EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor differ diff --git a/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist index aba652bb..0d29b67c 100644 --- a/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 21F79 + 20G624 CFBundleDevelopmentRegion en CFBundleExecutable @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 1.3.1 + 1.3.0 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 1.3.1 + 1.3.0 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC b/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC index 6fd77d4a..da8cc650 100644 Binary files a/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC and b/opencore_EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC differ diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist index 21732215..29c9b59e 100644 --- a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist @@ -3,11 +3,11 @@ BuildMachineOSBuild - 20G624 + 20G817 CFBundleExecutable VoodooPS2Controller CFBundleGetInfoString - 2.2.9, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 + 2.3.1, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 CFBundleIdentifier as.acidanthera.voodoo.driver.PS2Controller CFBundleInfoDictionaryVersion @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.2.9 + 2.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 2.2.9 + 2.3.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -139,7 +139,7 @@ LSMinimumSystemVersion 10.11 OSBundleCompatibleVersion - 2.2.9 + 2.3.1 OSBundleLibraries com.apple.iokit.IOACPIFamily diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller index 35e0ec5c..4a805345 100755 Binary files a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller and b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller differ diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist index a5c8818f..91cdfbcc 100644 --- a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/Info.plist @@ -3,7 +3,7 @@ BuildMachineOSBuild - 20G624 + 20G817 CFBundleDevelopmentRegion en CFBundleExecutable diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput index ca0dbdfa..1979f3ad 100755 Binary files a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput and b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooInput.kext/Contents/MacOS/VoodooInput differ diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist index 3aa072c4..e063f112 100644 --- a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist @@ -3,11 +3,11 @@ BuildMachineOSBuild - 20G624 + 20G817 CFBundleExecutable VoodooPS2Keyboard CFBundleGetInfoString - 2.2.9, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013 + 2.3.1, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013 CFBundleIdentifier as.acidanthera.voodoo.driver.PS2Keyboard CFBundleInfoDictionaryVersion @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.2.9 + 2.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 2.2.9 + 2.3.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -600,7 +600,7 @@ OSBundleLibraries as.acidanthera.voodoo.driver.PS2Controller - 2.2.9 + 2.3.1 com.apple.iokit.IOHIDFamily 1.0.0b1 com.apple.kpi.bsd diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard index f8bb31a1..3ac5f8f7 100755 Binary files a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard and b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard differ diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist index a07b9b91..f0a9cbde 100644 --- a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist @@ -3,11 +3,11 @@ BuildMachineOSBuild - 20G624 + 20G817 CFBundleExecutable VoodooPS2Mouse CFBundleGetInfoString - 2.2.9, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 + 2.3.1, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 CFBundleIdentifier as.acidanthera.voodoo.driver.PS2Mouse CFBundleInfoDictionaryVersion @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.2.9 + 2.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 2.2.9 + 2.3.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -182,7 +182,7 @@ OSBundleLibraries as.acidanthera.voodoo.driver.PS2Controller - 2.2.9 + 2.3.1 com.apple.iokit.IOHIDFamily 1.0.0b1 com.apple.kpi.iokit diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse index 78982b83..aba93708 100755 Binary files a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse and b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse differ diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist index 69baf41b..ffd55397 100644 --- a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist +++ b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist @@ -3,11 +3,11 @@ BuildMachineOSBuild - 20G624 + 20G817 CFBundleExecutable VoodooPS2Trackpad CFBundleGetInfoString - 2.2.9, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013 + 2.3.1, Copyright Apple Computer, Inc. 2002-2003, mackerintel 2008, RehabMan 2012-2013 CFBundleIdentifier as.acidanthera.voodoo.driver.PS2Trackpad CFBundleInfoDictionaryVersion @@ -17,7 +17,7 @@ CFBundlePackageType KEXT CFBundleShortVersionString - 2.2.9 + 2.3.1 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 2.2.9 + 2.3.1 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild @@ -547,7 +547,7 @@ OSBundleLibraries as.acidanthera.voodoo.driver.PS2Controller - 2.2.9 + 2.3.1 com.apple.iokit.IOHIDFamily 1.0.0b1 com.apple.kpi.iokit diff --git a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad index ae57d1ef..992b84cf 100755 Binary files a/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad and b/opencore_EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad differ diff --git a/opencore_EFI/OC/OpenCore.efi b/opencore_EFI/OC/OpenCore.efi index 064e67a9..9d8aaafb 100644 Binary files a/opencore_EFI/OC/OpenCore.efi and b/opencore_EFI/OC/OpenCore.efi differ diff --git a/opencore_EFI/OC/Tools/CleanNvram.efi b/opencore_EFI/OC/Tools/CleanNvram.efi index e8d375e9..d3ad5ede 100644 Binary files a/opencore_EFI/OC/Tools/CleanNvram.efi and b/opencore_EFI/OC/Tools/CleanNvram.efi differ diff --git a/opencore_EFI/OC/Tools/OpenShell.efi b/opencore_EFI/OC/Tools/OpenShell.efi index 37e375bf..707dc5d9 100644 Binary files a/opencore_EFI/OC/Tools/OpenShell.efi and b/opencore_EFI/OC/Tools/OpenShell.efi differ diff --git a/opencore_EFI/OC/Tools/ResetSystem.efi b/opencore_EFI/OC/Tools/ResetSystem.efi index 6f311041..5886a100 100644 Binary files a/opencore_EFI/OC/Tools/ResetSystem.efi and b/opencore_EFI/OC/Tools/ResetSystem.efi differ diff --git a/opencore_EFI/OC/config.plist b/opencore_EFI/OC/config.plist index ea67e145..18f72511 100644 --- a/opencore_EFI/OC/config.plist +++ b/opencore_EFI/OC/config.plist @@ -1,1708 +1,1714 @@ - - - - - ACPI - - Add - - - Comment - SSDT-EC+SSDT-USBX - Enabled - - Path - SSDT-EC-USBX.aml - - - Comment - RTC - Enabled - - Path - SSDT-AWAC.aml - - - Comment - X86 (AC power) - Enabled - - Path - SSDT-PR00.aml - - - Comment - PNLF(screen light) - Enabled - - Path - SSDT-PNLFCFL.aml - - - Comment - SSDT-SBUS+SSDT-MCHC - Enabled - - Path - SSDT-SBUS-MCHC.aml - - - Comment - add RMCR - Enabled - - Path - SSDT-PMC.aml - - - Comment - Sleep - Enabled - - Path - SSDT-GPRW.aml - - - Comment - touchPad - Enabled - - Path - SSDT-TPAD-Air14IML.aml - - - Comment - keyborad - Enabled - - Path - SSDT-RMCF-Air14IML.aml - - - Comment - add DMAC - Enabled - - Path - SSDT-DMAC.aml - - - Comment - USB - Enabled - - Path - SSDT-UIAC.aml - - - Comment - battery info - Enabled - - Path - SSDT-BATS-Air14IML.aml - - - Comment - disable nvidia GPU - Enabled - - Path - SSDT-NDGP_OFF-Air14IML.aml - - - Comment - ECAccess - Enabled - - Path - SSDT-ECRW.aml - - - Delete - - Patch - - - Base - - BaseSkip - 0 - Comment - PNLF renamed XNLF - Count - 0 - Enabled - - Find - UE5MRg== - Limit - 0 - Mask - - OemTableId - - Replace - WE5MRg== - ReplaceMask - - Skip - 0 - TableLength - 0 - TableSignature - - - - Base - - BaseSkip - 0 - Comment - GPRW to XPRW - Count - 0 - Enabled - - Find - R1BSVwI= - Limit - 0 - Mask - - OemTableId - - Replace - WFBSVwI= - ReplaceMask - - Skip - 0 - TableLength - 0 - TableSignature - - - - Quirks - - FadtEnableReset - - NormalizeHeaders - - RebaseRegions - - ResetHwSig - - ResetLogoStatus - - SyncTableIds - - - - Booter - - MmioWhitelist - - Patch - - Quirks - - AllowRelocationBlock - - AvoidRuntimeDefrag - - DevirtualiseMmio - - DisableSingleUser - - DisableVariableWrite - - DiscardHibernateMap - - EnableSafeModeSlide - - EnableWriteUnprotector - - ForceBooterSignature - - ForceExitBootServices - - ProtectMemoryRegions - - ProtectSecureBoot - - ProtectUefiServices - - ProvideCustomSlide - - ProvideMaxSlide - 0 - RebuildAppleMemoryMap - - ResizeAppleGpuBars - -1 - SetupVirtualMap - - SignalAppleOS - - SyncRuntimePermissions - - - - DeviceProperties - - Add - - PciRoot(0x0)/Pci(0x14,0x3) - - AAPL,slot-name - Internal@0,20,3 - device_type - Network controller - model - Wireless-AC 9560 - - PciRoot(0x0)/Pci(0x1D,0x7)/Pci(0x0,0x0) - - AAPL,slot-name - Built-in - compatible - pci14e4,16bc - device_type - Media controller - model - O2 Micro SD card reader - name - SD/MMC Card Reader - subsystem-vendor-id - axAAAA== - - PciRoot(0x0)/Pci(0x2,0x0) - - AAPL,ig-platform-id - AACbPg== - device-id - mz4AAA== - disable-external-gpu - AQAAAA== - enable-backlight-registers-fix - AQAAAA== - enable-lspcon-support - AQAAAA== - framebuffer-con2-busid - AgAAAA== - framebuffer-con2-enable - AQAAAA== - framebuffer-con2-has-lspcon - AQAAAA== - framebuffer-con2-preferred-lspcon-mode - AQAAAA== - framebuffer-con2-type - AAgAAA== - framebuffer-patch-enable - AQAAAA== - framebuffer-unifiedmem - AAAAgA== - model - Intel UHD Graphics 630 - - - Delete - - - Kernel - - Add - - - Arch - x86_64 - BundlePath - Lilu.kext - Comment - V1.6.2 | Lilu - Enabled - - ExecutablePath - Contents/MacOS/Lilu - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - YogaSMC.kext - Comment - V1.5.1 | YogaSMC - Enabled - - ExecutablePath - Contents/MacOS/YogaSMC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - YogaSMCAlter.kext - Comment - V1.5.1 | YogaSMC - Enabled - - ExecutablePath - Contents/MacOS/YogaSMCAlter - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VirtualSMC.kext - Comment - V1.3.1 | SMC - Enabled - - ExecutablePath - Contents/MacOS/VirtualSMC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - WhateverGreen.kext - Comment - V1.6.1 | GPU Driver - Enabled - - ExecutablePath - Contents/MacOS/WhateverGreen - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AppleALC.kext - Comment - V1.7.4 | Sound - Enabled - - ExecutablePath - Contents/MacOS/AppleALC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - SMCBatteryManager.kext - Comment - V1.3.1 | Battery - Enabled - - ExecutablePath - Contents/MacOS/SMCBatteryManager - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - SMCProcessor.kext - Comment - V1.3.1 | Prosessor - Enabled - - ExecutablePath - Contents/MacOS/SMCProcessor - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext - Comment - V1.1.3 - Enabled - - ExecutablePath - Contents/MacOS/VoodooInput - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext - Comment - V1 | I2CServices - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2CServices - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext - Comment - V1.1 | GPIO - Enabled - - ExecutablePath - Contents/MacOS/VoodooGPIO - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext - Comment - V2.7 | I2C - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2C - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2CHID.kext - Comment - V1 | I2CHID - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2CHID - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext - Comment - V2.2.9 | PS2Controller - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Controller - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext - Comment - V2.2.9 | Keyboard - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Keyboard - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext - Comment - V2.2.9 - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Trackpad - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext - Comment - V2.2.9 - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Mouse - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - RestrictEvents.kext - Comment - V1.0.8 | RestrictEvents - Enabled - - ExecutablePath - Contents/MacOS/RestrictEvents - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VerbStub.kext - Comment - V1.0.3 | microphone - Enabled - - ExecutablePath - Contents/MacOS/VerbStub - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - NVMeFix.kext - Comment - V1.1.0 | NVMeFix - Enabled - - ExecutablePath - Contents/MacOS/NVMeFix - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - FeatureUnlock.kext - Comment - V1.0.9 | FeatureUnlock - Enabled - - ExecutablePath - Contents/MacOS/FeatureUnlock - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext - Comment - V2.1.7 | DW1820A-WIFI - Enabled - - ExecutablePath - Contents/MacOS/AirportBrcmFixup - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext - Comment - V1.0 | DW1820A-WIFI - Enabled - - ExecutablePath - - MaxKernel - 19.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext - Comment - V1.0 | DW1820A-WIFI - Enabled - - ExecutablePath - - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmBluetoothInjector.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BlueToolFixup.kext - Comment - V2.6.3 | Bluetooth fix - Enabled - - ExecutablePath - Contents/MacOS/BlueToolFixup - MaxKernel - 22.99.99 - MinKernel - 21.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmFirmwareData.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - Contents/MacOS/BrcmFirmwareData - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmPatchRAM3.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - Contents/MacOS/BrcmPatchRAM3 - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - DebugEnhancer.kext - Comment - V1.0.7 - Enabled - - ExecutablePath - Contents/MacOS/DebugEnhancer - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - IntelBluetoothInjector.kext - Comment - V2.1.0 | IntelAC9560-BlueTooth - Enabled - - ExecutablePath - - MaxKernel - 20.99.99 - MinKernel - 16.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - IntelBluetoothFirmware.kext - Comment - V2.1.0 | IntelAC9560-BlueTooth - Enabled - - ExecutablePath - Contents/MacOS/IntelBluetoothFirmware - MaxKernel - 22.99.99 - MinKernel - 16.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Cata.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 19.99.99 - MinKernel - 19.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Sur.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 20.99.99 - MinKernel - 20.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Monterey.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 21.99.99 - MinKernel - 21.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Ventura.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 22.99.99 - MinKernel - 22.0 - PlistPath - Contents/Info.plist - - - Block - - Emulate - - Cpuid1Data - - Cpuid1Mask - - DummyPowerManagement - - MaxKernel - - MinKernel - - - Force - - Patch - - - Arch - Any - Base - __ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime - Comment - Disable RTC wake scheduling - Count - 1 - Enabled - - Find - - Identifier - com.apple.driver.AppleRTC - Limit - 0 - Mask - - MaxKernel - - MinKernel - 19.0.0 - Replace - ww== - ReplaceMask - - Skip - 0 - - - Quirks - - AppleCpuPmCfgLock - - AppleXcpmCfgLock - - AppleXcpmExtraMsrs - - AppleXcpmForceBoost - - CustomPciSerialDevice - - CustomSMBIOSGuid - - DisableIoMapper - - DisableLinkeditJettison - - DisableRtcChecksum - - ExtendBTFeatureFlags - - ExternalDiskIcons - - ForceAquantiaEthernet - - ForceSecureBootScheme - - IncreasePciBarSize - - LapicKernelPanic - - LegacyCommpage - - PanicNoKextDump - - PowerTimeoutKernelPanic - - ProvideCurrentCpuInfo - - SetApfsTrimTimeout - 0 - ThirdPartyDrives - - XhciPortLimit - - - Scheme - - CustomKernel - - FuzzyMatch - - KernelArch - x86_64 - KernelCache - Auto - - - Misc - - BlessOverride - - Boot - - ConsoleAttributes - 0 - HibernateMode - None - HideAuxiliary - - LauncherOption - Full - LauncherPath - Default - PickerAttributes - 17 - PickerAudioAssist - - PickerMode - External - PickerVariant - Acidanthera\Syrah - PollAppleHotKeys - - ShowPicker - - TakeoffDelay - 0 - Timeout - 3 - - Debug - - AppleDebug - - ApplePanic - - DisableWatchDog - - DisplayDelay - 0 - DisplayLevel - 0 - LogModules - - SysReport - - Target - 3 - - Entries - - Security - - AllowSetDefault - - ApECID - 0 - AuthRestart - - BlacklistAppleUpdate - - DmgLoading - Signed - EnablePassword - - ExposeSensitiveData - 6 - HaltLevel - 2147483648 - PasswordHash - - PasswordSalt - - ScanPolicy - 0 - SecureBootModel - j214k - Vault - Optional - - Serial - - Custom - - BaudRate - 115200 - ClockRate - 1843200 - DetectCable - - ExtendedTxFifoSize - 64 - FifoControl - 7 - LineControl - 3 - PciDeviceInfo - /w== - RegisterAccessWidth - 8 - RegisterBase - 1016 - RegisterStride - 1 - UseHardwareFlowControl - - UseMmio - - - Init - - Override - - - Tools - - - Arguments - Shutdown - Auxiliary - - Comment - Perform shutdown - Enabled - - Flavour - Auto - Name - Shutdown - Path - ResetSystem.efi - RealPath - - TextMode - - - - Arguments - - Auxiliary - - Comment - - Enabled - - Flavour - Auto - Name - UEFI Shell - Path - OpenShell.efi - RealPath - - TextMode - - - - Arguments - - Auxiliary - - Comment - - Enabled - - Flavour - Auto - Name - CleanNvram - Path - CleanNvram.efi - RealPath - - TextMode - - - - - NVRAM - - Add - - 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 - - rtc-blacklist - - - 7C436110-AB2A-4BBB-A880-FE41995C9F82 - - SystemAudioVolume - Rg== - boot-args - alcid=15 brcmfx-country=#a brcmfx-aspm igfxrpsc=1 -allow-sidecar-ipad vm_compressor=2 - csr-active-config - 5wMAAA== - prev-lang:kbd - emgtSGFuczoyNTI= - run-efi-updater - No - - - Delete - - 7C436110-AB2A-4BBB-A880-FE41995C9F82 - - boot-args - SystemAudioVolume - csr-active-config - prev-lang:kbd - run-efi-updater - - - LegacyOverwrite - - LegacySchema - - WriteFlash - - - PlatformInfo - - Automatic - - CustomMemory - - Generic - - AdviseFeatures - - MLB - C02911902J9N9PR1F - MaxBIOSVersion - - ProcessorType - 1793 - ROM - FWL70CHx - SpoofVendor - - SystemMemoryStatus - Upgradable - SystemProductName - MacBookPro16,1 - SystemSerialNumber - C02YF0F5MD6N - SystemUUID - A21A551E-7EE9-456A-A093-525988217CEE - - UpdateDataHub - - UpdateNVRAM - - UpdateSMBIOS - - UpdateSMBIOSMode - Custom - UseRawUuidEncoding - - - UEFI - - APFS - - EnableJumpstart - - GlobalConnect - - HideVerbose - - JumpstartHotPlug - - MinDate - -1 - MinVersion - -1 - - AppleInput - - AppleEvent - Auto - CustomDelays - - GraphicsInputMirroring - - KeyInitialDelay - 0 - KeySubsequentDelay - 1 - PointerPollMask - -1 - PointerPollMax - 80 - PointerPollMin - 10 - PointerSpeedDiv - 1 - PointerSpeedMul - 1 - - Audio - - AudioCodec - 0 - AudioDevice - PciRoot(0x0)/Pci(0x1F,0x3) - AudioOutMask - 1 - AudioSupport - - DisconnectHda - - MaximumGain - -15 - MinimumAssistGain - -30 - MinimumAudibleGain - -55 - PlayChime - Disabled - ResetTrafficClass - - SetupDelay - 0 - - ConnectDrivers - - Drivers - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - HfsPlus.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - btrfs_x64.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ext4_x64.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - Ps2KeyboardDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenUsbKbDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - UsbMouseDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - Ps2MouseDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenHfsPlus.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenRuntime.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenCanopy.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - AudioDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenPartitionDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - XhciDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - CrScreenshotDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ToggleSipEntry.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ResetNvramEntry.efi - - - Input - - KeyFiltering - - KeyForgetThreshold - 5 - KeySupport - - KeySupportMode - Auto - KeySwap - - PointerSupport - - PointerSupportMode - ASUS - TimerResolution - 50000 - - Output - - ClearScreenOnModeSwitch - - ConsoleMode - Max - DirectGopRendering - - ForceResolution - - GopPassThrough - Disabled - IgnoreTextInGraphics - - ProvideConsoleGop - - ReconnectGraphicsOnConnect - - ReconnectOnResChange - - ReplaceTabWithSpace - - Resolution - Max - SanitiseClearScreen - - TextRenderer - BuiltinGraphics - UIScale - 1 - UgaPassThrough - - - ProtocolOverrides - - AppleAudio - - AppleBootPolicy - - AppleDebugLog - - AppleEg2Info - - AppleFramebufferInfo - - AppleImageConversion - - AppleImg4Verification - - AppleKeyMap - - AppleRtcRam - - AppleSecureBoot - - AppleSmcIo - - AppleUserInterfaceTheme - - DataHub - - DeviceProperties - - FirmwareVolume - - HashServices - - OSInfo - - UnicodeCollation - - - Quirks - - ActivateHpetSupport - - DisableSecurityPolicy - - EnableVectorAcceleration - - EnableVmx - - ExitBootServicesDelay - 0 - ForceOcWriteFlash - - ForgeUefiSupport - - IgnoreInvalidFlexRatio - - ReleaseUsbOwnership - - ReloadOptionRoms - - RequestBootVarRouting - - ResizeGpuBars - -1 - TscSyncTimeout - 0 - UnblockFsConnect - - - ReservedMemory - - - - + + + + + ACPI + + Add + + + Comment + SSDT-EC+SSDT-USBX + Enabled + + Path + SSDT-EC-USBX.aml + + + Comment + RTC + Enabled + + Path + SSDT-AWAC.aml + + + Comment + X86 (AC power) + Enabled + + Path + SSDT-PR00.aml + + + Comment + PNLF(screen light) + Enabled + + Path + SSDT-PNLFCFL.aml + + + Comment + SSDT-SBUS+SSDT-MCHC + Enabled + + Path + SSDT-SBUS-MCHC.aml + + + Comment + add RMCR + Enabled + + Path + SSDT-PMC.aml + + + Comment + Sleep + Enabled + + Path + SSDT-GPRW.aml + + + Comment + touchPad + Enabled + + Path + SSDT-TPAD-Air14IML.aml + + + Comment + keyborad + Enabled + + Path + SSDT-RMCF-Air14IML.aml + + + Comment + add DMAC + Enabled + + Path + SSDT-DMAC.aml + + + Comment + USB + Enabled + + Path + SSDT-UIAC.aml + + + Comment + battery info + Enabled + + Path + SSDT-BATS-Air14IML.aml + + + Comment + disable nvidia GPU + Enabled + + Path + SSDT-NDGP_OFF-Air14IML.aml + + + Comment + ECAccess + Enabled + + Path + SSDT-ECRW.aml + + + Delete + + Patch + + + Base + + BaseSkip + 0 + Comment + PNLF renamed XNLF + Count + 0 + Enabled + + Find + UE5MRg== + Limit + 0 + Mask + + OemTableId + + Replace + WE5MRg== + ReplaceMask + + Skip + 0 + TableLength + 0 + TableSignature + + + + Base + + BaseSkip + 0 + Comment + GPRW to XPRW + Count + 0 + Enabled + + Find + R1BSVwI= + Limit + 0 + Mask + + OemTableId + + Replace + WFBSVwI= + ReplaceMask + + Skip + 0 + TableLength + 0 + TableSignature + + + + Quirks + + FadtEnableReset + + NormalizeHeaders + + RebaseRegions + + ResetHwSig + + ResetLogoStatus + + SyncTableIds + + + + Booter + + MmioWhitelist + + Patch + + Quirks + + AllowRelocationBlock + + AvoidRuntimeDefrag + + DevirtualiseMmio + + DisableSingleUser + + DisableVariableWrite + + DiscardHibernateMap + + EnableSafeModeSlide + + EnableWriteUnprotector + + ForceBooterSignature + + ForceExitBootServices + + ProtectMemoryRegions + + ProtectSecureBoot + + ProtectUefiServices + + ProvideCustomSlide + + ProvideMaxSlide + 0 + RebuildAppleMemoryMap + + ResizeAppleGpuBars + -1 + SetupVirtualMap + + SignalAppleOS + + SyncRuntimePermissions + + + + DeviceProperties + + Add + + PciRoot(0x0)/Pci(0x14,0x3) + + AAPL,slot-name + Internal@0,20,3 + device_type + Network controller + model + Wireless-AC 9560 + + PciRoot(0x0)/Pci(0x1D,0x7)/Pci(0x0,0x0) + + AAPL,slot-name + Built-in + compatible + pci14e4,16bc + device_type + Media controller + model + O2 Micro SD card reader + name + SD/MMC Card Reader + subsystem-vendor-id + axAAAA== + + PciRoot(0x0)/Pci(0x2,0x0) + + AAPL,ig-platform-id + AACbPg== + device-id + mz4AAA== + disable-external-gpu + AQAAAA== + enable-backlight-registers-fix + AQAAAA== + enable-lspcon-support + AQAAAA== + framebuffer-con2-busid + AgAAAA== + framebuffer-con2-enable + AQAAAA== + framebuffer-con2-has-lspcon + AQAAAA== + framebuffer-con2-preferred-lspcon-mode + AQAAAA== + framebuffer-con2-type + AAgAAA== + framebuffer-patch-enable + AQAAAA== + framebuffer-unifiedmem + AAAAgA== + model + Intel UHD Graphics 630 + + + Delete + + + Kernel + + Add + + + Arch + x86_64 + BundlePath + Lilu.kext + Comment + V1.6.2 | Lilu + Enabled + + ExecutablePath + Contents/MacOS/Lilu + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + YogaSMC.kext + Comment + V1.5.1 | YogaSMC + Enabled + + ExecutablePath + Contents/MacOS/YogaSMC + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + YogaSMCAlter.kext + Comment + V1.5.1 | YogaSMC + Enabled + + ExecutablePath + Contents/MacOS/YogaSMCAlter + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VirtualSMC.kext + Comment + V1.3.0 | SMC + Enabled + + ExecutablePath + Contents/MacOS/VirtualSMC + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + WhateverGreen.kext + Comment + V1.6.1 | GPU Driver + Enabled + + ExecutablePath + Contents/MacOS/WhateverGreen + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AppleALC.kext + Comment + V1.7.5 | Sound + Enabled + + ExecutablePath + Contents/MacOS/AppleALC + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCBatteryManager.kext + Comment + V1.3.0 | Battery + Enabled + + ExecutablePath + Contents/MacOS/SMCBatteryManager + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + SMCProcessor.kext + Comment + V1.3.0 | Prosessor + Enabled + + ExecutablePath + Contents/MacOS/SMCProcessor + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext + Comment + V1.1.3 + Enabled + + ExecutablePath + Contents/MacOS/VoodooInput + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext + Comment + V1 | I2CServices + Enabled + + ExecutablePath + Contents/MacOS/VoodooI2CServices + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext + Comment + V1.1 | GPIO + Enabled + + ExecutablePath + Contents/MacOS/VoodooGPIO + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooI2C.kext + Comment + V2.7 | I2C + Enabled + + ExecutablePath + Contents/MacOS/VoodooI2C + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooI2CHID.kext + Comment + V1 | I2CHID + Enabled + + ExecutablePath + Contents/MacOS/VoodooI2CHID + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooPS2Controller.kext + Comment + V2.3.1 | PS2Controller + Enabled + + ExecutablePath + Contents/MacOS/VoodooPS2Controller + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext + Comment + V2.3.1 | Keyboard + Enabled + + ExecutablePath + Contents/MacOS/VoodooPS2Keyboard + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext + Comment + V2.3.1 + Enabled + + ExecutablePath + Contents/MacOS/VoodooPS2Trackpad + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext + Comment + V2.3.1 + Enabled + + ExecutablePath + Contents/MacOS/VoodooPS2Mouse + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + RestrictEvents.kext + Comment + V1.0.8 | RestrictEvents + Enabled + + ExecutablePath + Contents/MacOS/RestrictEvents + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + VerbStub.kext + Comment + V1.0.3 | microphone + Enabled + + ExecutablePath + Contents/MacOS/VerbStub + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + NVMeFix.kext + Comment + V1.1.0 | NVMeFix + Enabled + + ExecutablePath + Contents/MacOS/NVMeFix + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + FeatureUnlock.kext + Comment + V1.0.9 | FeatureUnlock + Enabled + + ExecutablePath + Contents/MacOS/FeatureUnlock + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportBrcmFixup.kext + Comment + V2.1.6 | DW1820A-WIFI + Enabled + + ExecutablePath + Contents/MacOS/AirportBrcmFixup + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext + Comment + V1.0 | DW1820A-WIFI + Enabled + + ExecutablePath + + MaxKernel + 19.99.99 + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext + Comment + V1.0 | DW1820A-WIFI + Enabled + + ExecutablePath + + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + BrcmBluetoothInjector.kext + Comment + V2.6.3 | DW1820A-Bluetooth + Enabled + + ExecutablePath + + MaxKernel + 20.99.99 + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + BlueToolFixup.kext + Comment + V2.6.3 | Bluetooth fix + Enabled + + ExecutablePath + Contents/MacOS/BlueToolFixup + MaxKernel + 22.99.99 + MinKernel + 21.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + BrcmFirmwareData.kext + Comment + V2.6.3 | DW1820A-Bluetooth + Enabled + + ExecutablePath + Contents/MacOS/BrcmFirmwareData + MaxKernel + 20.99.99 + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + BrcmPatchRAM3.kext + Comment + V2.6.3 | DW1820A-Bluetooth + Enabled + + ExecutablePath + Contents/MacOS/BrcmPatchRAM3 + MaxKernel + 20.99.99 + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + DebugEnhancer.kext + Comment + V1.0.7 + Enabled + + ExecutablePath + Contents/MacOS/DebugEnhancer + MaxKernel + + MinKernel + + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + IntelBluetoothInjector.kext + Comment + V2.2.0 | IntelAC9560-BlueTooth + Enabled + + ExecutablePath + + MaxKernel + 20.99.99 + MinKernel + 16.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + IntelBluetoothFirmware.kext + Comment + V2.2.0 | IntelAC9560-BlueTooth + Enabled + + ExecutablePath + Contents/MacOS/IntelBluetoothFirmware + MaxKernel + 22.99.99 + MinKernel + 16.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportItlwm-Catalina.kext + Comment + V2.2.0 | IntelAC9560-WiFi + Enabled + + ExecutablePath + Contents/MacOS/AirportItlwm + MaxKernel + 19.99.99 + MinKernel + 19.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportItlwm-BigSur.kext + Comment + V2.2.0 | IntelAC9560-WiFi + Enabled + + ExecutablePath + Contents/MacOS/AirportItlwm + MaxKernel + 20.99.99 + MinKernel + 20.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportItlwm-Monterey.kext + Comment + V2.2.0 | IntelAC9560-WiFi + Enabled + + ExecutablePath + Contents/MacOS/AirportItlwm + MaxKernel + 21.99.99 + MinKernel + 21.0 + PlistPath + Contents/Info.plist + + + Arch + x86_64 + BundlePath + AirportItlwm-Ventura.kext + Comment + V2.2.0 | IntelAC9560-WiFi + Enabled + + ExecutablePath + Contents/MacOS/AirportItlwm + MaxKernel + 22.99.99 + MinKernel + 22.0 + PlistPath + Contents/Info.plist + + + Block + + Emulate + + Cpuid1Data + + Cpuid1Mask + + DummyPowerManagement + + MaxKernel + + MinKernel + + + Force + + Patch + + + Arch + Any + Base + __ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime + Comment + Disable RTC wake scheduling + Count + 1 + Enabled + + Find + + Identifier + com.apple.driver.AppleRTC + Limit + 0 + Mask + + MaxKernel + + MinKernel + 19.0.0 + Replace + ww== + ReplaceMask + + Skip + 0 + + + Quirks + + AppleCpuPmCfgLock + + AppleXcpmCfgLock + + AppleXcpmExtraMsrs + + AppleXcpmForceBoost + + CustomPciSerialDevice + + CustomSMBIOSGuid + + DisableIoMapper + + DisableLinkeditJettison + + DisableRtcChecksum + + ExtendBTFeatureFlags + + ExternalDiskIcons + + ForceAquantiaEthernet + + ForceSecureBootScheme + + IncreasePciBarSize + + LapicKernelPanic + + LegacyCommpage + + PanicNoKextDump + + PowerTimeoutKernelPanic + + ProvideCurrentCpuInfo + + SetApfsTrimTimeout + 0 + ThirdPartyDrives + + XhciPortLimit + + + Scheme + + CustomKernel + + FuzzyMatch + + KernelArch + x86_64 + KernelCache + Auto + + + Misc + + BlessOverride + + Boot + + ConsoleAttributes + 0 + HibernateMode + None + HideAuxiliary + + LauncherOption + Full + LauncherPath + Default + PickerAttributes + 17 + PickerAudioAssist + + PickerMode + External + PickerVariant + Acidanthera\Syrah + PollAppleHotKeys + + ShowPicker + + TakeoffDelay + 0 + Timeout + 3 + + Debug + + AppleDebug + + ApplePanic + + DisableWatchDog + + DisplayDelay + 0 + DisplayLevel + 0 + LogModules + + SysReport + + Target + 3 + + Entries + + Security + + AllowSetDefault + + ApECID + 0 + AuthRestart + + BlacklistAppleUpdate + + DmgLoading + Signed + EnablePassword + + ExposeSensitiveData + 6 + HaltLevel + 2147483648 + PasswordHash + + PasswordSalt + + ScanPolicy + 0 + SecureBootModel + j214k + Vault + Optional + + Serial + + Custom + + BaudRate + 115200 + ClockRate + 1843200 + DetectCable + + ExtendedTxFifoSize + 64 + FifoControl + 7 + LineControl + 3 + PciDeviceInfo + /w== + RegisterAccessWidth + 8 + RegisterBase + 1016 + RegisterStride + 1 + UseHardwareFlowControl + + UseMmio + + + Init + + Override + + + Tools + + + Arguments + Shutdown + Auxiliary + + Comment + Perform shutdown + Enabled + + Flavour + Auto + FullNvramAccess + + Name + Shutdown + Path + ResetSystem.efi + RealPath + + TextMode + + + + Arguments + + Auxiliary + + Comment + + Enabled + + Flavour + Auto + FullNvramAccess + + Name + UEFI Shell + Path + OpenShell.efi + RealPath + + TextMode + + + + Arguments + + Auxiliary + + Comment + + Enabled + + Flavour + Auto + FullNvramAccess + + Name + CleanNvram + Path + CleanNvram.efi + RealPath + + TextMode + + + + + NVRAM + + Add + + 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 + + rtc-blacklist + + + 7C436110-AB2A-4BBB-A880-FE41995C9F82 + + SystemAudioVolume + Rg== + boot-args + alcid=15 brcmfx-country=#a brcmfx-aspm igfxrpsc=1 -allow-sidecar-ipad agdpmod=vit9696 kbd_fixdisable=1 + csr-active-config + 5wMAAA== + prev-lang:kbd + emgtSGFuczoyNTI= + run-efi-updater + No + + + Delete + + 7C436110-AB2A-4BBB-A880-FE41995C9F82 + + boot-args + SystemAudioVolume + csr-active-config + prev-lang:kbd + run-efi-updater + + + LegacyOverwrite + + LegacySchema + + WriteFlash + + + PlatformInfo + + Automatic + + CustomMemory + + Generic + + AdviseFeatures + + MLB + C02911902J9N9PR1F + MaxBIOSVersion + + ProcessorType + 1793 + ROM + FWL70CHx + SpoofVendor + + SystemMemoryStatus + Upgradable + SystemProductName + MacBookPro16,1 + SystemSerialNumber + C02YF0F5MD6N + SystemUUID + A21A551E-7EE9-456A-A093-525988217CEE + + UpdateDataHub + + UpdateNVRAM + + UpdateSMBIOS + + UpdateSMBIOSMode + Custom + UseRawUuidEncoding + + + UEFI + + APFS + + EnableJumpstart + + GlobalConnect + + HideVerbose + + JumpstartHotPlug + + MinDate + -1 + MinVersion + -1 + + AppleInput + + AppleEvent + Auto + CustomDelays + + GraphicsInputMirroring + + KeyInitialDelay + 0 + KeySubsequentDelay + 1 + PointerPollMask + -1 + PointerPollMax + 80 + PointerPollMin + 10 + PointerSpeedDiv + 1 + PointerSpeedMul + 1 + + Audio + + AudioCodec + 0 + AudioDevice + PciRoot(0x0)/Pci(0x1F,0x3) + AudioOutMask + 1 + AudioSupport + + DisconnectHda + + MaximumGain + -15 + MinimumAssistGain + -30 + MinimumAudibleGain + -55 + PlayChime + Disabled + ResetTrafficClass + + SetupDelay + 0 + + ConnectDrivers + + Drivers + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + HfsPlus.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + btrfs_x64.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + ext4_x64.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + Ps2KeyboardDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + OpenUsbKbDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + UsbMouseDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + Ps2MouseDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + OpenHfsPlus.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + OpenRuntime.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + OpenCanopy.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + AudioDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + OpenPartitionDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + XhciDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + CrScreenshotDxe.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + ToggleSipEntry.efi + + + Arguments + + Comment + + Enabled + + LoadEarly + + Path + ResetNvramEntry.efi + + + Input + + KeyFiltering + + KeyForgetThreshold + 5 + KeySupport + + KeySupportMode + Auto + KeySwap + + PointerSupport + + PointerSupportMode + ASUS + TimerResolution + 50000 + + Output + + ClearScreenOnModeSwitch + + ConsoleMode + Max + DirectGopRendering + + ForceResolution + + GopPassThrough + Disabled + IgnoreTextInGraphics + + ProvideConsoleGop + + ReconnectGraphicsOnConnect + + ReconnectOnResChange + + ReplaceTabWithSpace + + Resolution + Max + SanitiseClearScreen + + TextRenderer + BuiltinGraphics + UIScale + 1 + UgaPassThrough + + + ProtocolOverrides + + AppleAudio + + AppleBootPolicy + + AppleDebugLog + + AppleEg2Info + + AppleFramebufferInfo + + AppleImageConversion + + AppleImg4Verification + + AppleKeyMap + + AppleRtcRam + + AppleSecureBoot + + AppleSmcIo + + AppleUserInterfaceTheme + + DataHub + + DeviceProperties + + FirmwareVolume + + HashServices + + OSInfo + + UnicodeCollation + + + Quirks + + ActivateHpetSupport + + DisableSecurityPolicy + + EnableVectorAcceleration + + EnableVmx + + ExitBootServicesDelay + 0 + ForceOcWriteFlash + + ForgeUefiSupport + + IgnoreInvalidFlexRatio + + ReleaseUsbOwnership + + ReloadOptionRoms + + RequestBootVarRouting + + ResizeGpuBars + -1 + TscSyncTimeout + 0 + UnblockFsConnect + + + ReservedMemory + + + + diff --git a/opencore_EFI/OC/oldConfig.plist b/opencore_EFI/OC/oldConfig.plist deleted file mode 100644 index f85177cf..00000000 --- a/opencore_EFI/OC/oldConfig.plist +++ /dev/null @@ -1,1708 +0,0 @@ - - - - - ACPI - - Add - - - Comment - SSDT-EC+SSDT-USBX - Enabled - - Path - SSDT-EC-USBX.aml - - - Comment - RTC - Enabled - - Path - SSDT-AWAC.aml - - - Comment - X86 (AC power) - Enabled - - Path - SSDT-PR00.aml - - - Comment - PNLF(screen light) - Enabled - - Path - SSDT-PNLFCFL.aml - - - Comment - SSDT-SBUS+SSDT-MCHC - Enabled - - Path - SSDT-SBUS-MCHC.aml - - - Comment - add RMCR - Enabled - - Path - SSDT-PMC.aml - - - Comment - Sleep - Enabled - - Path - SSDT-GPRW.aml - - - Comment - touchPad - Enabled - - Path - SSDT-TPAD-Air14IML.aml - - - Comment - keyborad - Enabled - - Path - SSDT-RMCF-Air14IML.aml - - - Comment - add DMAC - Enabled - - Path - SSDT-DMAC.aml - - - Comment - USB - Enabled - - Path - SSDT-UIAC.aml - - - Comment - battery info - Enabled - - Path - SSDT-BATS-Air14IML.aml - - - Comment - disable nvidia GPU - Enabled - - Path - SSDT-NDGP_OFF-Air14IML.aml - - - Comment - ECAccess - Enabled - - Path - SSDT-ECRW.aml - - - Delete - - Patch - - - Base - - BaseSkip - 0 - Comment - PNLF renamed XNLF - Count - 0 - Enabled - - Find - UE5MRg== - Limit - 0 - Mask - - OemTableId - - Replace - WE5MRg== - ReplaceMask - - Skip - 0 - TableLength - 0 - TableSignature - - - - Base - - BaseSkip - 0 - Comment - GPRW to XPRW - Count - 0 - Enabled - - Find - R1BSVwI= - Limit - 0 - Mask - - OemTableId - - Replace - WFBSVwI= - ReplaceMask - - Skip - 0 - TableLength - 0 - TableSignature - - - - Quirks - - FadtEnableReset - - NormalizeHeaders - - RebaseRegions - - ResetHwSig - - ResetLogoStatus - - SyncTableIds - - - - Booter - - MmioWhitelist - - Patch - - Quirks - - AllowRelocationBlock - - AvoidRuntimeDefrag - - DevirtualiseMmio - - DisableSingleUser - - DisableVariableWrite - - DiscardHibernateMap - - EnableSafeModeSlide - - EnableWriteUnprotector - - ForceBooterSignature - - ForceExitBootServices - - ProtectMemoryRegions - - ProtectSecureBoot - - ProtectUefiServices - - ProvideCustomSlide - - ProvideMaxSlide - 0 - RebuildAppleMemoryMap - - ResizeAppleGpuBars - -1 - SetupVirtualMap - - SignalAppleOS - - SyncRuntimePermissions - - - - DeviceProperties - - Add - - PciRoot(0x0)/Pci(0x14,0x3) - - AAPL,slot-name - Internal@0,20,3 - device_type - Network controller - model - Wireless-AC 9560 - - PciRoot(0x0)/Pci(0x1D,0x7)/Pci(0x0,0x0) - - AAPL,slot-name - Built-in - compatible - pci14e4,16bc - device_type - Media controller - model - O2 Micro SD card reader - name - SD/MMC Card Reader - subsystem-vendor-id - axAAAA== - - PciRoot(0x0)/Pci(0x2,0x0) - - AAPL,ig-platform-id - AACbPg== - device-id - mz4AAA== - disable-external-gpu - AQAAAA== - enable-backlight-registers-fix - AQAAAA== - enable-lspcon-support - AQAAAA== - framebuffer-con2-busid - AgAAAA== - framebuffer-con2-enable - AQAAAA== - framebuffer-con2-has-lspcon - AQAAAA== - framebuffer-con2-preferred-lspcon-mode - AQAAAA== - framebuffer-con2-type - AAgAAA== - framebuffer-patch-enable - AQAAAA== - framebuffer-unifiedmem - AAAAgA== - model - Intel UHD Graphics 630 - - - Delete - - - Kernel - - Add - - - Arch - x86_64 - BundlePath - Lilu.kext - Comment - V1.6.2 | Lilu - Enabled - - ExecutablePath - Contents/MacOS/Lilu - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - YogaSMC.kext - Comment - V1.5.1 | YogaSMC - Enabled - - ExecutablePath - Contents/MacOS/YogaSMC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - YogaSMCAlter.kext - Comment - V1.5.1 | YogaSMC - Enabled - - ExecutablePath - Contents/MacOS/YogaSMCAlter - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VirtualSMC.kext - Comment - V1.3.1 | SMC - Enabled - - ExecutablePath - Contents/MacOS/VirtualSMC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - WhateverGreen.kext - Comment - V1.6.1 | GPU Driver - Enabled - - ExecutablePath - Contents/MacOS/WhateverGreen - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AppleALC.kext - Comment - V1.7.4 | Sound - Enabled - - ExecutablePath - Contents/MacOS/AppleALC - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - SMCBatteryManager.kext - Comment - V1.3.1 | Battery - Enabled - - ExecutablePath - Contents/MacOS/SMCBatteryManager - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - SMCProcessor.kext - Comment - V1.3.1 | Prosessor - Enabled - - ExecutablePath - Contents/MacOS/SMCProcessor - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooInput.kext - Comment - V1.1.3 - Enabled - - ExecutablePath - Contents/MacOS/VoodooInput - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooI2CServices.kext - Comment - V1 | I2CServices - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2CServices - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext/Contents/PlugIns/VoodooGPIO.kext - Comment - V1.1 | GPIO - Enabled - - ExecutablePath - Contents/MacOS/VoodooGPIO - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2C.kext - Comment - V2.7 | I2C - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2C - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooI2CHID.kext - Comment - V1 | I2CHID - Enabled - - ExecutablePath - Contents/MacOS/VoodooI2CHID - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext - Comment - V2.2.9 | PS2Controller - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Controller - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext - Comment - V2.2.9 | Keyboard - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Keyboard - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext - Comment - V2.2.9 - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Trackpad - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext - Comment - V2.2.9 - Enabled - - ExecutablePath - Contents/MacOS/VoodooPS2Mouse - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - RestrictEvents.kext - Comment - V1.0.8 | RestrictEvents - Enabled - - ExecutablePath - Contents/MacOS/RestrictEvents - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - VerbStub.kext - Comment - V1.0.3 | microphone - Enabled - - ExecutablePath - Contents/MacOS/VerbStub - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - NVMeFix.kext - Comment - V1.1.0 | NVMeFix - Enabled - - ExecutablePath - Contents/MacOS/NVMeFix - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - FeatureUnlock.kext - Comment - V1.0.9 | FeatureUnlock - Enabled - - ExecutablePath - Contents/MacOS/FeatureUnlock - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext - Comment - V2.1.7 | DW1820A-WIFI - Enabled - - ExecutablePath - Contents/MacOS/AirportBrcmFixup - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcm4360_Injector.kext - Comment - V1.0 | DW1820A-WIFI - Enabled - - ExecutablePath - - MaxKernel - 19.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportBrcmFixup.kext/Contents/PlugIns/AirPortBrcmNIC_Injector.kext - Comment - V1.0 | DW1820A-WIFI - Enabled - - ExecutablePath - - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmBluetoothInjector.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BlueToolFixup.kext - Comment - V2.6.3 | Bluetooth fix - Enabled - - ExecutablePath - Contents/MacOS/BlueToolFixup - MaxKernel - 22.99.99 - MinKernel - 21.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmFirmwareData.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - Contents/MacOS/BrcmFirmwareData - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - BrcmPatchRAM3.kext - Comment - V2.6.3 | DW1820A-Bluetooth - Enabled - - ExecutablePath - Contents/MacOS/BrcmPatchRAM3 - MaxKernel - 20.99.99 - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - DebugEnhancer.kext - Comment - V1.0.7 - Enabled - - ExecutablePath - Contents/MacOS/DebugEnhancer - MaxKernel - - MinKernel - - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - IntelBluetoothInjector.kext - Comment - V2.1.0 | IntelAC9560-BlueTooth - Enabled - - ExecutablePath - - MaxKernel - 20.99.99 - MinKernel - 16.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - IntelBluetoothFirmware.kext - Comment - V2.1.0 | IntelAC9560-BlueTooth - Enabled - - ExecutablePath - Contents/MacOS/IntelBluetoothFirmware - MaxKernel - 22.99.99 - MinKernel - 16.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Cata.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 19.99.99 - MinKernel - 19.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Sur.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 20.99.99 - MinKernel - 20.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Monterey.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 21.99.99 - MinKernel - 21.0 - PlistPath - Contents/Info.plist - - - Arch - x86_64 - BundlePath - AirportItlwm-Ventura.kext - Comment - V2.2.0 | IntelAC9560-WiFi - Enabled - - ExecutablePath - Contents/MacOS/AirportItlwm - MaxKernel - 22.99.99 - MinKernel - 22.0 - PlistPath - Contents/Info.plist - - - Block - - Emulate - - Cpuid1Data - - Cpuid1Mask - - DummyPowerManagement - - MaxKernel - - MinKernel - - - Force - - Patch - - - Arch - Any - Base - __ZN8AppleRTC18setupDateTimeAlarmEPK11RTCDateTime - Comment - Disable RTC wake scheduling - Count - 1 - Enabled - - Find - - Identifier - com.apple.driver.AppleRTC - Limit - 0 - Mask - - MaxKernel - - MinKernel - 19.0.0 - Replace - ww== - ReplaceMask - - Skip - 0 - - - Quirks - - AppleCpuPmCfgLock - - AppleXcpmCfgLock - - AppleXcpmExtraMsrs - - AppleXcpmForceBoost - - CustomPciSerialDevice - - CustomSMBIOSGuid - - DisableIoMapper - - DisableLinkeditJettison - - DisableRtcChecksum - - ExtendBTFeatureFlags - - ExternalDiskIcons - - ForceAquantiaEthernet - - ForceSecureBootScheme - - IncreasePciBarSize - - LapicKernelPanic - - LegacyCommpage - - PanicNoKextDump - - PowerTimeoutKernelPanic - - ProvideCurrentCpuInfo - - SetApfsTrimTimeout - 0 - ThirdPartyDrives - - XhciPortLimit - - - Scheme - - CustomKernel - - FuzzyMatch - - KernelArch - x86_64 - KernelCache - Auto - - - Misc - - BlessOverride - - Boot - - ConsoleAttributes - 0 - HibernateMode - None - HideAuxiliary - - LauncherOption - Full - LauncherPath - Default - PickerAttributes - 17 - PickerAudioAssist - - PickerMode - External - PickerVariant - Acidanthera\Syrah - PollAppleHotKeys - - ShowPicker - - TakeoffDelay - 0 - Timeout - 3 - - Debug - - AppleDebug - - ApplePanic - - DisableWatchDog - - DisplayDelay - 0 - DisplayLevel - 0 - LogModules - - SysReport - - Target - 3 - - Entries - - Security - - AllowSetDefault - - ApECID - 0 - AuthRestart - - BlacklistAppleUpdate - - DmgLoading - Signed - EnablePassword - - ExposeSensitiveData - 6 - HaltLevel - 2147483648 - PasswordHash - - PasswordSalt - - ScanPolicy - 0 - SecureBootModel - j214k - Vault - Optional - - Serial - - Custom - - BaudRate - 115200 - ClockRate - 1843200 - DetectCable - - ExtendedTxFifoSize - 64 - FifoControl - 7 - LineControl - 3 - PciDeviceInfo - /w== - RegisterAccessWidth - 8 - RegisterBase - 1016 - RegisterStride - 1 - UseHardwareFlowControl - - UseMmio - - - Init - - Override - - - Tools - - - Arguments - Shutdown - Auxiliary - - Comment - Perform shutdown - Enabled - - Flavour - Auto - Name - Shutdown - Path - ResetSystem.efi - RealPath - - TextMode - - - - Arguments - - Auxiliary - - Comment - - Enabled - - Flavour - Auto - Name - UEFI Shell - Path - OpenShell.efi - RealPath - - TextMode - - - - Arguments - - Auxiliary - - Comment - - Enabled - - Flavour - Auto - Name - CleanNvram - Path - CleanNvram.efi - RealPath - - TextMode - - - - - NVRAM - - Add - - 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102 - - rtc-blacklist - - - 7C436110-AB2A-4BBB-A880-FE41995C9F82 - - SystemAudioVolume - Rg== - boot-args - alcid=15 brcmfx-country=#a brcmfx-aspm igfxrpsc=1 -allow-sidecar-ipad vm_compressor=2 - csr-active-config - 5wMAAA== - prev-lang:kbd - emgtSGFuczoyNTI= - run-efi-updater - No - - - Delete - - 7C436110-AB2A-4BBB-A880-FE41995C9F82 - - boot-args - SystemAudioVolume - csr-active-config - prev-lang:kbd - run-efi-updater - - - LegacyOverwrite - - LegacySchema - - WriteFlash - - - PlatformInfo - - Automatic - - CustomMemory - - Generic - - AdviseFeatures - - MLB - C02911902J9N9PR1F - MaxBIOSVersion - - ProcessorType - 1793 - ROM - FWL70CHx - SpoofVendor - - SystemMemoryStatus - Upgradable - SystemProductName - MacBookPro16,1 - SystemSerialNumber - C02YF0F5MD6N - SystemUUID - A21A551E-7EE9-456A-A093-525988217CEE - - UpdateDataHub - - UpdateNVRAM - - UpdateSMBIOS - - UpdateSMBIOSMode - Custom - UseRawUuidEncoding - - - UEFI - - APFS - - EnableJumpstart - - GlobalConnect - - HideVerbose - - JumpstartHotPlug - - MinDate - -1 - MinVersion - -1 - - AppleInput - - AppleEvent - Auto - CustomDelays - - GraphicsInputMirroring - - KeyInitialDelay - 0 - KeySubsequentDelay - 1 - PointerPollMask - -1 - PointerPollMax - 80 - PointerPollMin - 10 - PointerSpeedDiv - 1 - PointerSpeedMul - 1 - - Audio - - AudioCodec - 0 - AudioDevice - PciRoot(0x0)/Pci(0x1F,0x3) - AudioOutMask - 1 - AudioSupport - - DisconnectHda - - MaximumGain - -15 - MinimumAssistGain - -30 - MinimumAudibleGain - -55 - PlayChime - Disabled - ResetTrafficClass - - SetupDelay - 0 - - ConnectDrivers - - Drivers - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - HfsPlus.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - btrfs_x64.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ext4_x64.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - Ps2KeyboardDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenUsbKbDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - UsbMouseDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - Ps2MouseDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenHfsPlus.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenRuntime.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenCanopy.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - AudioDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - OpenPartitionDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - XhciDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - CrScreenshotDxe.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ToggleSipEntry.efi - - - Arguments - - Comment - - Enabled - - LoadEarly - - Path - ResetNvramEntry.efi - - - Input - - KeyFiltering - - KeyForgetThreshold - 5 - KeySupport - - KeySupportMode - Auto - KeySwap - - PointerSupport - - PointerSupportMode - ASUS - TimerResolution - 50000 - - Output - - ClearScreenOnModeSwitch - - ConsoleMode - Max - DirectGopRendering - - ForceResolution - - GopPassThrough - Disabled - IgnoreTextInGraphics - - ProvideConsoleGop - - ReconnectGraphicsOnConnect - - ReconnectOnResChange - - ReplaceTabWithSpace - - Resolution - Max - SanitiseClearScreen - - TextRenderer - BuiltinGraphics - UIScale - 1 - UgaPassThrough - - - ProtocolOverrides - - AppleAudio - - AppleBootPolicy - - AppleDebugLog - - AppleEg2Info - - AppleFramebufferInfo - - AppleImageConversion - - AppleImg4Verification - - AppleKeyMap - - AppleRtcRam - - AppleSecureBoot - - AppleSmcIo - - AppleUserInterfaceTheme - - DataHub - - DeviceProperties - - FirmwareVolume - - HashServices - - OSInfo - - UnicodeCollation - - - Quirks - - ActivateHpetSupport - - DisableSecurityPolicy - - EnableVectorAcceleration - - EnableVmx - - ExitBootServicesDelay - 0 - ForceOcWriteFlash - - ForgeUefiSupport - - IgnoreInvalidFlexRatio - - ReleaseUsbOwnership - - ReloadOptionRoms - - RequestBootVarRouting - - ResizeGpuBars - -1 - TscSyncTimeout - 0 - UnblockFsConnect - - - ReservedMemory - - - -