fix the USB Power using a kext, and upgrade drivers and kexts.

This commit is contained in:
Tsanie Lily 2019-11-01 23:51:37 +08:00
parent 8ba3ceb774
commit 51cf39a264
No known key found for this signature in database
GPG Key ID: 8A2F78B31701D0C1
14 changed files with 66 additions and 15 deletions

Binary file not shown.

0
OC/Drivers/ApfsDriverLoader.efi Normal file → Executable file
View File

0
OC/Drivers/FwRuntimeServices.efi Normal file → Executable file
View File

0
OC/Drivers/VirtualSmc.efi Normal file → Executable file
View File

0
OC/Kexts/AppleALC.kext/Contents/Info.plist Normal file → Executable file
View File

0
OC/Kexts/Lilu.kext/Contents/Info.plist Normal file → Executable file
View File

0
OC/Kexts/SMCProcessor.kext/Contents/Info.plist Normal file → Executable file
View File

0
OC/Kexts/SMCSuperIO.kext/Contents/Info.plist Normal file → Executable file
View File

View File

@ -22,7 +22,7 @@
<string>1.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>iMacPro1,1-XHC</key>
<key>iMac19,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBMergeNub</string>
@ -189,7 +189,7 @@
</dict>
</dict>
<key>model</key>
<string>iMacPro1,1</string>
<string>iMac19,1</string>
</dict>
</dict>
<key>OSBundleRequired</key>

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.dynamix.IOKitPersonalitiesPatch</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>IOKitPatches</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>IOKitPersonalities_x86_64</key>
<dict>
<key>iMac19,1</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
<key>IOClass</key>
<string>AppleUSBHostMergeProperties</string>
<key>IOProviderClass</key>
<string>AppleBusPowerController</string>
<key>IOProviderMergeProperties</key>
<dict>
<key>kUSBSleepPortCurrentLimit</key>
<integer>2100</integer>
<key>kUSBSleepPowerSupply</key>
<integer>5100</integer>
<key>kUSBWakePortCurrentLimit</key>
<integer>2100</integer>
<key>kUSBWakePowerSupply</key>
<integer>5100</integer>
</dict>
<key>model</key>
<string>iMac19,1</string>
</dict>
</dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict>
</plist>

0
OC/Kexts/VirtualSMC.kext/Contents/Info.plist Normal file → Executable file
View File

0
OC/Kexts/WhateverGreen.kext/Contents/Info.plist Normal file → Executable file
View File

0
OC/OpenCore.efi Normal file → Executable file
View File

View File

@ -14,14 +14,6 @@
<key>Path</key>
<string>SSDT-PLUG.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>Fix EC and USB Power</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-EC-USBX.aml</string>
</dict>
<dict>
<key>Comment</key>
<string>300 series RTC patch</string>
@ -252,6 +244,16 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>BundlePath</key>
<string>USBPower.kext</string>
<key>Comment</key>
<string>USB Power</string>
<key>Enabled</key>
<true/>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Patch</key>
<array>
@ -449,17 +451,17 @@
<key>Generic</key>
<dict>
<key>MLB</key>
<string>M000000000001</string>
<string></string>
<key>ROM</key>
<data>ESIzAAAA</data>
<data></data>
<key>SpoofVendor</key>
<true/>
<key>SystemProductName</key>
<string>iMacPro1,1</string>
<string>iMac19,1</string>
<key>SystemSerialNumber</key>
<string>W0000000001</string>
<string></string>
<key>SystemUUID</key>
<string>00000000-0000-0000-0000-000000000000</string>
<string></string>
</dict>
<key>UpdateDataHub</key>
<true/>