-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to Clover r5105 * Update Lilu kexts * Add AirportFix kext * Fix bash script perms
- Loading branch information
Tom
authored and
Tom
committed
Mar 15, 2020
1 parent
87231fd
commit 050c0ed
Showing
140 changed files
with
177 additions
and
183 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Misc/VoodooPS2Controller.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Misc/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller
100755 → 100644
Empty file.
Empty file modified
0
...Misc/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
...2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard
100755 → 100644
Empty file.
Empty file modified
0
...ts/Misc/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
...odooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse
100755 → 100644
Empty file.
Empty file modified
0
...Misc/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
...2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager
100755 → 100644
Empty file.
173 changes: 173 additions & 0 deletions
173
EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
<?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>18E226</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>AirportBrcmFixup</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>as.lvs1974.AirportBrcmFixup</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>AirportBrcmFixup</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.0.6</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>2.0.6</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>10E1001</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>18E219</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.14</string> | ||
<key>DTXcode</key> | ||
<string>1020</string> | ||
<key>DTXcodeBuild</key> | ||
<string>10E1001</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>Airport_Brcm4360</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AirPort.Brcm4360</string> | ||
<key>IOClass</key> | ||
<string>AirPort_Brcm4360</string> | ||
<key>IOMatchCategory</key> | ||
<string>IODefaultMatchCategory</string> | ||
<key>IONameMatch</key> | ||
<array> | ||
<string>pci14e4,4331</string> | ||
<string>pci14e4,4353</string> | ||
<string>pci14e4,4357</string> | ||
<string>pci14e4,43a3</string> | ||
<string>pci14e4,43b1</string> | ||
<string>pci14e4,43b2</string> | ||
</array> | ||
<key>IOProbeScore</key> | ||
<integer>1110</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>TruePowerOff</key> | ||
<true/> | ||
</dict> | ||
<key>Airport_BrcmNIC</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.driver.AirPort.BrcmNIC</string> | ||
<key>IOClass</key> | ||
<string>AirPort_BrcmNIC</string> | ||
<key>IOMatchCategory</key> | ||
<string>IODefaultMatchCategory</string> | ||
<key>IONameMatch</key> | ||
<array> | ||
<string>pci14e4,43ba</string> | ||
<string>pci14e4,43a3</string> | ||
<string>pci14e4,43a0</string> | ||
<string>pci14e4,43b1</string> | ||
<string>pci14e4,43b2</string> | ||
</array> | ||
<key>IOProbeScore</key> | ||
<integer>2048</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>TruePowerOff</key> | ||
<true/> | ||
</dict> | ||
<key>Broadcom 802.11 PCI</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>as.lvs1974.AirportBrcmFixup</string> | ||
<key>IOClass</key> | ||
<string>FakeBrcm</string> | ||
<key>IOMatchCategory</key> | ||
<string>IODefaultMatchCategory</string> | ||
<key>IONameMatch</key> | ||
<array> | ||
<string>pci14e4,43ba</string> | ||
<string>pci14e4,43a3</string> | ||
<string>pci14e4,43a0</string> | ||
<string>pci14e4,4331</string> | ||
<string>pci14e4,4353</string> | ||
<string>pci14e4,43b1</string> | ||
<string>pci14e4,43b2</string> | ||
<string>pci14e4,4357</string> | ||
<string>pci14e4,432b</string> | ||
<string>pci14e4,4311</string> | ||
<string>pci14e4,4312</string> | ||
<string>pci14e4,4313</string> | ||
<string>pci14e4,4318</string> | ||
<string>pci14e4,4319</string> | ||
<string>pci14e4,431a</string> | ||
<string>pci14e4,4320</string> | ||
<string>pci14e4,4324</string> | ||
<string>pci14e4,4325</string> | ||
<string>pci14e4,4328</string> | ||
<string>pci14e4,432c</string> | ||
<string>pci14e4,432d</string> | ||
</array> | ||
<key>IOProbeScore</key> | ||
<integer>6000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOPCIDevice</string> | ||
<key>TruePowerOff</key> | ||
<true/> | ||
</dict> | ||
<key>as.lvs1974.AirportBrcmFixup</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>as.lvs1974.AirportBrcmFixup</string> | ||
<key>IOClass</key> | ||
<string>AirportBrcmFixup</string> | ||
<key>IOMatchCategory</key> | ||
<string>AirportBrcmFixup</string> | ||
<key>IOProviderClass</key> | ||
<string>IOResources</string> | ||
<key>IOResourceMatch</key> | ||
<string>IOKit</string> | ||
</dict> | ||
</dict> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2017 lvs1974. All rights reserved.</string> | ||
<key>OSBundleCompatibleVersion</key> | ||
<string>1.0</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>as.vit9696.Lilu</key> | ||
<string>1.2.6</string> | ||
<key>com.apple.iokit.IONetworkingFamily</key> | ||
<string>1.5</string> | ||
<key>com.apple.iokit.IOPCIFamily</key> | ||
<string>2.7</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>12.0.0</string> | ||
<key>com.apple.kpi.dsep</key> | ||
<string>12.0.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>12.0.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>12.0.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>12.0.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>12.0.0</string> | ||
</dict> | ||
<key>OSBundleRequired</key> | ||
<string>Network-Root</string> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+51.1 KB
EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+160 Bytes
(100%)
EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC
100755 → 100644
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Other/BrcmBluetoothInjector.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/MacOS/BrcmFirmwareRepo
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1447_v5543.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1449_v5545.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1450_v5546.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1460_v5556.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1461_v5557.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1462_v5558.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1463_v5559.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1465_v5561.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1466_v5562.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1467_v5563.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1468_v5564.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1469_v5565.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1477_v5573.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1478_v5574.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1479_v5575.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1480_v5576.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1481_v5577.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1482_v5578.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1483_v5579.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1484_v5580.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1485_v5581.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1486_v5582.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1487_v5583.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1488_v5584.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1489_v5585.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1490_v5586.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1492_v5588.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1493_v5589.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1494_v5590.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1499_v5595.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1501_v5597.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1502_v5598.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1521_v5617.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1532_v5628.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1572_v5668.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1714_v5810.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1483.1651_v5747.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1757_v5853.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1758_v5854.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1759_v5855.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1760_v5856.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1761_v5857.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1762_v5858.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1763_v5859.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1764_v5860.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1765_v5861.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1766_v5862.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1767_v5863.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1768_v5864.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1769_v5865.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1770_v5866.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1780_v5876.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1786_v5882.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0414_v4510.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0422_v4518.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0473_v4569.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0481_v4577.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0312_v4408.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0316_v4412.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0327_v4423.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0328_v4424.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0329_v4425.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0330_v4426.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0331_v4427.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0332_v4428.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0333_v4429.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0334_v4430.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0335_v4431.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0336_v4432.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0339_v4435.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0340_v4436.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0341_v4437.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0346_v4442.zhx
100755 → 100644
Empty file.
Empty file modified
0
...Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0347_v4443.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0104_v4200.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0105_v4201.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0108_v4204.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0115_v4211.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0121_v4217.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0120.2118_v6214.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0145.2724_v6820.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0222.4689_v8785.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0116_v4212.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0117_v4213.zhx
100755 → 100644
Empty file.
Empty file modified
0
.../Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0118_v4214.zhx
100755 → 100644
Empty file.
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/BrcmPatchRAM3.kext/Contents/MacOS/BrcmPatchRAM3
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/EFICheckDisabler.kext/Contents/Info.plist
100755 → 100644
Empty file.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
113 changes: 0 additions & 113 deletions
113
EFI/CLOVER/kexts/Other/FakePCIID_Broadcom_WiFi.kext/Contents/Info.plist
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/FakeSMC.kext/Contents/PlugIns/ACPISensors.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
...VER/kexts/Other/FakeSMC.kext/Contents/PlugIns/ACPISensors.kext/Contents/MacOS/ACPISensors
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/FakeSMC.kext/Contents/PlugIns/CPUSensors.kext/Contents/Info.plist
100755 → 100644
Empty file.
Empty file modified
0
...LOVER/kexts/Other/FakeSMC.kext/Contents/PlugIns/CPUSensors.kext/Contents/MacOS/CPUSensors
100755 → 100644
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file modified
0
EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext/Contents/MacOS/IntelMausiEthernet
100755 → 100644
Empty file.
Empty file modified
0
EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext/Contents/_CodeSignature/CodeResources
100755 → 100644
Empty file.
Binary file modified
BIN
+0 Bytes
(100%)
EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu
100755 → 100644
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Other/USBInjectAll.kext/Contents/MacOS/USBInjectAll
100755 → 100644
Empty file.
Binary file modified
BIN
+0 Bytes
(100%)
EFI/CLOVER/kexts/Other/VoodooInput.kext/Contents/MacOS/VoodooInput
100755 → 100644
Binary file not shown.
Empty file modified
0
EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller
100755 → 100644
Empty file.
Empty file modified
0
...2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard
100755 → 100644
Empty file.
Empty file modified
0
...odooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse
100755 → 100644
Empty file.
Empty file modified
0
...2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad
100755 → 100644
Empty file.
Binary file modified
BIN
-48 Bytes
(100%)
EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen
100755 → 100644
Binary file not shown.
Binary file removed
BIN
-145 KB
EFI/CLOVER/kexts/Other/X86PlatformPluginInjector.kext/Contents/MacOS/X86PlatformPlugin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
EFI/CLOVER/kexts/Other/X86PlatformPluginInjector.kext/Contents/MacOS/X86PlatformPlugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/X86PlatformPlugin.kext/Contents/MacOS/X86PlatformPlugin |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Empty file modified
0
Utilities/Create_AppleBacklightInjector_kext/generateInjector.bash
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.