fix: Update EFI with working Wi-Fi (Ventura) and USB Map

This commit is contained in:
renato97
2026-02-08 02:30:07 +00:00
parent 1e172c73a5
commit d7dbebb239
31 changed files with 2014 additions and 4215 deletions

188
EFI/OC/config.plist Normal file → Executable file
View File

@@ -10,22 +10,6 @@
<dict>
<key>Add</key>
<array>
<dict>
<key>Comment</key>
<string>Fake EC</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-EC.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Plugin Type</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-PLUG.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>AWAC fix</string>
@@ -34,6 +18,30 @@
<key>Path</key>
<string>SSDT-AWAC.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-PLUG-ALT.aml</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-PLUG-ALT.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>SSDT-EC-USBX.aml</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-EC-USBX.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Fix USB RHUB</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-RHUB.aml</string>
</dict>
</array>
<key>Delete</key>
<array/>
@@ -311,6 +319,38 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>CpuTscSync.kext</string>
<key>Comment</key>
<string>TSC sync for hybrid CPUs - CRITICAL for Raptor Lake</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/CpuTscSync</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>RestrictEvents.kext</string>
<key>Comment</key>
<string>CPU/memory fixes for non-native CPUs</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/RestrictEvents</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>WhateverGreen.kext</string>
@@ -363,31 +403,15 @@
<key>BundlePath</key>
<string>AirportItlwm.kext</string>
<key>Comment</key>
<string>Intel Wi-Fi</string>
<string>Intel Wi-Fi for Ventura</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportItlwm</string>
<key>MaxKernel</key>
<string>24.9.9</string>
<string>22.99.99</string>
<key>MinKernel</key>
<string>23.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>IntelBluetoothFirmware.kext</string>
<key>Comment</key>
<string>Intel BT</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBluetoothFirmware</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>19.0.0</string>
<string>22.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
@@ -395,7 +419,7 @@
<key>BundlePath</key>
<string>IntelBTPatcher.kext</string>
<key>Comment</key>
<string>Intel BT Patcher</string>
<string>Intel BT Patcher - must load before IntelBluetoothFirmware</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
@@ -409,12 +433,44 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext</string>
<string>IntelBluetoothFirmware.kext</string>
<key>Comment</key>
<string>PS2 support</string>
<string>Intel BT Firmware</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBluetoothFirmware</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>19.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>BlueToolFixup.kext</string>
<key>Comment</key>
<string>Bluetooth fixes for macOS 12+</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/BlueToolFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>21.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooPS2Controller.kext</string>
<key>Comment</key>
<string>PS2 support - DISABLED for desktop</string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooPS2Controller</string>
<key>MaxKernel</key>
<string></string>
@@ -487,6 +543,42 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>USBToolBox.kext</string>
<key>Comment</key>
<string>USBToolBox Engine</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/USBToolBox</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>UTBMap.kext</string>
<key>Comment</key>
<string>USB Mapping</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>
@@ -511,11 +603,11 @@
<dict>
<key>Cpuid1Data</key>
<data>
VQYKAAAAAAAAAAAAAAAAAA==
VQYKAAAAAAAAAAAAAwgAAA==
</data>
<key>Cpuid1Mask</key>
<data>
/////wAAAAAAAAAAAAAAAA==
/////wAAAAAAAAAAAwgAAA==
</data>
<key>DummyPowerManagement</key>
<false/>
@@ -668,7 +760,7 @@
<key>ThirdPartyDrives</key>
<false/>
<key>XhciPortLimit</key>
<true/>
<false/>
</dict>
<key>Scheme</key>
<dict>
@@ -751,7 +843,7 @@
<key>BlacklistAppleUpdate</key>
<true/>
<key>DmgLoading</key>
<string>Signed</string>
<string>Any</string>
<key>EnablePassword</key>
<false/>
<key>ExposeSensitiveData</key>
@@ -818,7 +910,7 @@
<dict>
<key>DefaultBackgroundColor</key>
<data>
AAAAAA==
AwgAAA==
</data>
</dict>
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
@@ -840,10 +932,10 @@
Rg==
</data>
<key>boot-args</key>
<string>-v keepsyms=1 agdpmod=pikera</string>
<string>-v keepsyms=1 agdpmod=pikera revpatch=sbvmm,cpuname</string>
<key>csr-active-config</key>
<data>
AAAAAA==
AwgAAA==
</data>
<key>prev-lang:kbd</key>
<string>en-US:0</string>
@@ -928,7 +1020,7 @@
<key>SystemMemoryStatus</key>
<string>Auto</string>
<key>SystemProductName</key>
<string>iMacPro1,1</string>
<string>MacPro7,1</string>
<key>SystemSerialNumber</key>
<string>C02ZCSZTHX87</string>
<key>SystemUUID</key>
@@ -1161,11 +1253,13 @@
<key>IgnoreInvalidFlexRatio</key>
<false/>
<key>ReleaseUsbOwnership</key>
<false/>
<true/>
<key>ReloadOptionRoms</key>
<false/>
<key>RequestBootVarRouting</key>
<true/>
<key>ResizeAppleGpuBars</key>
<integer>0</integer>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>