Skip to content

Commit

Permalink
fix VirtualSMC boot, NVME fix and Intel Bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jan 8, 2020
1 parent 78282a5 commit e286f06
Show file tree
Hide file tree
Showing 34 changed files with 204 additions and 92 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/ACPI/.DS_Store
Binary file not shown.
9 changes: 8 additions & 1 deletion EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,25 @@
<key>DefaultVolume</key>
<string>LastBootedVolume</string>
<key>HibernationFixup</key>
<true/>
<false/>
<key>Legacy</key>
<string>PBR</string>
<key>NeverHibernate</key>
<false/>
<key>NoEarlyProgress</key>
<true/>
<key>RtcHibernateAware</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>4</integer>
</dict>
<key>CPU</key>
<dict>
<key>HWPEnable</key>
<true/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
Expand Down
Binary file added EFI/CLOVER/drivers/.DS_Store
Binary file not shown.
Binary file added EFI/CLOVER/drivers/UEFI/.DS_Store
Binary file not shown.
Binary file added EFI/CLOVER/drivers/UEFI/AptioMemoryFix.efi
Binary file not shown.
File renamed without changes.
Binary file removed EFI/CLOVER/drivers64UEFI/VirtualSmc.efi
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/CPUFriend.kext/Contents/MacOS/CPUFriend
Binary file not shown.
85 changes: 0 additions & 85 deletions EFI/CLOVER/kexts/Other/HibernationFixup.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.
192 changes: 192 additions & 0 deletions EFI/CLOVER/kexts/Other/IntelBluetoothFirmware.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
<?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>BuildMachineOSBuild</key>
<string>19A602</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>IntelBluetoothFirmware</string>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>IntelBluetoothFirmware</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11A1027</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>19A547</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1110</string>
<key>DTXcodeBuild</key>
<string>11A1027</string>
<key>IOKitPersonalities</key>
<dict>
<key>IntelBluetoothFirmware_ 0026</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>38</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ 3168</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2727</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ 726x</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2012</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ 8265</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2603</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ 926x</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>37</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ 9560</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2730</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_3165</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>2602</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_ax200</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>70000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>41</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 钟先耀. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
<string>1.0.0</string>
<key>com.apple.iokit.IOBluetoothFamily</key>
<string>2.0.0</string>
<key>com.apple.iokit.IOBluetoothHostControllerTransport</key>
<string>7.0f8</string>
<key>com.apple.iokit.IOBluetoothHostControllerUSBTransport</key>
<string>7.0f8</string>
<key>com.apple.iokit.IOUSBHostFamily</key>
<string>1.2</string>
<key>com.apple.kpi.bsd</key>
<string>19.0</string>
<key>com.apple.kpi.iokit</key>
<string>19.0</string>
<key>com.apple.kpi.libkern</key>
<string>19.0</string>
<key>com.apple.kpi.mach</key>
<string>19.0</string>
<key>com.apple.kpi.unsupported</key>
<string>19.0</string>
</dict>
</dict>
</plist>
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
2 changes: 0 additions & 2 deletions EFI/CLOVER/kexts/Other/NVMeFix.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.bsd</key>
<string>12.0.0</string>
<key>com.apple.kpi.dsep</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/NVMeFix.kext/Contents/MacOS/NVMeFix
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions EFI/CLOVER/kexts/Other/SMCProcessor.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.9</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.9</string>
<string>1.1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.9</string>
<string>1.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.9</string>
<string>1.1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/CLOVER/kexts/Other/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.

0 comments on commit e286f06

Please sign in to comment.