└── dell-vostro-5370 ├── EFI ├── CLOVER │ ├── kexts │ │ ├── Other │ │ │ ├── VoodooHDA.kext │ │ │ │ └── Contents │ │ │ │ │ ├── PkgInfo │ │ │ │ │ ├── MacOS │ │ │ │ │ └── VoodooHDA │ │ │ │ │ ├── Resources │ │ │ │ │ ├── English.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── version.plist │ │ │ │ │ └── Info.plist │ │ │ ├── .DS_Store │ │ │ ├── Lilu.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── Lilu │ │ │ │ │ └── Info.plist │ │ │ ├── FakeSMC.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── FakeSMC │ │ │ │ │ └── Info.plist │ │ │ ├── AppleALC.kext │ │ │ │ └── Contents │ │ │ │ │ └── MacOS │ │ │ │ │ └── AppleALC │ │ │ ├── CPUSensors.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── CPUSensors │ │ │ │ │ └── Info.plist │ │ │ ├── FakePCIID.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── FakePCIID │ │ │ │ │ └── Info.plist │ │ │ ├── USBInjectAll.kext │ │ │ │ └── Contents │ │ │ │ │ └── MacOS │ │ │ │ │ └── USBInjectAll │ │ │ ├── BrcmPatchRAM2.kext │ │ │ │ └── Contents │ │ │ │ │ └── MacOS │ │ │ │ │ └── BrcmPatchRAM2 │ │ │ ├── PropertyInjector.kext │ │ │ │ └── Contents │ │ │ │ │ ├── Resources │ │ │ │ │ ├── Install │ │ │ │ │ ├── VegaInfo.plist │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── MacOS │ │ │ │ │ └── PropertyInjector │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── WhateverGreen.kext │ │ │ │ └── Contents │ │ │ │ │ └── MacOS │ │ │ │ │ └── WhateverGreen │ │ │ ├── CodecCommander.kext │ │ │ │ └── Contents │ │ │ │ │ └── MacOS │ │ │ │ │ └── CodecCommander │ │ │ ├── FakeSMC_ACPISensors.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── ACPISensors │ │ │ │ │ └── Info.plist │ │ │ ├── FakeSMC_CPUSensors.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── CPUSensors │ │ │ │ │ └── Info.plist │ │ │ ├── RealtekRTL8100.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── RealtekRTL8100 │ │ │ │ │ ├── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── Info.plist │ │ │ ├── RealtekRTL8111.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── RealtekRTL8111 │ │ │ │ │ ├── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── Info.plist │ │ │ ├── AirportBrcmFixup.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── AirportBrcmFixup │ │ │ │ │ └── Info.plist │ │ │ ├── BrcmFirmwareRepo.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── BrcmFirmwareRepo │ │ │ │ │ ├── Resources │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1447_v5543.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1449_v5545.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1450_v5546.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1460_v5556.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1461_v5557.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1462_v5558.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1463_v5559.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1465_v5561.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1466_v5562.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1467_v5563.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1468_v5564.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1469_v5565.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1477_v5573.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1478_v5574.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1479_v5575.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1480_v5576.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1481_v5577.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1482_v5578.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1483_v5579.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1484_v5580.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1485_v5581.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1486_v5582.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1487_v5583.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1488_v5584.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1489_v5585.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1490_v5586.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1492_v5588.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1493_v5589.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1494_v5590.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1499_v5595.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1501_v5597.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1502_v5598.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1521_v5617.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1532_v5628.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1572_v5668.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1443.1714_v5810.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1483.1651_v5747.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1757_v5853.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1758_v5854.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1759_v5855.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1760_v5856.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1761_v5857.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1762_v5858.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1763_v5859.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1764_v5860.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1765_v5861.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1766_v5862.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1767_v5863.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1768_v5864.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1769_v5865.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1770_v5866.zhx │ │ │ │ │ ├── BCM20702A1_001.002.014.1502.1780_v5876.zhx │ │ │ │ │ ├── BCM20703A1_001.001.005.0214.0414_v4510.zhx │ │ │ │ │ ├── BCM20703A1_001.001.005.0214.0422_v4518.zhx │ │ │ │ │ ├── BCM20703A1_001.001.005.0214.0473_v4569.zhx │ │ │ │ │ ├── BCM20703A1_001.001.005.0214.0481_v4577.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0312_v4408.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0316_v4412.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0327_v4423.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0328_v4424.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0329_v4425.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0330_v4426.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0331_v4427.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0332_v4428.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0333_v4429.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0334_v4430.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0335_v4431.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0336_v4432.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0339_v4435.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0340_v4436.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0341_v4437.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0346_v4442.zhx │ │ │ │ │ ├── BCM43142A0_001.001.011.0311.0347_v4443.zhx │ │ │ │ │ ├── BCM4335C0_003.001.009.0066.0104_v4200.zhx │ │ │ │ │ ├── BCM4335C0_003.001.009.0066.0105_v4201.zhx │ │ │ │ │ ├── BCM4335C0_003.001.009.0066.0108_v4204.zhx │ │ │ │ │ ├── BCM4335C0_003.001.009.0066.0115_v4211.zhx │ │ │ │ │ ├── BCM4335C0_003.001.009.0066.0121_v4217.zhx │ │ │ │ │ ├── BCM4350C5_003.006.007.0095.1703_v5799.zhx │ │ │ │ │ ├── BCM4350C5_003.006.007.0120.2118_v6214.zhx │ │ │ │ │ ├── BCM4350C5_003.006.007.0145.2724_v6820.zhx │ │ │ │ │ ├── BCM4371C2_001.003.015.0093.0116_v4212.zhx │ │ │ │ │ ├── BCM4371C2_001.003.015.0093.0117_v4213.zhx │ │ │ │ │ └── BCM4371C2_001.003.015.0093.0118_v4214.zhx │ │ │ │ │ └── Info.plist │ │ │ ├── ACPIBatteryManager.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── ACPIBatteryManager │ │ │ │ │ └── Info.plist │ │ │ ├── AtherosL1cEthernet.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── AtherosL1cEthernet │ │ │ │ │ └── Info.plist │ │ │ ├── IntelMausiEthernet.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── IntelMausiEthernet │ │ │ │ │ └── Info.plist │ │ │ ├── AtherosE2200Ethernet.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── AtherosE2200Ethernet │ │ │ │ │ ├── Resources │ │ │ │ │ └── en.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── Info.plist │ │ │ ├── VoodooPS2Controller.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── VoodooPS2Controller │ │ │ │ │ ├── PlugIns │ │ │ │ │ ├── VoodooPS2Mouse.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ ├── MacOS │ │ │ │ │ │ │ └── VoodooPS2Mouse │ │ │ │ │ │ │ └── Info.plist │ │ │ │ │ ├── VoodooPS2Keyboard.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ │ └── VoodooPS2Keyboard │ │ │ │ │ └── VoodooPS2Trackpad.kext │ │ │ │ │ │ └── Contents │ │ │ │ │ │ └── MacOS │ │ │ │ │ │ └── VoodooPS2Trackpad │ │ │ │ │ └── Info.plist │ │ │ ├── NullCPUPowerManagement.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── NullCPUPowerManagement │ │ │ │ │ ├── Resources │ │ │ │ │ └── English.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ └── Info.plist │ │ │ ├── SmallTree-Intel-211-AT-PCIe-GBE.kext │ │ │ │ └── Contents │ │ │ │ │ ├── MacOS │ │ │ │ │ └── SmallTreeIntel82576 │ │ │ │ │ ├── Resources │ │ │ │ │ └── English.lproj │ │ │ │ │ │ └── InfoPlist.strings │ │ │ │ │ ├── Info.plist │ │ │ │ │ └── _CodeSignature │ │ │ │ │ └── CodeResources │ │ │ ├── SATA-100-series-unsupported.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ ├── FakePCIID_AR9280_as_AR946x.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ ├── AHCI_Intel_Generic_SATA.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ ├── FakePCIID_Broadcom_WiFi.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ ├── FakePCIID_BCM57XX_as_BCM57765.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ ├── FakePCIID_Intel_HD_Graphics.kext │ │ │ │ └── Contents │ │ │ │ │ └── Info.plist │ │ │ └── AHCI_3rdParty_eSATA.kext │ │ │ │ └── Contents │ │ │ │ └── Info.plist │ │ └── .DS_Store │ ├── .DS_Store │ ├── CLOVERX64.efi │ ├── doc │ │ ├── bcfg.txt │ │ ├── boot1f32-install.sh │ │ ├── HowToInstallOSX.txt │ │ └── HowToFixDsdt.txt │ ├── ACPI │ │ └── .DS_Store │ ├── themes │ │ ├── .DS_Store │ │ └── black_green │ │ │ ├── .DS_Store │ │ │ ├── badge.png │ │ │ ├── fonts.png │ │ │ ├── sound.wav │ │ │ ├── background.png │ │ │ ├── screenshot.png │ │ │ ├── icons │ │ │ ├── os_xp.icns │ │ │ ├── cd_bsd.icns │ │ │ ├── cd_lin.icns │ │ │ ├── cd_mac.icns │ │ │ ├── cd_win.icns │ │ │ ├── func_help.png │ │ │ ├── os_leo.icns │ │ │ ├── os_linux.icns │ │ │ ├── os_lion.icns │ │ │ ├── os_mac.icns │ │ │ ├── os_mav.icns │ │ │ ├── os_snow.icns │ │ │ ├── os_tiger.icns │ │ │ ├── os_vista.icns │ │ │ ├── os_win.icns │ │ │ ├── os_win7.icns │ │ │ ├── os_win8.icns │ │ │ ├── os_yos.icns │ │ │ ├── pointer.icns │ │ │ ├── pointer.png │ │ │ ├── func_about.png │ │ │ ├── func_clover.png │ │ │ ├── func_reset.png │ │ │ ├── os_clover.icns │ │ │ ├── os_cougar.icns │ │ │ ├── os_freebsd.icns │ │ │ ├── os_legacy.icns │ │ │ ├── os_unknow.icns │ │ │ ├── tool_shell.icns │ │ │ ├── tool_shell.png │ │ │ ├── vol_clover.icns │ │ │ ├── func_options.png │ │ │ ├── func_shutdown.png │ │ │ ├── os_recovery.icns │ │ │ ├── vol_external.icns │ │ │ ├── vol_firewire.icns │ │ │ ├── vol_internal.icns │ │ │ ├── vol_optical.icns │ │ │ ├── vol_recovery.icns │ │ │ ├── os_unknow.icns.bak.icns │ │ │ ├── vol_internal_ext3.icns │ │ │ ├── vol_internal_hfs.icns │ │ │ └── vol_internal_ntfs.icns │ │ │ ├── selection_big.png │ │ │ ├── selection_small.png │ │ │ └── theme.plist │ ├── tools │ │ ├── Shell32.efi │ │ ├── Shell64.efi │ │ ├── Shell64U.efi │ │ ├── bdmesg.efi │ │ └── Shell.inf │ ├── drivers64UEFI │ │ ├── .DS_Store │ │ ├── VBoxHfs-64.efi │ │ ├── FSInject-64.efi │ │ ├── PartitionDxe-64.efi │ │ ├── AptioMemoryFix-64.efi │ │ ├── ApfsDriverLoader-64.efi │ │ ├── OsxAptioFixDrv-64.efi删除我 │ │ ├── OsxAptioFix2Drv-64.efi删除我 │ │ ├── OsxAptioFix3Drv-64.efi删除我 │ │ ├── OsxAptioFix2Drv-free2000.efi删除我 │ │ └── EmuVariableUefi-64.efi六代以上平台不能正常驱动N卡删除后缀 │ └── config.plist ├── .DS_Store └── BOOT │ └── BOOTX64.efi ├── .DS_Store └── README.md /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | KEXT???? -------------------------------------------------------------------------------- /dell-vostro-5370/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/BOOT/BOOTX64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/BOOT/BOOTX64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/CLOVERX64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/CLOVERX64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/doc/bcfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/doc/bcfg.txt -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/ACPI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/ACPI/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/tools/Shell32.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/tools/Shell32.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/tools/Shell64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/tools/Shell64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/tools/Shell64U.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/tools/Shell64U.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/tools/bdmesg.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/tools/bdmesg.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/VBoxHfs-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/VBoxHfs-64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/.DS_Store -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/badge.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/fonts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/fonts.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/sound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/sound.wav -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/FSInject-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/FSInject-64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/PartitionDxe-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/PartitionDxe-64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/background.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/screenshot.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/AptioMemoryFix-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/AptioMemoryFix-64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_xp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_xp.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/ApfsDriverLoader-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/ApfsDriverLoader-64.efi -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFixDrv-64.efi删除我: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFixDrv-64.efi删除我 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_bsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_bsd.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_lin.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_lin.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_mac.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/cd_win.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_help.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_leo.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_leo.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_linux.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_linux.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_lion.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_lion.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_mac.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_mac.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_mav.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_mav.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_snow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_snow.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_tiger.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_tiger.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_vista.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_vista.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win7.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win7.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win8.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_win8.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_yos.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_yos.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/pointer.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/pointer.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/pointer.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/selection_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/selection_big.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/selection_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/selection_small.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix2Drv-64.efi删除我: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix2Drv-64.efi删除我 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix3Drv-64.efi删除我: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix3Drv-64.efi删除我 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_about.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_clover.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_reset.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_clover.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_cougar.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_cougar.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_freebsd.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_freebsd.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_legacy.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_legacy.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_unknow.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_unknow.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/tool_shell.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/tool_shell.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/tool_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/tool_shell.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_clover.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_clover.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/MacOS/Lilu -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_options.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/func_shutdown.png -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_recovery.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_external.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_external.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_firewire.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_firewire.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_optical.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_optical.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_recovery.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_recovery.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix2Drv-free2000.efi删除我: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/OsxAptioFix2Drv-free2000.efi删除我 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC.kext/Contents/MacOS/FakeSMC -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_unknow.icns.bak.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/os_unknow.icns.bak.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_ext3.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_ext3.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_hfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_hfs.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_ntfs.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/themes/black_green/icons/vol_internal_ntfs.icns -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/AppleALC.kext/Contents/MacOS/AppleALC -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/CPUSensors.kext/Contents/MacOS/CPUSensors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/CPUSensors.kext/Contents/MacOS/CPUSensors -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/MacOS/FakePCIID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/MacOS/FakePCIID -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/MacOS/VoodooHDA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/MacOS/VoodooHDA -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/drivers64UEFI/EmuVariableUefi-64.efi六代以上平台不能正常驱动N卡删除后缀: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/drivers64UEFI/EmuVariableUefi-64.efi六代以上平台不能正常驱动N卡删除后缀 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/USBInjectAll.kext/Contents/MacOS/USBInjectAll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/USBInjectAll.kext/Contents/MacOS/USBInjectAll -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmPatchRAM2.kext/Contents/MacOS/BrcmPatchRAM2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmPatchRAM2.kext/Contents/MacOS/BrcmPatchRAM2 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/Resources/Install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/Resources/Install -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/WhateverGreen.kext/Contents/MacOS/WhateverGreen -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/CodecCommander.kext/Contents/MacOS/CodecCommander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/CodecCommander.kext/Contents/MacOS/CodecCommander -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_ACPISensors.kext/Contents/MacOS/ACPISensors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_ACPISensors.kext/Contents/MacOS/ACPISensors -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_CPUSensors.kext/Contents/MacOS/CPUSensors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_CPUSensors.kext/Contents/MacOS/CPUSensors -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8100.kext/Contents/MacOS/RealtekRTL8100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8100.kext/Contents/MacOS/RealtekRTL8100 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext/Contents/MacOS/RealtekRTL8111 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/MacOS/AirportBrcmFixup -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/MacOS/BrcmFirmwareRepo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/MacOS/BrcmFirmwareRepo -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/MacOS/PropertyInjector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/MacOS/PropertyInjector -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/MacOS/ACPIBatteryManager -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosL1cEthernet.kext/Contents/MacOS/AtherosL1cEthernet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosL1cEthernet.kext/Contents/MacOS/AtherosL1cEthernet -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext/Contents/MacOS/IntelMausiEthernet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext/Contents/MacOS/IntelMausiEthernet -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/MacOS/AtherosE2200Ethernet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/MacOS/AtherosE2200Ethernet -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/MacOS/VoodooPS2Controller -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/NullCPUPowerManagement.kext/Contents/MacOS/NullCPUPowerManagement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/NullCPUPowerManagement.kext/Contents/MacOS/NullCPUPowerManagement -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8100.kext/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8100.kext/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/Resources/en.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/MacOS/SmallTreeIntel82576: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/MacOS/SmallTreeIntel82576 -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/NullCPUPowerManagement.kext/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/NullCPUPowerManagement.kext/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1447_v5543.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1447_v5543.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1449_v5545.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1449_v5545.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1450_v5546.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1450_v5546.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1460_v5556.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1460_v5556.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1461_v5557.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1461_v5557.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1462_v5558.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1462_v5558.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1463_v5559.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1463_v5559.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1465_v5561.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1465_v5561.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1466_v5562.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1466_v5562.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1467_v5563.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1467_v5563.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1468_v5564.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1468_v5564.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1469_v5565.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1469_v5565.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1477_v5573.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1477_v5573.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1478_v5574.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1478_v5574.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1479_v5575.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1479_v5575.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1480_v5576.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1480_v5576.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1481_v5577.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1481_v5577.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1482_v5578.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1482_v5578.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1483_v5579.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1483_v5579.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1484_v5580.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1484_v5580.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1485_v5581.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1485_v5581.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1486_v5582.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1486_v5582.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1487_v5583.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1487_v5583.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1488_v5584.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1488_v5584.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1489_v5585.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1489_v5585.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1490_v5586.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1490_v5586.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1492_v5588.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1492_v5588.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1493_v5589.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1493_v5589.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1494_v5590.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1494_v5590.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1499_v5595.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1499_v5595.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1501_v5597.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1501_v5597.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1502_v5598.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1502_v5598.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1521_v5617.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1521_v5617.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1532_v5628.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1532_v5628.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1572_v5668.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1572_v5668.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1714_v5810.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1443.1714_v5810.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1483.1651_v5747.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1483.1651_v5747.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1757_v5853.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1757_v5853.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1758_v5854.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1758_v5854.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1759_v5855.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1759_v5855.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1760_v5856.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1760_v5856.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1761_v5857.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1761_v5857.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1762_v5858.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1762_v5858.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1763_v5859.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1763_v5859.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1764_v5860.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1764_v5860.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1765_v5861.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1765_v5861.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1766_v5862.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1766_v5862.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1767_v5863.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1767_v5863.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1768_v5864.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1768_v5864.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1769_v5865.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1769_v5865.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1770_v5866.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1770_v5866.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1780_v5876.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20702A1_001.002.014.1502.1780_v5876.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0414_v4510.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0414_v4510.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0422_v4518.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0422_v4518.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0473_v4569.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0473_v4569.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0481_v4577.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM20703A1_001.001.005.0214.0481_v4577.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0312_v4408.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0312_v4408.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0316_v4412.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0316_v4412.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0327_v4423.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0327_v4423.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0328_v4424.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0328_v4424.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0329_v4425.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0329_v4425.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0330_v4426.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0330_v4426.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0331_v4427.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0331_v4427.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0332_v4428.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0332_v4428.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0333_v4429.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0333_v4429.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0334_v4430.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0334_v4430.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0335_v4431.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0335_v4431.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0336_v4432.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0336_v4432.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0339_v4435.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0339_v4435.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0340_v4436.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0340_v4436.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0341_v4437.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0341_v4437.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0346_v4442.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0346_v4442.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0347_v4443.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM43142A0_001.001.011.0311.0347_v4443.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0104_v4200.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0104_v4200.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0105_v4201.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0105_v4201.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0108_v4204.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0108_v4204.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0115_v4211.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0115_v4211.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0121_v4217.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4335C0_003.001.009.0066.0121_v4217.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0095.1703_v5799.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0095.1703_v5799.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0120.2118_v6214.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0120.2118_v6214.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0145.2724_v6820.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4350C5_003.006.007.0145.2724_v6820.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0116_v4212.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0116_v4212.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0117_v4213.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0117_v4213.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0118_v4214.zhx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Resources/BCM4371C2_001.003.015.0093.0118_v4214.zhx -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/Resources/English.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/Resources/English.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/MacOS/VoodooPS2Mouse -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/MacOS/VoodooPS2Keyboard -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hellmonky/Hackintosh/HEAD/dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Trackpad.kext/Contents/MacOS/VoodooPS2Trackpad -------------------------------------------------------------------------------- /dell-vostro-5370/README.md: -------------------------------------------------------------------------------- 1 | # Dell Vostro 5370 2 | change intel wifi to Broadcom BCM94352z 3 | 4 | because of 10.14.5 upgrade as announced in [macOS Mojave 10.14.5 Release Notes](https://developer.apple.com/documentation/macos_release_notes/macos_mojave_10_14_5_release_notes) 5 | 6 | **Kernel extensions signed after April 7, 2019 must be notarized in order to load on macOS 10.14.5. (50016570)** 7 | 8 | the driver just for 10.14.4 version, enjoy :) 9 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/Resources/version.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildVersion 6 | 1 7 | CFBundleShortVersionString 8 | 2.8.9 9 | CFBundleVersion 10 | 2.8.9 11 | ProjectName 12 | VoodooHDA 13 | SourceVersion 14 | 0280900 15 | 16 | 17 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/doc/boot1f32-install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # boot1f32-install.sh 4 | # 5 | # Created by mackerintel on 2/2/09. 6 | # Copyright 2009 mackerintel. All rights reserved. 7 | 8 | if [[ x$1 == x ]]; then 9 | echo Usage: $0 disknumber; 10 | exit 0; 11 | fi 12 | 13 | if [[ `dd if=/dev/disk${1}s1 count=8 bs=1 skip=82 | uuencode -m -|head -n 2|tail -n 1` != "RkFUMzIgICA=" ]]; then 14 | echo "/dev/disk${1}s1" "isn't" a FAT32 partition; 15 | exit 1; 16 | fi 17 | 18 | if [ ! -f boot1f32 ]; then 19 | echo "boot1f32 not found"; 20 | exit 1; 21 | fi 22 | 23 | dd if=/dev/disk${1}s1 count=1 bs=512 of=/tmp/origbs 24 | cp boot1f32 /tmp/newbs 25 | dd if=/tmp/origbs of=/tmp/newbs skip=3 seek=3 bs=1 count=87 conv=notrunc 26 | dd of=/dev/disk${1}s1 count=1 bs=512 if=/tmp/newbs 27 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/tools/Shell.inf: -------------------------------------------------------------------------------- 1 | ## @file 2 | # Component description file for EFI Shell module. 3 | # 4 | # This is a binary module containing multiple binary shell applications. 5 | # All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application 6 | # file, and they are can be run in shell environment. 7 | # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
8 | # 9 | # This program and the accompanying materials 10 | # are licensed and made available under the terms and conditions of the BSD License 11 | # which accompanies this distribution. The full text of the license may be found at 12 | # http://opensource.org/licenses/bsd-license.php 13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15 | # 16 | # 17 | ## 18 | 19 | [Defines] 20 | INF_VERSION = 0x00010005 21 | BASE_NAME = Shell_Full 22 | FILE_GUID = c57ad6b8-0515-40a8-9d21-551652854e37 23 | MODULE_TYPE = UEFI_APPLICATION 24 | VERSION_STRING = 1.1 25 | 26 | # 27 | # The following information is for reference only and not required by the build tools. 28 | # 29 | # VALID_ARCHITECTURES = IA32 X64 30 | # 31 | 32 | [Binaries.Ia32] 33 | PE32|Shell32.efi|* 34 | 35 | [Binaries.X64] 36 | PE32|Shell64U.efi|* 37 | 38 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/SATA-100-series-unsupported.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleGetInfoString 6 | Version 0.5.1, Copyright 2016, RehabMan (GPLv2) 7 | CFBundleIdentifier 8 | org.rehabman.injector.SATA-100-series-unsupported 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | SATA-100-series-unsupported 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 0.5.1 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 0.5.1 21 | IOKitPersonalities 22 | 23 | Intel10SeriesAHCI-unsupported 24 | 25 | CFBundleIdentifier 26 | com.apple.driver.AppleAHCIPort 27 | Chipset Name 28 | 10 Series Chipset 29 | IOClass 30 | AppleIntelPchSeriesAHCI 31 | IONameMatch 32 | 33 | pci8086,a103 34 | pci8086,9d03 35 | 36 | IOProbeScore 37 | 2000 38 | IOProviderClass 39 | IOPCIDevice 40 | Vendor Name 41 | Intel 42 | 43 | 44 | OSBundleRequired 45 | Local-Root 46 | 47 | 48 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/themes/black_green/theme.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Author 6 | Eval 7 | Description 8 | Clover Bootloader Theme. 9 | Theme 10 | 11 | Background 12 | 13 | Path 14 | background.png 15 | Type 16 | Crop 17 | Sharp 18 | 0xFF 19 | 20 | Badges 21 | 22 | Inline 23 | 24 | Show 25 | 26 | Swap 27 | 28 | 29 | Banner 30 | badge.png 31 | Font 32 | 33 | CharWidth 34 | 10 35 | Path 36 | fonts.png 37 | Type 38 | Load 39 | 40 | Selection 41 | 42 | Big 43 | selection_big.png 44 | OnTop 45 | 46 | Color 47 | 0xFFFFFF80 48 | Small 49 | selection_small.png 50 | 51 | Components 52 | 53 | Banner 54 | 55 | Functions 56 | 57 | Label 58 | 59 | Revision 60 | 61 | MenuTitle 62 | 63 | 64 | 65 | Year 66 | 2018 67 | 68 | 69 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/NullCPUPowerManagement.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleExecutable 8 | NullCPUPowerManagement 9 | CFBundleIdentifier 10 | org.tgwbd.driver.NullCPUPowerManagement 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | NullCPUPowerManagement 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 1.0.0d2 21 | IOKitPersonalities 22 | 23 | IntelCPUPowerManagement 24 | 25 | CFBundleIdentifier 26 | org.tgwbd.driver.NullCPUPowerManagement 27 | IOClass 28 | NullCPUPowerManagement 29 | IOMatchCategory 30 | AppleIntelCPUPowerManagement 31 | IOProbeScore 32 | 100 33 | IOProviderClass 34 | IOResources 35 | IOResourceMatch 36 | IOKit 37 | 38 | 39 | OSBundleLibraries 40 | 41 | com.apple.kpi.iokit 42 | 8.0.0 43 | com.apple.kpi.libkern 44 | 8.0.0 45 | com.apple.kpi.unsupported 46 | 8.0.0 47 | 48 | OSBundleRequired 49 | Root 50 | 51 | 52 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/doc/HowToInstallOSX.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | ========================================================================================================================== 4 | 5 | How to install InstallESD.dmg to GPT with 10.7.x and 10.8.x. (since rev. 480) 6 | ---------------------------------------------------------------- 7 | 8 | 9 | First, you need to Restore InstallESD.dmg to disk by using Disk Utility. 10 | 11 | Then, follow the stage 1 and stage 2 to install 10.7.x or 10.8.x to GPT, and auto-create the Recovery HD used for iCloud. 12 | 13 | 14 | Stage 1 15 | --------- 16 | 17 | 1.Remove kernelcache in InstallESD.dmg/Library/Preferences/SystemConfiguration/com.apple.Boot.plist. 18 | Kernel Cache remove this line. 19 | xxxxxxxxxxxxx remove this line. 20 | 21 | 2.Copy BaseSystem.dmg/System/Library/Extensions to partition of InstallESD.dmg and add other kexts (FakeSMC.kext). 22 | 23 | 3.Clover select to "Boot Mac OS X with extra kexts (skips cache)", and follow the installation with restart first time. 24 | 25 | 26 | Stage 2 27 | --------- 28 | 29 | 1.Remove kernelcache in target partition's /OS X Install Data/com.apple.Boot.plist. 30 | Kernel Cache remove this line. 31 | xxxxxxxxxxxxx remove this line. 32 | ( 10.7.x is /Mac OS X Install Data/com.apple.Boot.plist ) 33 | 34 | 2.Copy InstallESD.dmg/System/Library/CoreServices and /mach_kernel to target partition's / . 35 | 36 | 3.Copy BaseSystem.dmg/System/Library/Extensions to target partition's / and add other kexts (FakeSMC.kext). 37 | 38 | 4.Boot to "OS X Install" with "Boot Mac OS X with extra kexts (skips cache)" and finish the installation. 39 | (10.7.x is "Mac OS X Install") 40 | 41 | ========================================================================================================================== 42 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | FakePCIID 11 | CFBundleIdentifier 12 | org.rehabman.driver.FakePCIID 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | FakePCIID 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.15 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.15 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 10M2518 37 | DTSDKName 38 | macosx10.6 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | OSBundleCompatibleVersion 44 | 1.3.15 45 | OSBundleLibraries 46 | 47 | com.apple.iokit.IOPCIFamily 48 | 1.0.0b1 49 | com.apple.kpi.bsd 50 | 8.0.0 51 | com.apple.kpi.iokit 52 | 8.0.0 53 | com.apple.kpi.libkern 54 | 8.0.0 55 | com.apple.kpi.mach 56 | 8.0.0 57 | com.apple.kpi.unsupported 58 | 8.0.0 59 | 60 | OSBundleRequired 61 | Root 62 | Source Code 63 | https://github.com/RehabMan/FakePCIID 64 | 65 | 66 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/BrcmFirmwareRepo.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 15F34 7 | CFBundleExecutable 8 | BrcmFirmwareRepo 9 | CFBundleIdentifier 10 | com.no-one.BrcmFirmwareStore 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | BrcmFirmwareRepo 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 2.2.7 19 | CFBundleSignature 20 | ???? 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 2.2.7 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 7D175 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 10M2518 35 | DTSDKName 36 | macosx10.6 37 | DTXcode 38 | 0730 39 | DTXcodeBuild 40 | 7D175 41 | IOKitPersonalities 42 | 43 | BrcmFirmwareStore 44 | 45 | CFBundleIdentifier 46 | com.no-one.BrcmFirmwareStore 47 | IOClass 48 | BrcmFirmwareStore 49 | IOMatchCategory 50 | BrcmFirmwareStore 51 | IOProviderClass 52 | disabled_IOResources 53 | 54 | 55 | OSBundleCompatibleVersion 56 | 2.2.7 57 | OSBundleLibraries 58 | 59 | com.apple.kpi.iokit 60 | 9.0 61 | com.apple.kpi.libkern 62 | 9.0 63 | com.apple.kpi.mach 64 | 9.0 65 | 66 | Source Code 67 | https://github.com/RehabMan/BrcmPatchRAM.git 68 | 69 | 70 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 13E28 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | SmallTreeIntel82576 11 | CFBundleIdentifier 12 | com.smalltree.driver.SmallTreeIntel82576 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | SmallTreeIntel82576 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1.0.6 25 | DTCompiler 26 | com.apple.compilers.llvm.clang.1_0 27 | DTPlatformBuild 28 | 5B1008 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 13C64 33 | DTSDKName 34 | macosx10.9 35 | DTXcode 36 | 0511 37 | DTXcodeBuild 38 | 5B1008 39 | IOKitPersonalities 40 | 41 | SmallTreeIntel82576 42 | 43 | CFBundleIdentifier 44 | com.smalltree.driver.SmallTreeIntel82576 45 | IOClass 46 | SmallTreeIntel82576 47 | IOPCIPrimaryMatch 48 | 0x15218086 0x15228086 0x15398086 49 | IOPCITunnelCompatible 50 | 51 | IOProviderClass 52 | IOPCIDevice 53 | IOResourceMatch 54 | IOKit 55 | IOUserClientClass 56 | STECUserClient 57 | 58 | 59 | OSBundleLibraries 60 | 61 | com.apple.iokit.IONetworkingFamily 62 | 1.5 63 | com.apple.iokit.IOPCIFamily 64 | 1.7 65 | com.apple.kpi.bsd 66 | 8.10.0 67 | com.apple.kpi.iokit 68 | 8.10.0 69 | com.apple.kpi.libkern 70 | 8.10.0 71 | com.apple.kpi.mach 72 | 8.10.0 73 | 74 | 75 | 76 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/Lilu.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D102 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | Lilu 11 | CFBundleIdentifier 12 | as.vit9696.Lilu 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Lilu 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.3.5 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.3.5 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 17E189 37 | DTSDKName 38 | macosx10.13 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | as.vit9696.Lilu 46 | 47 | CFBundleIdentifier 48 | as.vit9696.Lilu 49 | IOClass 50 | Lilu 51 | IOMatchCategory 52 | Lilu 53 | IOProviderClass 54 | IOResources 55 | IOResourceMatch 56 | IOKit 57 | 58 | 59 | NSHumanReadableCopyright 60 | Copyright © 2016-2018 vit9696. All rights reserved. 61 | OSBundleCompatibleVersion 62 | 1.2.0 63 | OSBundleLibraries 64 | 65 | com.apple.kpi.bsd 66 | 12.0.0 67 | com.apple.kpi.dsep 68 | 12.0.0 69 | com.apple.kpi.iokit 70 | 12.0.0 71 | com.apple.kpi.libkern 72 | 12.0.0 73 | com.apple.kpi.mach 74 | 12.0.0 75 | com.apple.kpi.unsupported 76 | 12.0.0 77 | 78 | OSBundleRequired 79 | Root 80 | 81 | 82 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/doc/HowToFixDsdt.txt: -------------------------------------------------------------------------------- 1 | 2 | ========================================================================================================================== 3 | 4 | How to Fix DSDT using Clover (since rev. 479) 5 | ---------------------------------------------------------------- 6 | 7 | 8 | New setting in /EFI/config.plist: 9 | 10 | ACPI: 11 | FixDsdtMask 12 | 0xFFFF 13 | 14 | Suggest to remove /EFI/ACPI/patched/dsdt.aml if get kernel panic. 15 | All mask values are as below. Some patches need Method DTGP (0x0001) to work fine. 16 | 17 | Definition of 0x00FF: 18 | 0000 0000 0000 0001 = 0x0001 = FIX_DTGP 19 | 0000 0000 0000 0010 = 0x0002 = FIX_WARNING 20 | 0000 0000 0000 0100 = 0x0004 = FIX_SHUTDOWN 21 | 0000 0000 0000 1000 = 0x0008 = FIX_MCHC 22 | 0000 0000 0001 0000 = 0x0010 = FIX_HPET 23 | 0000 0000 0010 0000 = 0x0020 = FIX_LPC 24 | 0000 0000 0100 0000 = 0x0040 = FIX_IPIC 25 | 0000 0000 1000 0000 = 0x0080 = FIX_SBUS 26 | 27 | Definition of 0xFF00: 28 | 0000 0001 0000 0000 = 0x0100 = FIX_DISPLAY 29 | 0000 0010 0000 0000 = 0x0200 = FIX_IDE 30 | 0000 0100 0000 0000 = 0x0400 = FIX_SATA 31 | 0000 1000 0000 0000 = 0x0800 = FIX_FIREWIRE 32 | 0001 0000 0000 0000 = 0x1000 = FIX_USB 33 | 0010 0000 0000 0000 = 0x2000 = FIX_LAN 34 | 0100 0000 0000 0000 = 0x4000 = FIX_WIFI 35 | 1000 0000 0000 0000 = 0x8000 = FIX_HDA 36 | 37 | 38 | How to use dsdt fix: 39 | -------------------- 40 | 41 | 0000 0000 1111 1111 = 0x00FF = Fix all of bit(0) ~ bit(7). 42 | 1111 1111 0000 0000 = 0xFF00 = Fix all of bit(8) ~ bit(15). Need to be 0xFF01 with method DTGP first. 43 | 44 | You can fix dsdt for single function. Need method DTGP to work without dsdt.aml. 45 | 46 | 0000 0000 0000 1001 = 0x0009 = DTGP + MCHC 47 | 0000 0000 0010 0001 = 0x0021 = DTGP + LPC 48 | 0000 0000 1000 0001 = 0x0081 = DTGP + SBUS 49 | 0000 0001 0000 0001 = 0x0101 = DTGP + DISPLAY 50 | 0000 0010 0000 0001 = 0x0201 = DTGP + IDE 51 | 0000 0100 0000 0001 = 0x0401 = DTGP + SATA 52 | 0000 1000 0000 0001 = 0x0801 = DTGP + FIREWIRE 53 | 0001 0000 0000 0001 = 0x1001 = DTGP + USB 54 | 0010 0000 0000 0001 = 0x2001 = DTGP + LAN 55 | 0100 0000 0000 0001 = 0x4001 = DTGP + WIFI 56 | 1000 0000 0000 0001 = 0x8001 = DTGP + HDA 57 | 58 | Or fix dsdt for multi functions. Need method DTGP to work without dsdt.aml. 59 | 60 | 0000 0101 0000 0001 = 0x0501 = DTGP + DISPLAY + SATA 61 | 0011 0001 0000 0001 = 0x3101 = DTGP + DISPLAY + USB + LAN 62 | 1011 0101 0000 0001 = 0xB501 = DTGP + DISPLAY + SATA + USB + LAN + HDA 63 | 64 | ========================================================================================================================== 65 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID_AR9280_as_AR946x.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleIdentifier 8 | org.rehabman.injector.FakePCIID-AR9280-as-AR946x 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | FakePCIID_AR9280_as_AR946x 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 1.3.15 17 | CFBundleSupportedPlatforms 18 | 19 | MacOSX 20 | 21 | CFBundleVersion 22 | 1.3.15 23 | DTCompiler 24 | com.apple.compilers.llvm.clang.1_0 25 | DTPlatformBuild 26 | 9F2000 27 | DTPlatformVersion 28 | GM 29 | DTSDKBuild 30 | 10M2518 31 | DTSDKName 32 | macosx10.6 33 | DTXcode 34 | 0941 35 | DTXcodeBuild 36 | 9F2000 37 | IOKitPersonalities 38 | 39 | AirPort AR9280 as AR946x 40 | 41 | CFBundleIdentifier 42 | com.apple.driver.AirPort.Atheros40 43 | IOClass 44 | AirPort_AtherosNewma40 45 | IOMatchCategory 46 | IODefaultMatchCategory 47 | IONameMatch 48 | 49 | pci168c,34 50 | 51 | IOProbeScore 52 | 600 53 | IOProviderClass 54 | IOPCIDevice 55 | 56 | FakePCIID AR9280 as AR946x 57 | 58 | CFBundleIdentifier 59 | org.rehabman.driver.FakePCIID 60 | FakeProperties 61 | 62 | RM,device-id 63 | 64 | KgAAAA== 65 | 66 | RM,subsystem-id 67 | 68 | jwAAAA== 69 | 70 | RM,subsystem-vendor-id 71 | 72 | axAAAA== 73 | 74 | RM,vendor-id 75 | 76 | jBYAAA== 77 | 78 | 79 | IOClass 80 | FakePCIID 81 | IOMatchCategory 82 | FakePCIID 83 | IOPCIPrimaryMatch 84 | 0x0034168c 0x002a168c 85 | IOProviderClass 86 | IOPCIDevice 87 | 88 | 89 | OSBundleRequired 90 | Network-Root 91 | Source Code 92 | https://github.com/RehabMan/FakePCIID 93 | 94 | 95 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D29a 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | PropertyInjector 11 | CFBundleIdentifier 12 | de.Brumbaer.PropertyInjector 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | PropertyInjector 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 9C40b 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 17C76 35 | DTSDKName 36 | macosx10.13 37 | DTXcode 38 | 0920 39 | DTXcodeBuild 40 | 9C40b 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Brumbaer. All rights reserved. 43 | IOKitPersonalities 44 | 45 | UHD-620 46 | 47 | CFBundleIdentifier 48 | de.Brumbaer.PropertyInjector 49 | Delay 50 | 20 51 | IOClass 52 | PropertyInjector 53 | IOMatchCategory 54 | de.brumbaer.nvidia 55 | IOPCIPrimaryMatch 56 | 0x59168086 57 | IOProviderClass 58 | IOPCIDevice 59 | Properties 60 | 61 | AAPL,ig-platform-id 62 | AAAWWQ== 63 | hda-gfx 64 | b25ib2FyZC0xAA== 65 | AAPL,slot-name 66 | QnVpbHRJbgA= 67 | AAPL00,DualLink 68 | AQAAAA== 69 | model 70 | SW50ZWwgVUhEIEdyYXBoaWNzIDYyMAA= 71 | device_type 72 | R3JhcGhpayBDb250cm9sbGVyAA== 73 | 74 | 75 | 76 | OSBundleLibraries 77 | 78 | com.apple.kpi.bsd 79 | 15.3 80 | com.apple.kpi.iokit 81 | 15.3 82 | com.apple.kpi.libkern 83 | 15.3 84 | com.apple.kpi.mach 85 | 15.3 86 | com.apple.kpi.unsupported 87 | 15.3 88 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/CPUSensors.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17E199 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | CPUSensors 11 | CFBundleIdentifier 12 | org.hwsensors.driver.CPUSensors 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 6.26-344-g1cf53906.1787 19 | CFBundleSignature 20 | ???? 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1787 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 8E3004b 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 12D75 35 | DTSDKName 36 | macosx10.8 37 | DTXcode 38 | 0833 39 | DTXcodeBuild 40 | 8E3004b 41 | IOKitPersonalities 42 | 43 | Intel Thermal Monitor 44 | 45 | CFBundleIdentifier 46 | org.hwsensors.driver.CPUSensors 47 | IOClass 48 | CPUSensors 49 | IOMatchCategory 50 | FakeSMCPlugin 51 | IONameMatch 52 | processor 53 | IOPropertyMatch 54 | 55 | processor-index 56 | 0 57 | 58 | IOProviderClass 59 | IOACPIPlatformDevice 60 | IOResourceMatch 61 | ACPI 62 | Platform Profile 63 | 64 | Default 65 | 66 | PlatformString 67 | 68 | Tjmax 69 | 0 70 | 71 | 72 | 73 | 74 | NSHumanReadableCopyright 75 | Copyright © 2017 Natan Zalkin <natan.zalkin@me.com>. All rights reserved. 76 | OSBundleLibraries 77 | 78 | com.apple.kpi.iokit 79 | 10.6 80 | com.apple.kpi.libkern 81 | 10.6 82 | com.apple.kpi.mach 83 | 10.6 84 | com.apple.kpi.unsupported 85 | 10.6 86 | org.netkas.driver.FakeSMC 87 | 1429 88 | 89 | Source Code 90 | "https://github.com/RehabMan/OS-X-FakeSMC-kozlek.git" 91 | 92 | 93 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_CPUSensors.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | CPUSensors 11 | CFBundleIdentifier 12 | org.hwsensors.driver.CPUSensors 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 6.26-357-gceb835ea.1800 19 | CFBundleSignature 20 | ???? 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1800 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 8E3004b 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 12D75 35 | DTSDKName 36 | macosx10.8 37 | DTXcode 38 | 0833 39 | DTXcodeBuild 40 | 8E3004b 41 | IOKitPersonalities 42 | 43 | Intel Thermal Monitor 44 | 45 | CFBundleIdentifier 46 | org.hwsensors.driver.CPUSensors 47 | IOClass 48 | CPUSensors 49 | IOMatchCategory 50 | FakeSMCPlugin 51 | IONameMatch 52 | processor 53 | IOPropertyMatch 54 | 55 | processor-index 56 | 0 57 | 58 | IOProviderClass 59 | IOACPIPlatformDevice 60 | IOResourceMatch 61 | ACPI 62 | Platform Profile 63 | 64 | Default 65 | 66 | PlatformString 67 | 68 | Tjmax 69 | 0 70 | 71 | 72 | 73 | 74 | NSHumanReadableCopyright 75 | Copyright © 2017 Natan Zalkin <natan.zalkin@me.com>. All rights reserved. 76 | OSBundleLibraries 77 | 78 | com.apple.kpi.iokit 79 | 10.6 80 | com.apple.kpi.libkern 81 | 10.6 82 | com.apple.kpi.mach 83 | 10.6 84 | com.apple.kpi.unsupported 85 | 10.6 86 | org.netkas.driver.FakeSMC 87 | 1429 88 | 89 | Source Code 90 | "https://github.com/RehabMan/OS-X-FakeSMC-kozlek.git" 91 | 92 | 93 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16D32 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | AtherosE2200Ethernet 11 | CFBundleIdentifier 12 | com.insanelymac.AtherosE2200Ethernet 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AtherosE2200Ethernet 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.2.1 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.2.1 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 8C1002 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 16C58 37 | DTSDKName 38 | macosx10.12 39 | DTXcode 40 | 0821 41 | DTXcodeBuild 42 | 8C1002 43 | IOKitPersonalities 44 | 45 | AtherosE2200 46 | 47 | CFBundleIdentifier 48 | com.insanelymac.AtherosE2200Ethernet 49 | Driver_Version 50 | 2.2.1 51 | IOClass 52 | AtherosE2200 53 | IOPCIMatch 54 | 0x10901969 0x10911969 0x10A01969 0x10A11969 0xE0911969 0xE0A11969 0xE0B11969 55 | IOProbeScore 56 | 1000 57 | IOProviderClass 58 | IOPCIDevice 59 | enableCSO6 60 | 61 | enableTSO4 62 | 63 | enableTSO6 64 | 65 | maxIntrRate 66 | 6500 67 | rxPolling 68 | 69 | 70 | 71 | NSHumanReadableCopyright 72 | Copyright © 2014 Laura Müller. All rights reserved. 73 | OSBundleLibraries 74 | 75 | com.apple.iokit.IONetworkingFamily 76 | 1.5.0 77 | com.apple.iokit.IOPCIFamily 78 | 1.7 79 | com.apple.kpi.bsd 80 | 8.10.0 81 | com.apple.kpi.iokit 82 | 8.10.0 83 | com.apple.kpi.libkern 84 | 8.10.0 85 | com.apple.kpi.mach 86 | 8.10.0 87 | 88 | OSBundleRequired 89 | Network-Root 90 | 91 | 92 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/SmallTree-Intel-211-AT-PCIe-GBE.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | Resources/English.lproj/InfoPlist.strings 8 | 9 | hash 10 | 11 | MiLKDDnrUKr4EmuvhS5VQwxHGK8= 12 | 13 | optional 14 | 15 | 16 | 17 | files2 18 | 19 | Resources/English.lproj/InfoPlist.strings 20 | 21 | hash 22 | 23 | MiLKDDnrUKr4EmuvhS5VQwxHGK8= 24 | 25 | optional 26 | 27 | 28 | 29 | rules 30 | 31 | ^Resources/ 32 | 33 | ^Resources/.*\.lproj/ 34 | 35 | optional 36 | 37 | weight 38 | 1000 39 | 40 | ^Resources/.*\.lproj/locversion.plist$ 41 | 42 | omit 43 | 44 | weight 45 | 1100 46 | 47 | ^version.plist$ 48 | 49 | 50 | rules2 51 | 52 | .*\.dSYM($|/) 53 | 54 | weight 55 | 11 56 | 57 | ^(.*/)?\.DS_Store$ 58 | 59 | omit 60 | 61 | weight 62 | 2000 63 | 64 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 65 | 66 | nested 67 | 68 | weight 69 | 10 70 | 71 | ^.* 72 | 73 | ^Info\.plist$ 74 | 75 | omit 76 | 77 | weight 78 | 20 79 | 80 | ^PkgInfo$ 81 | 82 | omit 83 | 84 | weight 85 | 20 86 | 87 | ^Resources/ 88 | 89 | weight 90 | 20 91 | 92 | ^Resources/.*\.lproj/ 93 | 94 | optional 95 | 96 | weight 97 | 1000 98 | 99 | ^Resources/.*\.lproj/locversion.plist$ 100 | 101 | omit 102 | 103 | weight 104 | 1100 105 | 106 | ^[^/]+$ 107 | 108 | nested 109 | 110 | weight 111 | 10 112 | 113 | ^embedded\.provisionprofile$ 114 | 115 | weight 116 | 20 117 | 118 | ^version\.plist$ 119 | 120 | weight 121 | 20 122 | 123 | 124 | 125 | 126 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/IntelMausiEthernet.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18F131a 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | IntelMausiEthernet 11 | CFBundleIdentifier 12 | com.insanelymac.IntelMausiEthernet 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | IntelMausiEthernet 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.5.0d0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.5.0d0 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 10E1001 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 18E219 37 | DTSDKName 38 | macosx10.14 39 | DTXcode 40 | 1020 41 | DTXcodeBuild 42 | 10E1001 43 | IOKitPersonalities 44 | 45 | IntelMausi 46 | 47 | CFBundleIdentifier 48 | com.insanelymac.IntelMausiEthernet 49 | Driver_Version 50 | 2.5.0d0 51 | IOClass 52 | IntelMausi 53 | IOPCIMatch 54 | 0x10EA8086 0x10EB8086 0x10EF8086 0x10F08086 0x15028086 0x15038086 0x153A8086 0x153B8086 0x155A8086 0x15598086 0x15A08086 0x15A18086 0x15A28086 0x15A38086 0x156F8086 0x15708086 0x15B78086 0x15B88086 0x15D78086 0x15D88086 0x15E38086 0x15D68086 0x15BD8086 0x15BE8086 0x15BB8086 0x15BC8086 0x15DF8086 0x15E08086 0x15E18086 0x15E28086 55 | IOProbeScore 56 | 1000 57 | IOProviderClass 58 | IOPCIDevice 59 | enableCSO6 60 | 61 | enableTSO4 62 | 63 | enableTSO6 64 | 65 | maxIntrRate 66 | 7000 67 | 68 | 69 | NSHumanReadableCopyright 70 | Copyright © 2014 Laura Müller. All rights reserved. 71 | OSBundleLibraries 72 | 73 | com.apple.iokit.IONetworkingFamily 74 | 1.5.0 75 | com.apple.iokit.IOPCIFamily 76 | 1.7 77 | com.apple.kpi.bsd 78 | 8.10.0 79 | com.apple.kpi.iokit 80 | 8.10.0 81 | com.apple.kpi.libkern 82 | 8.10.0 83 | com.apple.kpi.mach 84 | 8.10.0 85 | 86 | OSBundleRequired 87 | Network-Root 88 | 89 | 90 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8100.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16D32 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | RealtekRTL8100 11 | CFBundleIdentifier 12 | com.insanelymac.RealtekRTL8100 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | RealtekRTL8100 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.0.0 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 8C1002 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 16C58 37 | DTSDKName 38 | macosx10.12 39 | DTXcode 40 | 0821 41 | DTXcodeBuild 42 | 8C1002 43 | IOKitPersonalities 44 | 45 | RTL8100 PCIe Adapter 46 | 47 | CFBundleIdentifier 48 | com.insanelymac.RealtekRTL8100 49 | Driver_Version 50 | 2.0.0 51 | IOClass 52 | RTL8100 53 | IOPCIMatch 54 | 0x813610ec 55 | IOProbeScore 56 | 1000 57 | IOProviderClass 58 | IOPCIDevice 59 | Model 60 | RTL8100 61 | Vendor 62 | Realtek 63 | disableASPM 64 | 65 | enableCSO6 66 | 67 | enableEEE 68 | 69 | enableTSO4 70 | 71 | enableTSO6 72 | 73 | intrMitigate 74 | 0 75 | rxPolling 76 | 77 | 78 | 79 | NSHumanReadableCopyright 80 | Copyright © 2014 Laura Müller. All rights reserved. 81 | OSBundleLibraries 82 | 83 | com.apple.iokit.IONetworkingFamily 84 | 1.5.0 85 | com.apple.iokit.IOPCIFamily 86 | 1.7 87 | com.apple.kpi.bsd 88 | 8.10.0 89 | com.apple.kpi.iokit 90 | 8.10.0 91 | com.apple.kpi.libkern 92 | 8.10.0 93 | com.apple.kpi.mach 94 | 8.10.0 95 | 96 | OSBundleRequired 97 | Network-Root 98 | 99 | 100 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/RealtekRTL8111.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 16G1114 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | RealtekRTL8111 11 | CFBundleIdentifier 12 | com.insanelymac.RealtekRTL8111 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | RealtekRTL8111 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.2.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.2.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 8E3004b 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 16E185 37 | DTSDKName 38 | macosx10.12 39 | DTXcode 40 | 0833 41 | DTXcodeBuild 42 | 8E3004b 43 | IOKitPersonalities 44 | 45 | RTL8111 PCIe Adapter 46 | 47 | CFBundleIdentifier 48 | com.insanelymac.RealtekRTL8111 49 | Driver_Version 50 | 2.2.2 51 | IOClass 52 | RTL8111 53 | IOPCIMatch 54 | 0x816810ec 0x81681186 55 | IOProbeScore 56 | 1000 57 | IOProviderClass 58 | IOPCIDevice 59 | Model 60 | RTL8111 61 | Vendor 62 | Realtek 63 | disableASPM 64 | 65 | enableCSO6 66 | 67 | enableEEE 68 | 69 | enableTSO4 70 | 71 | enableTSO6 72 | 73 | intrMitigate 74 | 53080 75 | rxPolling 76 | 77 | 78 | 79 | NSHumanReadableCopyright 80 | Copyright © 2013 Laura Müller. All rights reserved. 81 | OSBundleLibraries 82 | 83 | com.apple.iokit.IONetworkingFamily 84 | 1.5.0 85 | com.apple.iokit.IOPCIFamily 86 | 1.7 87 | com.apple.kpi.bsd 88 | 8.10.0 89 | com.apple.kpi.iokit 90 | 8.10.0 91 | com.apple.kpi.libkern 92 | 8.10.0 93 | com.apple.kpi.mach 94 | 8.10.0 95 | 96 | OSBundleRequired 97 | Network-Root 98 | 99 | 100 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AHCI_Intel_Generic_SATA.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.tonymacx86.AHCI_Intel_Generic_SATA 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | AHCI Intel Generic SATA 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 0.2 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 0.5 21 | IOKitPersonalities 22 | 23 | AppleAHCIDiskDriver 24 | 25 | CFBundleIdentifier 26 | com.apple.iokit.IOAHCIBlockStorage 27 | IOClass 28 | AppleAHCIDiskDriver 29 | IOProbeScore 30 | 1000 31 | IOProviderClass 32 | IOAHCIDevice 33 | Protocol Characteristics 34 | 35 | Physical Interconnect 36 | SATA 37 | Physical Interconnect Location 38 | Internal 39 | 40 | 41 | Intel 9 Series Chipset 42 | 43 | CFBundleIdentifier 44 | com.apple.driver.AppleAHCIPort 45 | Chipset Name 46 | 9 Series Chipset 47 | IOClass 48 | AppleAHCI 49 | IOPCIClassMatch 50 | 0x01060100&0xffffff00 51 | IOPCIPrimaryMatch 52 | 0x8c828086 0x8c838086 0x9c838086 53 | IOProbeScore 54 | 11000 55 | IOProviderClass 56 | IOPCIDevice 57 | Vendor Name 58 | Intel 59 | 60 | Intel x79 Series Chipset 61 | 62 | CFBundleIdentifier 63 | com.apple.driver.AppleAHCIPort 64 | Chipset Name 65 | C600/X79 Series Chipset 66 | IOClass 67 | AppleAHCI 68 | IOPCIClassMatch 69 | 0x01060100&0xffffff00 70 | IOPCIPrimaryMatch 71 | 0x1d028086 72 | IOProbeScore 73 | 11000 74 | IOProviderClass 75 | IOPCIDevice 76 | Vendor Name 77 | Intel 78 | 79 | Intel x99 Series Chipset 80 | 81 | CFBundleIdentifier 82 | com.apple.driver.AppleAHCIPort 83 | Chipset Name 84 | C610/X99 Series Chipset 85 | IOClass 86 | AppleAHCI 87 | IOPCIClassMatch 88 | 0x01060100&0xffffff00 89 | IOPCIPrimaryMatch 90 | 0x8d028086 0x8d628086 91 | IOProbeScore 92 | 11000 93 | IOProviderClass 94 | IOPCIDevice 95 | Vendor Name 96 | Intel 97 | 98 | 99 | NSHumanReadableCopyright 100 | MacMan @ tonymacx86.com 101 | OSBundleRequired 102 | Local-Root 103 | 104 | 105 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID_Broadcom_WiFi.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleIdentifier 8 | org.rehabman.injector.FakePCIID-Broadcom-WiFi 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | FakePCIID_Broadcom_WiFi 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 1.3.15 17 | CFBundleSupportedPlatforms 18 | 19 | MacOSX 20 | 21 | CFBundleVersion 22 | 1.3.15 23 | DTCompiler 24 | com.apple.compilers.llvm.clang.1_0 25 | DTPlatformBuild 26 | 9F2000 27 | DTPlatformVersion 28 | GM 29 | DTSDKBuild 30 | 10M2518 31 | DTSDKName 32 | macosx10.6 33 | DTXcode 34 | 0941 35 | DTXcodeBuild 36 | 9F2000 37 | IOKitPersonalities 38 | 39 | Airport_Brcm4360 40 | 41 | CFBundleIdentifier 42 | com.apple.driver.AirPort.Brcm4360 43 | IOClass 44 | AirPort_Brcm4360 45 | IOMatchCategory 46 | IODefaultMatchCategory 47 | IONameMatch 48 | 49 | pci14e4,4353 50 | pci14e4,4357 51 | pci14e4,43b1 52 | pci14e4,43b2 53 | 54 | IOProbeScore 55 | 1110 56 | IOProviderClass 57 | IOPCIDevice 58 | TruePowerOff 59 | 60 | 61 | Broadcom FakePCIID WiFi no device-id 62 | 63 | CFBundleIdentifier 64 | org.rehabman.driver.FakePCIID 65 | FakeProperties 66 | 67 | RM,subsystem-id 68 | 69 | NAEAAA== 70 | 71 | RM,subsystem-vendor-id 72 | 73 | axAAAA== 74 | 75 | 76 | IOClass 77 | FakePCIID 78 | IOMatchCategory 79 | FakePCIID 80 | IONameMatch 81 | 82 | pci14e4,4357 83 | pci14e4,43b1 84 | pci14e4,43a0 85 | pci14e4,4331 86 | pci14e4,4353 87 | pci14e4,432b 88 | pci14e4,43ba 89 | pci14e4,43a3 90 | pci106b,4e 91 | pci14e4,4311 92 | pci14e4,4312 93 | pci14e4,4313 94 | pci14e4,4318 95 | pci14e4,4319 96 | pci14e4,431a 97 | pci14e4,4320 98 | pci14e4,4324 99 | pci14e4,4325 100 | pci14e4,4328 101 | pci14e4,432c 102 | pci14e4,432d 103 | 104 | IOProviderClass 105 | IOPCIDevice 106 | 107 | 108 | OSBundleRequired 109 | Network-Root 110 | Source Code 111 | https://github.com/RehabMan/FakePCIID 112 | 113 | 114 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | files 6 | 7 | Resources/Info.plist 8 | 9 | K7Az5MS5FjgHsntjL/KLTLOGpeQ= 10 | 11 | Resources/Install 12 | 13 | 3YBqf/t01ngOmfgrQewvrextLqQ= 14 | 15 | Resources/VegaInfo.plist 16 | 17 | jxS5XEK+wYXH9m+xhDrrsl3K0RY= 18 | 19 | 20 | files2 21 | 22 | Resources/Info.plist 23 | 24 | hash 25 | 26 | K7Az5MS5FjgHsntjL/KLTLOGpeQ= 27 | 28 | hash2 29 | 30 | 0aBhS7zOqjLXQcbMo5Zm4AZrZtCtZyIR0OqXi98wj2w= 31 | 32 | 33 | Resources/Install 34 | 35 | hash 36 | 37 | 3YBqf/t01ngOmfgrQewvrextLqQ= 38 | 39 | hash2 40 | 41 | +jRab1ai3HP/VWV/eMiGToAxwBpthurLBKmnzA9KJp0= 42 | 43 | 44 | Resources/VegaInfo.plist 45 | 46 | hash 47 | 48 | jxS5XEK+wYXH9m+xhDrrsl3K0RY= 49 | 50 | hash2 51 | 52 | A09u2gWlf4ttCoWh7CrPeKizdDKBZdMNgAILxgc0a4I= 53 | 54 | 55 | 56 | rules 57 | 58 | ^Resources/ 59 | 60 | ^Resources/.*\.lproj/ 61 | 62 | optional 63 | 64 | weight 65 | 1000 66 | 67 | ^Resources/.*\.lproj/locversion.plist$ 68 | 69 | omit 70 | 71 | weight 72 | 1100 73 | 74 | ^Resources/Base\.lproj/ 75 | 76 | weight 77 | 1010 78 | 79 | ^version.plist$ 80 | 81 | 82 | rules2 83 | 84 | .*\.dSYM($|/) 85 | 86 | weight 87 | 11 88 | 89 | ^(.*/)?\.DS_Store$ 90 | 91 | omit 92 | 93 | weight 94 | 2000 95 | 96 | ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ 97 | 98 | nested 99 | 100 | weight 101 | 10 102 | 103 | ^.* 104 | 105 | ^Info\.plist$ 106 | 107 | omit 108 | 109 | weight 110 | 20 111 | 112 | ^PkgInfo$ 113 | 114 | omit 115 | 116 | weight 117 | 20 118 | 119 | ^Resources/ 120 | 121 | weight 122 | 20 123 | 124 | ^Resources/.*\.lproj/ 125 | 126 | optional 127 | 128 | weight 129 | 1000 130 | 131 | ^Resources/.*\.lproj/locversion.plist$ 132 | 133 | omit 134 | 135 | weight 136 | 1100 137 | 138 | ^Resources/Base\.lproj/ 139 | 140 | weight 141 | 1010 142 | 143 | ^[^/]+$ 144 | 145 | nested 146 | 147 | weight 148 | 10 149 | 150 | ^embedded\.provisionprofile$ 151 | 152 | weight 153 | 20 154 | 155 | ^version\.plist$ 156 | 157 | weight 158 | 20 159 | 160 | 161 | 162 | 163 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/Resources/VegaInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | $(EXECUTABLE_NAME) 9 | CFBundleIdentifier 10 | $(PRODUCT_BUNDLE_IDENTIFIER) 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | $(PRODUCT_NAME) 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleVersion 20 | 1 21 | IOKitPersonalities 22 | 23 | Vega - 2 24 | 25 | CFBundleIdentifier 26 | de.Brumbaer.PropertyInjector 27 | IOClass 28 | PropertyInjector 29 | IOPCIPrimaryMatch 30 | 0x68631002 31 | IOProviderClass 32 | AMD10000Controller 33 | Properties 34 | 35 | aty_config 36 | 37 | CFG_USE_STUTTER 38 | 39 | 40 | 41 | 42 | WLAN 43 | 44 | CFBundleIdentifier 45 | de.Brumbaer.PropertyInjector 46 | IOClass 47 | PropertyInjector 48 | IOPCIPrimaryMatch 49 | 0x43ba14e4 50 | IOProviderClass 51 | IOPCIDevice 52 | Properties 53 | 54 | model 55 | QnJvYWRjb20gQkNNNDN4eA== 56 | AAPL,slot-name 57 | TS4yKFdpRmkp 58 | name 59 | QnJvYWRjb20gQkNNNDN4eA== 60 | 61 | 62 | LAN 63 | 64 | CFBundleIdentifier 65 | de.Brumbaer.PropertyInjector 66 | IOClass 67 | PropertyInjector 68 | IOPCIPrimaryMatch 69 | 0x15b88086 70 | IOProviderClass 71 | IOPCIDevice 72 | Properties 73 | 74 | AAPL,slot-name 75 | QnVpbHQgSW4= 76 | name 77 | SW50ZWwgIEkyMTlWMg== 78 | 79 | 80 | Vega 81 | 82 | CFBundleIdentifier 83 | de.Brumbaer.PropertyInjector 84 | IOClass 85 | PropertyInjector 86 | IOPCIPrimaryMatch 87 | 0x68631002 88 | IOProviderClass 89 | IOPCIDevice 90 | Properties 91 | 92 | CFG_USE_STUTTER 93 | 94 | AAPL,slot-name 95 | UENJRVgxNl8x 96 | model 97 | UmFkZW9uIFZlZ2EgRnJvbnRpZXI= 98 | @0,name 99 | ATY,Iriri 100 | @1,name 101 | ATY,Iriri 102 | @2,name 103 | ATY,Iriri 104 | @3,name 105 | ATY,Iriri 106 | 107 | 108 | 109 | NSHumanReadableCopyright 110 | Copyright © 2017 Brumbaer. All rights reserved. 111 | OSBundleLibraries 112 | 113 | com.apple.iokit.IOPCIFamily 114 | 2.0 115 | com.apple.kpi.mach 116 | 15.3 117 | com.apple.kpi.unsupported 118 | 15.3 119 | com.apple.kpi.bsd 120 | 15.3 121 | com.apple.kpi.iokit 122 | 15.3 123 | com.apple.kpi.libkern 124 | 15.3 125 | 126 | 127 | 128 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/ACPIBatteryManager.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17A365 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | ACPIBatteryManager 11 | CFBundleGetInfoString 12 | 1.81.4, Copyright 2011 Apple Inc., RehabMan 2012 13 | CFBundleIdentifier 14 | org.rehabman.driver.AppleSmartBatteryManager 15 | CFBundleInfoDictionaryVersion 16 | 6.0 17 | CFBundleName 18 | ACPIBatteryManager 19 | CFBundlePackageType 20 | KEXT 21 | CFBundleShortVersionString 22 | 1.81.4 23 | CFBundleSignature 24 | ???? 25 | CFBundleSupportedPlatforms 26 | 27 | MacOSX 28 | 29 | CFBundleVersion 30 | 1.81.4 31 | DTCompiler 32 | com.apple.compilers.llvm.clang.1_0 33 | DTPlatformBuild 34 | 9A235 35 | DTPlatformVersion 36 | GM 37 | DTSDKBuild 38 | 12D75 39 | DTSDKName 40 | macosx10.8 41 | DTXcode 42 | 0900 43 | DTXcodeBuild 44 | 9A235 45 | IOKitPersonalities 46 | 47 | ACPI AC Adapter 48 | 49 | CFBundleIdentifier 50 | org.rehabman.driver.AppleSmartBatteryManager 51 | IOClass 52 | rehab_ACPIACAdapter 53 | IONameMatch 54 | ACPI0003 55 | IOProbeScore 56 | 1000 57 | IOProviderClass 58 | IOACPIPlatformDevice 59 | 60 | ACPI Battery Manager 61 | 62 | CFBundleIdentifier 63 | org.rehabman.driver.AppleSmartBatteryManager 64 | Configuration 65 | 66 | Correct16bitSignedCurrentRate 67 | 68 | CorrectCorruptCapacities 69 | 70 | CurrentDischargeRateMax 71 | 20000 72 | EstimateCycleCountDivisor 73 | 6 74 | FirstPollDelay 75 | 4000 76 | StartupDelay 77 | 0 78 | UseDesignVoltageForCurrentCapacity 79 | 80 | UseDesignVoltageForDesignCapacity 81 | 82 | UseDesignVoltageForMaxCapacity 83 | 84 | UseExtendedBatteryInformationMethod 85 | 86 | UseExtraBatteryInformationMethod 87 | 88 | 89 | IOClass 90 | AppleSmartBatteryManager 91 | IONameMatch 92 | PNP0C0A 93 | IOProbeScore 94 | 1000 95 | IOProviderClass 96 | IOACPIPlatformDevice 97 | 98 | ACPI Battery Tracker 99 | 100 | CFBundleIdentifier 101 | org.rehabman.driver.AppleSmartBatteryManager 102 | IOClass 103 | rehab_BatteryTracker 104 | IOMatchCategory 105 | rehab_BatteryTracker 106 | IOProviderClass 107 | IOResources 108 | IOResourceMatch 109 | IOKit 110 | 111 | 112 | NSHumanReadableCopyright 113 | Copyright © 2011 Apple Inc. All rights reserved, RehabMan 2012 114 | OSBundleLibraries 115 | 116 | com.apple.iokit.IOACPIFamily 117 | 1.0d1 118 | com.apple.kpi.iokit 119 | 9.0 120 | com.apple.kpi.libkern 121 | 9.0 122 | 123 | OSBundleRequired 124 | Root 125 | Source Code 126 | https://github.com/RehabMan/OS-X-ACPI-Battery-Driver 127 | 128 | 129 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooHDA.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 11G63 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | VoodooHDA 11 | CFBundleIdentifier 12 | org.voodoo.driver.VoodooHDA 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | VoodooHDA 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.8.9 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 2.8.9 25 | DTCompiler 26 | 27 | DTPlatformBuild 28 | 4F1003 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 11E52 33 | DTSDKName 34 | macosx10.7 35 | DTXcode 36 | 0441 37 | DTXcodeBuild 38 | 4F1003 39 | IOKitPersonalities 40 | 41 | VoodooHDA 42 | 43 | AllowMSI 44 | 45 | Boost 46 | 1 47 | CFBundleIdentifier 48 | org.voodoo.driver.VoodooHDA 49 | DisableInputMonitor 50 | 51 | IOClass 52 | VoodooHDADevice 53 | IOMatchCategory 54 | VoodooHDADevice 55 | IOPCIClassMatch 56 | 0x04020000&0xfffe0000 57 | IOProviderClass 58 | IOPCIDevice 59 | IOUserClientClass 60 | VoodooHDAUserClient 61 | InhibitCache 62 | 63 | MixerValues 64 | 65 | PCM 66 | 90 67 | Rec 68 | 90 69 | iGain 70 | 0 71 | iMix 72 | 90 73 | 74 | NodesToPatch 75 | 76 | 77 | Caps 78 | 0x373e 79 | Codec 80 | 4 81 | Comment 82 | Example of possible values 83 | Config 84 | 0x90a70120 85 | Conns 86 | 12,13,24 87 | Control 88 | 20 89 | DAC 90 | 2 91 | Enable 92 | 1 93 | Node 94 | 12 95 | Select 96 | 13 97 | SwitchCh 98 | 0 99 | Type 100 | 4 101 | 102 | 103 | Codec 104 | 2 105 | Comment 106 | To disable back sound on ALC codec set enable=0 107 | Enable 108 | 1 109 | Node 110 | 11 111 | 112 | 113 | Noise 114 | 0 115 | Vectorize 116 | 117 | VoodooHDAEnableHalfMicVolumeFix 118 | 119 | VoodooHDAEnableHalfVolumeFix 120 | 121 | VoodooHDAEnableMuteFix 122 | 123 | VoodooHDAEnableVolumeChangeFix 124 | 125 | VoodooHDAVerboseLevel 126 | 0 127 | 128 | 129 | OSBundleLibraries 130 | 131 | com.apple.iokit.IOAudioFamily 132 | 1.1fc9 133 | com.apple.iokit.IOPCIFamily 134 | 2.1 135 | com.apple.kpi.iokit 136 | 9.0.0 137 | com.apple.kpi.libkern 138 | 9.0.0 139 | com.apple.kpi.mach 140 | 9.0.0 141 | com.apple.kpi.unsupported 142 | 9.0.0 143 | 144 | 145 | 146 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleExecutable 8 | VoodooPS2Controller 9 | CFBundleGetInfoString 10 | 1.9.2, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | org.rehabman.voodoo.driver.PS2Controller 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Controller 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.9.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.9.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 12D75 37 | DTSDKName 38 | macosx10.8 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | ACPI PS/2 Nub 46 | 47 | CFBundleIdentifier 48 | org.rehabman.voodoo.driver.PS2Controller 49 | FindMouseDelay 50 | 100 51 | IOClass 52 | AppleACPIPS2Nub 53 | IONameMatch 54 | 55 | PNP0303 56 | PNP030B 57 | PNP0320 58 | 59 | IOProviderClass 60 | IOACPIPlatformDevice 61 | MouseNameMatch 62 | 63 | PNP0F03 64 | PNP0F0B 65 | PNP0F0E 66 | PNP0F13 67 | 68 | 69 | ApplePS2Controller 70 | 71 | CFBundleIdentifier 72 | org.rehabman.voodoo.driver.PS2Controller 73 | IOClass 74 | ApplePS2Controller 75 | IONameMatch 76 | ps2controller 77 | IOProviderClass 78 | IOPlatformDevice 79 | Platform Profile 80 | 81 | Default 82 | 83 | MouseWakeFirst 84 | 85 | WakeDelay 86 | 10 87 | 88 | HPQOEM 89 | 90 | 1411 91 | ProBook 92 | 1619 93 | ProBook 94 | 161C 95 | ProBook 96 | 164F 97 | ProBook 98 | 167C 99 | ProBook 100 | 167E 101 | ProBook 102 | 1680 103 | ProBook 104 | 179B 105 | ProBook 106 | 179C 107 | ProBook 108 | 17A9 109 | ProBook 110 | 17F0 111 | ProBook 112 | 17F3 113 | ProBook 114 | 17F6 115 | ProBook 116 | 1942 117 | ProBook 118 | 1949 119 | ProBook 120 | 198F 121 | ProBook 122 | ProBook 123 | 124 | WakeDelay 125 | 0 126 | 127 | ProBook-102 128 | ProBook 129 | ProBook-87 130 | ProBook 131 | 132 | 133 | RM,deliverNotifications 134 | 135 | 136 | 137 | OSBundleCompatibleVersion 138 | 1.9.2 139 | OSBundleLibraries 140 | 141 | com.apple.iokit.IOACPIFamily 142 | 1.0.0d1 143 | com.apple.kpi.bsd 144 | 8.0.0 145 | com.apple.kpi.iokit 146 | 8.0.0 147 | com.apple.kpi.libkern 148 | 8.0.0 149 | com.apple.kpi.mach 150 | 8.0.0 151 | com.apple.kpi.unsupported 152 | 8.0.0 153 | 154 | OSBundleRequired 155 | Console 156 | Source Code 157 | https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller 158 | 159 | 160 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/PropertyInjector.kext/Contents/Resources/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17C88 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | PropertyInjector 11 | CFBundleIdentifier 12 | de.Brumbaer.PropertyInjector 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | PropertyInjector 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.1 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 9C40b 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 17C76 35 | DTSDKName 36 | macosx10.13 37 | DTXcode 38 | 0920 39 | DTXcodeBuild 40 | 9C40b 41 | NSHumanReadableCopyright 42 | Copyright © 2017 Brumbaer. All rights reserved. 43 | IOKitPersonalities 44 | 45 | nvAcc 46 | 47 | CFBundleIdentifier 48 | de.Brumbaer.PropertyInjector 49 | Delay 50 | 20 51 | IOClass 52 | PropertyInjector 53 | IOMatchCategory 54 | mhteejhgjglö 55 | IOPCIMatch 56 | 0x13c210de 57 | IOProviderClass 58 | IOPCIDevice 59 | Properties 60 | 61 | Brumbaer 62 | was here 63 | model 64 | U2NobnV0emVsd3V0eg== 65 | 66 | 67 | CPU 68 | 69 | CFBundleIdentifier 70 | de.Brumbaer.PropertyInjector 71 | IOClass 72 | PropertyInjector 73 | IOMatchCategory 74 | mhteejhgjglö 75 | IOPropertyMatch 76 | 77 | processor-id 78 | 1 79 | 80 | IOProviderClass 81 | IOACPIPlatformDevice 82 | Properties 83 | 84 | plugin-type 85 | 1 86 | 87 | 88 | LAN 89 | 90 | CFBundleIdentifier 91 | de.Brumbaer.PropertyInjector 92 | IOClass 93 | PropertyInjector 94 | IOMatchCategory 95 | mhtee55jhgjglö 96 | IOPCIPrimaryMatch 97 | 0x15b88086 98 | IOProviderClass 99 | IOPCIDevice 100 | Properties 101 | 102 | AAPL,slot-name 103 | QnVpbHQgSW4= 104 | name 105 | SW50ZWwgIEkyMTlWMg== 106 | 107 | 108 | Vega 109 | 110 | CFBundleIdentifier 111 | de.Brumbaer.PropertyInjector 112 | IOClass 113 | PropertyInjector 114 | IOMatchCategory 115 | mhteejhgjglö 116 | IOPCIPrimaryMatch 117 | 0x68631002 118 | IOProviderClass 119 | IOPCIDevice 120 | Properties 121 | 122 | AAPL,slot-name 123 | UENJZSB4MTY= 124 | @0,name 125 | ATY,Iriri 126 | @1,name 127 | ATY,Iriri 128 | @2,name 129 | ATY,Iriri 130 | @3,name 131 | ATY,Iriri 132 | model 133 | UmFkZW9uIFZlZ2EgRnJvbnRpZXI= 134 | 135 | 136 | WLAN 137 | 138 | CFBundleIdentifier 139 | de.Brumbaer.PropertyInjector 140 | IOClass 141 | PropertyInjector 142 | IOMatchCategory 143 | mhteejhgjgljh 144 | IOPCIPrimaryMatch 145 | 0x43ba14e4 146 | IOProviderClass 147 | IOPCIDevice 148 | Keep 149 | 150 | Properties 151 | 152 | AAPL,slot-name 153 | TS4yKFdpRmkp 154 | model 155 | QnJvYWRjb20gQkNNNDN4eA== 156 | name 157 | QnJvYWRjb20gQkNNNDN4eA== 158 | 159 | 160 | 161 | OSBundleLibraries 162 | 163 | com.apple.kpi.bsd 164 | 15.3 165 | com.apple.kpi.iokit 166 | 15.3 167 | com.apple.kpi.libkern 168 | 15.3 169 | com.apple.kpi.mach 170 | 15.3 171 | com.apple.kpi.unsupported 172 | 15.3 173 | 174 | 175 | 176 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AtherosL1cEthernet.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 12C60 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | AtherosL1cEthernet 11 | CFBundleIdentifier 12 | com.insanelymac.AtherosL1cEthernet 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AtherosL1cEthernet 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.2.3 21 | CFBundleSignature 22 | ???? 23 | CFBundleVersion 24 | 1.2.3 25 | DTCompiler 26 | com.apple.compilers.llvmgcc42 27 | DTPlatformBuild 28 | 4G2008a 29 | DTPlatformVersion 30 | GM 31 | DTSDKBuild 32 | 11E52 33 | DTSDKName 34 | macosx10.7 35 | DTXcode 36 | 0452 37 | DTXcodeBuild 38 | 4G2008a 39 | IOKitPersonalities 40 | 41 | L1C 42 | 43 | CFBundleIdentifier 44 | com.insanelymac.AtherosL1cEthernet 45 | EnableTSO 46 | 47 | IOClass 48 | AtherosL1cEthernet 49 | IOPCIMatch 50 | 0x10631969 51 | IOProbeScore 52 | 500 53 | IOProviderClass 54 | IOPCIDevice 55 | Model 56 | AR8131 Gigabit Ethernet 57 | Vendor 58 | Atheros 59 | 60 | L1D 61 | 62 | CFBundleIdentifier 63 | com.insanelymac.AtherosL1cEthernet 64 | EnableTSO 65 | 66 | IOClass 67 | AtherosL1cEthernet 68 | IOPCIMatch 69 | 0x10731969 70 | IOProbeScore 71 | 500 72 | IOProviderClass 73 | IOPCIDevice 74 | Model 75 | AR8151 v1.0 Gigabit Ethernet 76 | Vendor 77 | Atheros 78 | 79 | L1D_2_0 80 | 81 | CFBundleIdentifier 82 | com.insanelymac.AtherosL1cEthernet 83 | EnableTSO 84 | 85 | IOClass 86 | AtherosL1cEthernet 87 | IOPCIMatch 88 | 0x10831969 89 | IOProbeScore 90 | 500 91 | IOProviderClass 92 | IOPCIDevice 93 | Model 94 | AR8151 v2.0 Gigabit Ethernet 95 | Vendor 96 | Atheros 97 | 98 | L2C 99 | 100 | CFBundleIdentifier 101 | com.insanelymac.AtherosL1cEthernet 102 | EnableTSO 103 | 104 | IOClass 105 | AtherosL1cEthernet 106 | IOPCIMatch 107 | 0x10621969 108 | IOProbeScore 109 | 500 110 | IOProviderClass 111 | IOPCIDevice 112 | Model 113 | AR8132 Fast Ethernet 114 | Vendor 115 | Atheros 116 | 117 | L2C_B 118 | 119 | CFBundleIdentifier 120 | com.insanelymac.AtherosL1cEthernet 121 | EnableTSO 122 | 123 | IOClass 124 | AtherosL1cEthernet 125 | IOPCIMatch 126 | 0x20601969 127 | IOProbeScore 128 | 500 129 | IOProviderClass 130 | IOPCIDevice 131 | Model 132 | AR8152 v1.1 Fast Ethernet 133 | Vendor 134 | Atheros 135 | 136 | L2C_B2 137 | 138 | CFBundleIdentifier 139 | com.insanelymac.AtherosL1cEthernet 140 | EnableTSO 141 | 142 | IOClass 143 | AtherosL1cEthernet 144 | IOPCIMatch 145 | 0x20621969 146 | IOProbeScore 147 | 500 148 | IOProviderClass 149 | IOPCIDevice 150 | Model 151 | AR8152 v2.0 Fast Ethernet 152 | Vendor 153 | Atheros 154 | 155 | 156 | NSHumanReadableCopyright 157 | Copyright © 2012. All rights reserved. 158 | OSBundleLibraries 159 | 160 | com.apple.iokit.IONetworkingFamily 161 | 2.0 162 | com.apple.iokit.IOPCIFamily 163 | 2.6.5 164 | com.apple.kpi.bsd 165 | 11.0.0 166 | com.apple.kpi.iokit 167 | 11.0.0 168 | com.apple.kpi.libkern 169 | 11.0.0 170 | com.apple.kpi.mach 171 | 11.0.0 172 | 173 | OSBundleRequired 174 | Network-Root 175 | 176 | 177 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AirportBrcmFixup.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17D102 7 | CFBundleDevelopmentRegion 8 | en 9 | CFBundleExecutable 10 | AirportBrcmFixup 11 | CFBundleIdentifier 12 | as.lvs1974.AirportBrcmFixup 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | AirportBrcmFixup 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 2.0.0 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 2.0.0 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 17E189 37 | DTSDKName 38 | macosx10.13 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | Airport_Brcm4360 46 | 47 | CFBundleIdentifier 48 | com.apple.driver.AirPort.Brcm4360 49 | IOClass 50 | AirPort_Brcm4360 51 | IOMatchCategory 52 | IODefaultMatchCategory 53 | IONameMatch 54 | 55 | pci14e4,4331 56 | pci14e4,4353 57 | pci14e4,4357 58 | pci14e4,43b1 59 | pci14e4,43b2 60 | 61 | IOProbeScore 62 | 1110 63 | IOProviderClass 64 | IOPCIDevice 65 | TruePowerOff 66 | 67 | 68 | Airport_BrcmNIC 69 | 70 | CFBundleIdentifier 71 | com.apple.driver.AirPort.BrcmNIC 72 | IOClass 73 | AirPort_BrcmNIC 74 | IOMatchCategory 75 | IODefaultMatchCategory 76 | IONameMatch 77 | 78 | pci14e4,43ba 79 | pci14e4,43a3 80 | pci14e4,43a0 81 | pci14e4,43b1 82 | pci14e4,43b2 83 | 84 | IOProbeScore 85 | 2048 86 | IOProviderClass 87 | IOPCIDevice 88 | TruePowerOff 89 | 90 | 91 | Broadcom 802.11 PCI 92 | 93 | CFBundleIdentifier 94 | as.lvs1974.AirportBrcmFixup 95 | IOClass 96 | FakeBrcm 97 | IOMatchCategory 98 | IODefaultMatchCategory 99 | IONameMatch 100 | 101 | pci14e4,43ba 102 | pci14e4,43a3 103 | pci14e4,43a0 104 | pci14e4,4331 105 | pci14e4,4353 106 | pci14e4,43b1 107 | pci14e4,43b2 108 | pci14e4,4357 109 | pci14e4,432b 110 | pci14e4,4311 111 | pci14e4,4312 112 | pci14e4,4313 113 | pci14e4,4318 114 | pci14e4,4319 115 | pci14e4,431a 116 | pci14e4,4320 117 | pci14e4,4324 118 | pci14e4,4325 119 | pci14e4,4328 120 | pci14e4,432c 121 | pci14e4,432d 122 | 123 | IOProbeScore 124 | 6000 125 | IOProviderClass 126 | IOPCIDevice 127 | TruePowerOff 128 | 129 | 130 | as.lvs1974.AirportBrcmFixup 131 | 132 | CFBundleIdentifier 133 | as.lvs1974.AirportBrcmFixup 134 | IOClass 135 | AirportBrcmFixup 136 | IOMatchCategory 137 | AirportBrcmFixup 138 | IOProviderClass 139 | IOResources 140 | IOResourceMatch 141 | IOKit 142 | 143 | 144 | NSHumanReadableCopyright 145 | Copyright © 2017 lvs1974. All rights reserved. 146 | OSBundleCompatibleVersion 147 | 1.0 148 | OSBundleLibraries 149 | 150 | as.vit9696.Lilu 151 | 1.2.6 152 | com.apple.iokit.IONetworkingFamily 153 | 1.5 154 | com.apple.iokit.IOPCIFamily 155 | 2.7 156 | com.apple.kpi.bsd 157 | 12.0.0 158 | com.apple.kpi.dsep 159 | 12.0.0 160 | com.apple.kpi.iokit 161 | 12.0.0 162 | com.apple.kpi.libkern 163 | 12.0.0 164 | com.apple.kpi.mach 165 | 12.0.0 166 | com.apple.kpi.unsupported 167 | 12.0.0 168 | 169 | OSBundleRequired 170 | Network-Root 171 | 172 | 173 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Mouse.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleExecutable 8 | VoodooPS2Mouse 9 | CFBundleGetInfoString 10 | 1.9.2, Copyright Apple Computer, Inc. 2000-2004, Slice 2010, RehabMan 2012-2013 11 | CFBundleIdentifier 12 | org.rehabman.voodoo.driver.PS2Mouse 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | Voodoo PS/2 Mouse 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 1.9.2 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1.9.2 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 9F2000 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 12D75 37 | DTSDKName 38 | macosx10.8 39 | DTXcode 40 | 0941 41 | DTXcodeBuild 42 | 9F2000 43 | IOKitPersonalities 44 | 45 | ApplePS2Mouse 46 | 47 | CFBundleIdentifier 48 | org.rehabman.voodoo.driver.PS2Mouse 49 | HIDPointerAccelerationType 50 | HIDTrackpadAcceleration 51 | HIDScrollAccelerationType 52 | HIDTrackpadScrollAcceleration 53 | IOClass 54 | ApplePS2Mouse 55 | IOProviderClass 56 | ApplePS2MouseDevice 57 | Platform Profile 58 | 59 | Default 60 | 61 | ActLikeTrackpad 62 | 63 | ButtonCount 64 | 3 65 | Darwin 16+ 66 | 67 | ApplePreferenceCapability 68 | 69 | ApplePreferenceIdentifier 70 | com.apple.AppleMultitouchTrackpad 71 | MT Built-in 72 | 73 | MTHIDDevice 74 | 75 | SupportsGestureScrolling 76 | 77 | TrackpadEmbedded 78 | 79 | TrackpadFourFingerGestures 80 | 81 | TrackpadSecondaryClickCorners 82 | 83 | TrackpadThreeFingerDrag 84 | 85 | 86 | DefaultResolution 87 | 240 88 | DisableDevice 89 | 90 | DisableLEDUpdating 91 | 92 | FakeMiddleButton 93 | 94 | ForceDefaultResolution 95 | 96 | ForceSetResolution 97 | 98 | MiddleClickTime 99 | 100000000 100 | MouseCount 101 | 0 102 | MouseYInverter 103 | 1 104 | ProcessBluetoothMouseStopsTrackpad 105 | 106 | ProcessUSBMouseStopsTrackpad 107 | 108 | QuietTimeAfterTyping 109 | 500000000 110 | ResolutionMode 111 | 3 112 | ScrollResolution 113 | 5 114 | ScrollYInverter 115 | 1 116 | TrackpadScroll 117 | 118 | WakeDelay 119 | 1000 120 | 121 | HPQOEM 122 | 123 | 1411 124 | ProBook 125 | 1619 126 | ProBook 127 | 161C 128 | ProBook 129 | 164F 130 | ProBook 131 | 167C 132 | ProBook 133 | 167E 134 | ProBook 135 | 1680 136 | ProBook 137 | 179B 138 | ProBook 139 | 179C 140 | ProBook 141 | 17A9 142 | ProBook 143 | 17F0 144 | ProBook 145 | 17F3 146 | ProBook 147 | 17F6 148 | ProBook 149 | 1942 150 | ProBook 151 | 1949 152 | ProBook 153 | 198F 154 | ProBook 155 | ProBook 156 | 157 | ActLikeTrackpad 158 | 159 | DisableDevice 160 | 161 | 162 | ProBook-102 163 | ProBook 164 | ProBook-87 165 | ProBook 166 | 167 | 168 | ProductID 169 | 547 170 | RM,deliverNotifications 171 | 172 | USBMouseStopsTrackpad 173 | 0 174 | VendorID 175 | 1452 176 | 177 | 178 | OSBundleLibraries 179 | 180 | com.apple.iokit.IOHIDFamily 181 | 1.0.0b1 182 | com.apple.kpi.iokit 183 | 9.0.0 184 | com.apple.kpi.libkern 185 | 9.0.0 186 | com.apple.kpi.mach 187 | 9.0.0 188 | org.rehabman.voodoo.driver.PS2Controller 189 | 1.9.2 190 | 191 | OSBundleRequired 192 | Console 193 | Source Code 194 | https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller 195 | 196 | 197 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID_BCM57XX_as_BCM57765.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleIdentifier 8 | org.rehabman.injector.BCM57XX-as-BCM57765 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | FakePCIID_BCM57XX_as_BCM57765 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 1.3.15 17 | CFBundleSupportedPlatforms 18 | 19 | MacOSX 20 | 21 | CFBundleVersion 22 | 1.3.15 23 | DTCompiler 24 | com.apple.compilers.llvm.clang.1_0 25 | DTPlatformBuild 26 | 9F2000 27 | DTPlatformVersion 28 | GM 29 | DTSDKBuild 30 | 10M2518 31 | DTSDKName 32 | macosx10.6 33 | DTXcode 34 | 0941 35 | DTXcodeBuild 36 | 9F2000 37 | IOKitPersonalities 38 | 39 | AppleBCM5701Ethernet 40 | 41 | CFBundleIdentifier 42 | com.apple.iokit.AppleBCM5701Ethernet 43 | Configuration Data 44 | 45 | Batch_ARP_Enable 46 | 47 | EnableRxHwCksum 48 | 49 | EnableTxHwCksum 50 | 51 | JumboRcvThreshold 52 | 5 53 | MTU 54 | 9018 55 | PassUpCRC 56 | 57 | RxCoalescingTicks 58 | 25 59 | RxCoalescingTicksDuringInt 60 | 120 61 | RxJumboRcvBuffers 62 | 128 63 | RxMaxCoalescedFrames 64 | 15 65 | RxMaxCoalescedFramesDuringInt 66 | 15 67 | RxStdRcvBuffers 68 | 510 69 | StdRcvThreshold 70 | 8 71 | TxCoalescingTicks 72 | 150 73 | TxCoalescingTicksDuringInt 74 | 150 75 | TxMaxCoalescedFrames 76 | 64 77 | TxMaxCoalescedFramesDuringInt 78 | 64 79 | TxPacketQueueSize 80 | 1024 81 | TxSendBuffers 82 | 500 83 | WOL 84 | Enable 85 | 86 | IOClass 87 | BCM5701Enet 88 | IOMatchCategory 89 | IODefaultMatchCategory 90 | IONameMatch 91 | 92 | pci14e4,1641 93 | pci14e4,1642 94 | pci14e4,1643 95 | pci14e4,1644 96 | pci14e4,1645 97 | pci14e4,1646 98 | pci14e4,1647 99 | pci14e4,1655 100 | pci14e4,1656 101 | pci14e4,1657 102 | pci14e4,1665 103 | pci14e4,1683 104 | pci14e4,1687 105 | pci14e4,1688 106 | pci14e4,1689 107 | pci14e4,1690 108 | pci14e4,1691 109 | pci14e4,1692 110 | pci14e4,1693 111 | pci14e4,1694 112 | pci14e4,1699 113 | pci14e4,16a0 114 | pci14e4,16b1 115 | pci14e4,16b2 116 | pci14e4,16b3 117 | pci14e4,16b5 118 | pci14e4,16b6 119 | pci14e4,16b7 120 | pci14e4,16f3 121 | 122 | IOPCITunnelCompatible 123 | 124 | IOProviderClass 125 | IOPCIDevice 126 | 127 | BCM57XX as BCM57765 128 | 129 | CFBundleIdentifier 130 | org.rehabman.driver.FakePCIID 131 | FakeProperties 132 | 133 | RM,device-id 134 | 135 | tBYAAA== 136 | 137 | RM,subsystem-id 138 | 139 | tBYAAA== 140 | 141 | RM,subsystem-vendor-id 142 | 143 | 5BQAAA== 144 | 145 | RM,vendor-id 146 | 147 | 5BQAAA== 148 | 149 | 150 | IOClass 151 | FakePCIID 152 | IOMatchCategory 153 | FakePCIID 154 | IONameMatch 155 | 156 | pci14e4,1641 157 | pci14e4,1642 158 | pci14e4,1643 159 | pci14e4,1644 160 | pci14e4,1645 161 | pci14e4,1646 162 | pci14e4,1647 163 | pci14e4,1655 164 | pci14e4,1656 165 | pci14e4,1657 166 | pci14e4,1665 167 | pci14e4,1683 168 | pci14e4,1687 169 | pci14e4,1688 170 | pci14e4,1689 171 | pci14e4,1690 172 | pci14e4,1691 173 | pci14e4,1692 174 | pci14e4,1693 175 | pci14e4,1694 176 | pci14e4,1699 177 | pci14e4,16a0 178 | pci14e4,16b1 179 | pci14e4,16b2 180 | pci14e4,16b3 181 | pci14e4,16b4 182 | pci14e4,16b5 183 | pci14e4,16b6 184 | pci14e4,16b7 185 | pci14e4,16f3 186 | 187 | IOProviderClass 188 | IOPCIDevice 189 | 190 | 191 | OSBundleRequired 192 | Network-Root 193 | Source Code 194 | https://github.com/RehabMan/FakePCIID 195 | 196 | 197 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakePCIID_Intel_HD_Graphics.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 18A391 7 | CFBundleIdentifier 8 | org.rehabman.injector.FakePCIID-Intel-HD-Graphics 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | FakePCIID_Intel_HD_Graphics 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 1.3.15 17 | CFBundleSupportedPlatforms 18 | 19 | MacOSX 20 | 21 | CFBundleVersion 22 | 1.3.15 23 | DTCompiler 24 | com.apple.compilers.llvm.clang.1_0 25 | DTPlatformBuild 26 | 9F2000 27 | DTPlatformVersion 28 | GM 29 | DTSDKBuild 30 | 10M2518 31 | DTSDKName 32 | macosx10.6 33 | DTXcode 34 | 0941 35 | DTXcodeBuild 36 | 9F2000 37 | IOKitPersonalities 38 | 39 | HD4200 HD4400 HD4600 P4600 40 | 41 | CFBundleIdentifier 42 | org.rehabman.driver.FakePCIID 43 | FakeProperties 44 | 45 | RM,device-id 46 | 47 | EgQAAA== 48 | 49 | 50 | IOClass 51 | FakePCIID 52 | IOMatchCategory 53 | FakePCIID 54 | IOPCIClassMatch 55 | 0x03000000&0xff000000 56 | IOPCIPrimaryMatch 57 | 0x04128086 0x04168086 0x0a168086 0x0a1e8086 0x041e8086 0x041a8086 58 | IOProbeScore 59 | 9001 60 | IOProviderClass 61 | IOPCIDevice 62 | 63 | HD510 HD515 HD520 HD530 P530 64 | 65 | CFBundleIdentifier 66 | org.rehabman.driver.FakePCIID 67 | FakeProperties 68 | 69 | RM,device-id 70 | 71 | EhkAAA== 72 | 73 | 74 | IOClass 75 | FakePCIID 76 | IOMatchCategory 77 | FakePCIID 78 | IOPCIClassMatch 79 | 0x03000000&0xff000000 80 | IOPCIPrimaryMatch 81 | 0x19128086 0x19068086 0x19138086 0x191e8086 0x19168086 0x191b8086 0x19028086 0x191d8086 82 | IOProbeScore 83 | 9001 84 | IOProviderClass 85 | IOPCIDevice 86 | 87 | HD5500 88 | 89 | CFBundleIdentifier 90 | org.rehabman.driver.FakePCIID 91 | FakeProperties 92 | 93 | RM,device-id 94 | 95 | JhYAAA== 96 | 97 | 98 | IOClass 99 | FakePCIID 100 | IOMatchCategory 101 | FakePCIID 102 | IOPCIClassMatch 103 | 0x03000000&0xff000000 104 | IOPCIPrimaryMatch 105 | 0x16268086 0x16168086 106 | IOProbeScore 107 | 9001 108 | IOProviderClass 109 | IOPCIDevice 110 | 111 | Iris 540 Iris 550 Iris Pro 580 112 | 113 | CFBundleIdentifier 114 | org.rehabman.driver.FakePCIID 115 | FakeProperties 116 | 117 | RM,device-id 118 | 119 | FhkAAA== 120 | 121 | 122 | IOClass 123 | FakePCIID 124 | IOMatchCategory 125 | FakePCIID 126 | IOPCIClassMatch 127 | 0x03000000&0xff000000 128 | IOPCIPrimaryMatch 129 | 0x19268086 0x19278086 0x193b8086 130 | IOProbeScore 131 | 9001 132 | IOProviderClass 133 | IOPCIDevice 134 | 135 | P4000 136 | 137 | CFBundleIdentifier 138 | org.rehabman.driver.FakePCIID 139 | FakeProperties 140 | 141 | RM,device-id 142 | 143 | ZgEAAA== 144 | 145 | 146 | IOClass 147 | FakePCIID 148 | IOMatchCategory 149 | FakePCIID 150 | IOPCIClassMatch 151 | 0x03000000&0xff000000 152 | IOPCIPrimaryMatch 153 | 0x01668086 0x016a8086 154 | IOProbeScore 155 | 9001 156 | IOProviderClass 157 | IOPCIDevice 158 | 159 | P6300 - 162a 160 | 161 | CFBundleIdentifier 162 | org.rehabman.driver.FakePCIID 163 | FakeProperties 164 | 165 | RM,device-id 166 | 167 | IhYAAA== 168 | 169 | 170 | IOClass 171 | FakePCIID 172 | IOMatchCategory 173 | FakePCIID 174 | IOPCIClassMatch 175 | 0x03000000&0xff000000 176 | IOPCIPrimaryMatch 177 | 0x16228086 0x162a8086 178 | IOProbeScore 179 | 9001 180 | IOProviderClass 181 | IOPCIDevice 182 | 183 | UHD620 KabyLake-R 184 | 185 | CFBundleIdentifier 186 | org.rehabman.driver.FakePCIID 187 | FakeProperties 188 | 189 | RM,device-id 190 | 191 | FlkAAA== 192 | 193 | 194 | IOClass 195 | FakePCIID 196 | IOMatchCategory 197 | FakePCIID 198 | IOPCIClassMatch 199 | 0x03000000&0xff000000 200 | IOPCIPrimaryMatch 201 | 0x59168086 0x59178086 202 | IOProbeScore 203 | 9001 204 | IOProviderClass 205 | IOPCIDevice 206 | 207 | UHD630 CoffeeLake 208 | 209 | CFBundleIdentifier 210 | org.rehabman.driver.FakePCIID 211 | FakeProperties 212 | 213 | RM,device-id 214 | 215 | kj4AAA== 216 | 217 | 218 | IOClass 219 | FakePCIID 220 | IOMatchCategory 221 | FakePCIID 222 | IOPCIClassMatch 223 | 0x03000000&0xff000000 224 | IOPCIPrimaryMatch 225 | 0x3e918086 0x3e928086 0x3e9b8086 226 | IOProbeScore 227 | 9001 228 | IOProviderClass 229 | IOPCIDevice 230 | 231 | 232 | OSBundleRequired 233 | Root 234 | Source Code 235 | https://github.com/RehabMan/FakePCIID 236 | 237 | 238 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC_ACPISensors.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | ACPISensors 11 | CFBundleIdentifier 12 | org.hwsensors.driver.ACPISensors 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundlePackageType 16 | KEXT 17 | CFBundleShortVersionString 18 | 6.26-357-gceb835ea.1800 19 | CFBundleSignature 20 | ???? 21 | CFBundleSupportedPlatforms 22 | 23 | MacOSX 24 | 25 | CFBundleVersion 26 | 1800 27 | DTCompiler 28 | com.apple.compilers.llvm.clang.1_0 29 | DTPlatformBuild 30 | 8E3004b 31 | DTPlatformVersion 32 | GM 33 | DTSDKBuild 34 | 12D75 35 | DTSDKName 36 | macosx10.8 37 | DTXcode 38 | 0833 39 | DTXcodeBuild 40 | 8E3004b 41 | IOKitPersonalities 42 | 43 | ACPI Customizable Monitoring Plugin 44 | 45 | IOClass 46 | ACPISensors 47 | IOMatchCategory 48 | FakeSMCPlugin 49 | IONameMatch 50 | 51 | monitor 52 | MONITOR 53 | MON0000 54 | FAN0000 55 | MON00000 56 | FAN00000 57 | acpi-monitor 58 | 59 | IOProbeScore 60 | 1000 61 | IOProviderClass 62 | IOACPIPlatformDevice 63 | IOResourceMatch 64 | FakeSMCKeyStore 65 | Platform Profile 66 | 67 | Default 68 | 69 | DisableDevice 70 | 71 | Tachometers 72 | 73 | CPUFan 74 | FAN1 75 | ExhaustFan 76 | FAN4 77 | FAN5 78 | FAN5 79 | Fan 10 80 | FANA 81 | Fan 6 82 | FAN6 83 | Fan 7 84 | FAN7 85 | Fan 8 86 | FAN8 87 | Fan 9 88 | FAN9 89 | IntakeFan 90 | FAN3 91 | PowerFan 92 | FAN2 93 | System Fan 94 | FAN0 95 | 96 | Temperatures 97 | 98 | Ambient 99 | TAMB 100 | CPU Heatsink 101 | TCPU 102 | CPU Proximity 103 | TCPP 104 | Mainboard 105 | TSYS 106 | UseKelvins 107 | 108 | 109 | Voltages 110 | 111 | CPU Core 112 | VCPU 113 | Memory 114 | VMEM 115 | 116 | 117 | 118 | 119 | ACPI Debugging Plugin 120 | 121 | IOClass 122 | ACPIProbe 123 | IOMatchCategory 124 | FakeSMCPlugin 125 | IONameMatch 126 | 127 | PRB0000 128 | acpi-probe 129 | 130 | IOProbeScore 131 | 1000 132 | IOProviderClass 133 | IOACPIPlatformDevice 134 | IOResourceMatch 135 | FakeSMCKeyStore 136 | IOUserClientClass 137 | ACPIProbeUserClient 138 | Platform Profile 139 | 140 | Default 141 | 142 | DisableDevice 143 | 144 | MethodsToPoll 145 | 146 | PollingInterval 147 | 2000 148 | PollingTimeout 149 | 5000 150 | VerboseLog 151 | 152 | 153 | HP 154 | 155 | Default 156 | 157 | DisableDevice 158 | 159 | 160 | 161 | 162 | 163 | PTID Device Monitoring Plugin 164 | 165 | IOClass 166 | PTIDSensors 167 | IOMatchCategory 168 | FakeSMCPlugin 169 | IONameMatch 170 | 171 | PTID 172 | 173 | IOProbeScore 174 | 1000 175 | IOProviderClass 176 | IOACPIPlatformDevice 177 | IOResourceMatch 178 | FakeSMCKeyStore 179 | Platform Profile 180 | 181 | Default 182 | 183 | DisableDevice 184 | 185 | 186 | HP 187 | 188 | Default 189 | 190 | DisableDevice 191 | 192 | 193 | 194 | 195 | 196 | Thermal Zone Monitoring Plugin 197 | 198 | IOClass 199 | ACPISensors 200 | IOMatchCategory 201 | FakeSMCPlugin 202 | IOProbeScore 203 | 1000 204 | IOPropertyMatch 205 | 206 | device_type 207 | thermal-zone 208 | 209 | IOProviderClass 210 | IOACPIPlatformDevice 211 | IOResourceMatch 212 | FakeSMCKeyStore 213 | Platform Profile 214 | 215 | Default 216 | 217 | DisableDevice 218 | 219 | Temperatures 220 | 221 | Thermal Zone 222 | _TMP 223 | UseKelvins 224 | 225 | 226 | 227 | HP 228 | 229 | Default 230 | 231 | DisableDevice 232 | 233 | 234 | 235 | 236 | 237 | 238 | NSHumanReadableCopyright 239 | Copyright © 2017 slice, kozlek. All rights reserved. 240 | OSBundleLibraries 241 | 242 | com.apple.iokit.IOACPIFamily 243 | 1.0.0b1 244 | com.apple.kpi.iokit 245 | 10.6 246 | com.apple.kpi.libkern 247 | 10.6 248 | com.apple.kpi.mach 249 | 10.6 250 | com.apple.kpi.unsupported 251 | 10.6 252 | org.netkas.driver.FakeSMC 253 | 1429 254 | 255 | Source Code 256 | "https://github.com/RehabMan/OS-X-FakeSMC-kozlek.git" 257 | 258 | 259 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/config.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ACPI 6 | 7 | DSDT 8 | 9 | Debug 10 | 11 | DropOEM_DSM 12 | 13 | Fixes 14 | 15 | AddDTGP 16 | 17 | FixHPET 18 | 19 | FixRTC 20 | 21 | FixShutdown 22 | 23 | 24 | Patches 25 | 26 | 27 | Comment 28 | change SAT0 to SATA 29 | Disabled 30 | 31 | Find 32 | 33 | U0FUMA== 34 | 35 | Replace 36 | 37 | U0FUQQ== 38 | 39 | 40 | 41 | Comment 42 | change HECI to IMEI 43 | Disabled 44 | 45 | Find 46 | 47 | SEVDSQ== 48 | 49 | Replace 50 | 51 | SU1FSQ== 52 | 53 | 54 | 55 | Comment 56 | change EHC1 to EH01 57 | Disabled 58 | 59 | Find 60 | 61 | RUhDMQ== 62 | 63 | Replace 64 | 65 | RUgwMQ== 66 | 67 | 68 | 69 | Comment 70 | change EHC2 to EH02 71 | Disabled 72 | 73 | Find 74 | 75 | RUhDMg== 76 | 77 | Replace 78 | 79 | RUgwMg== 80 | 81 | 82 | 83 | ReuseFFFF 84 | 85 | 86 | DropTables 87 | 88 | 89 | Signature 90 | DMAR 91 | 92 | 93 | Signature 94 | MATS 95 | 96 | 97 | FixHeaders 98 | 99 | SSDT 100 | 101 | DropOem 102 | 103 | Generate 104 | 105 | CStates 106 | 107 | PStates 108 | 109 | 110 | 111 | 112 | Boot 113 | 114 | Arguments 115 | -v dart=0 nv_disable=1 -disablegfxfirmware 116 | Debug 117 | 118 | DefaultVolume 119 | macOS 120 | Legacy 121 | PBR 122 | Secure 123 | 124 | Timeout 125 | 0 126 | XMPDetection 127 | 128 | 129 | Devices 130 | 131 | Audio 132 | 133 | Inject 134 | Detect 135 | ResetHDA 136 | 137 | 138 | FakeID 139 | 140 | IntelGFX 141 | 0x12345678 142 | 143 | USB 144 | 145 | AddClockID 146 | 147 | FixOwnership 148 | 149 | Inject 150 | 151 | 152 | UseIntelHDMI 153 | 154 | 155 | DisableDrivers 156 | 157 | Nothing 158 | 159 | GUI 160 | 161 | Hide 162 | 163 | BOOTX64.EFI 164 | Windows 165 | 166 | Language 167 | zh_CN:0 168 | Mouse 169 | 170 | DoubleClick 171 | 500 172 | Enabled 173 | 174 | Mirror 175 | 176 | Speed 177 | 8 178 | 179 | Scan 180 | 181 | Entries 182 | 183 | Legacy 184 | 185 | Linux 186 | 187 | Tool 188 | 189 | 190 | Theme 191 | black_green 192 | 193 | Graphics 194 | 195 | Inject 196 | 197 | ATI 198 | 199 | Intel 200 | 201 | NVidia 202 | 203 | 204 | ig-platform-id 205 | 0x12345678 206 | 207 | KernelAndKextPatches 208 | 209 | AppleIntelCPUPM 210 | 211 | AppleRTC 212 | 213 | KernelPm 214 | 215 | KextsToPatch 216 | 217 | 218 | Comment 219 | External icons patch 220 | Disabled 221 | 222 | Find 223 | 224 | RXh0ZXJuYWw= 225 | 226 | InfoPlistPatch 227 | 228 | Name 229 | AppleAHCIPort 230 | Replace 231 | 232 | SW50ZXJuYWw= 233 | 234 | 235 | 236 | Comment 237 | Enable TRIM for SSD 238 | Disabled 239 | 240 | Find 241 | 242 | AEFQUExFIFNTRAA= 243 | 244 | InfoPlistPatch 245 | 246 | Name 247 | com.apple.iokit.IOAHCIBlockStorage 248 | Replace 249 | 250 | AAAAAAAAAAAAAAA= 251 | 252 | 253 | 254 | 255 | RtVariables 256 | 257 | BooterConfig 258 | 0x28 259 | CsrActiveConfig 260 | 0x67 261 | 262 | SMBIOS 263 | 264 | BiosReleaseDate 265 | 12/19/2018 266 | BiosVendor 267 | Apple Inc. 268 | BiosVersion 269 | IM142.88Z.F000.B00.1812191208 270 | Board-ID 271 | Mac-27ADBB7B4CEE8E61 272 | BoardManufacturer 273 | Apple Inc. 274 | BoardSerialNumber 275 | D25514403QXF8YLAD 276 | BoardType 277 | 10 278 | BoardVersion 279 | 1.0 280 | ChassisAssetTag 281 | iMac-Aluminum 282 | ChassisManufacturer 283 | Apple Inc. 284 | ChassisType 285 | 0x0D 286 | EfiVersion 287 | 134.0.0.0.0 288 | Family 289 | iMac 290 | FirmwareFeatures 291 | 0xE00FE137 292 | FirmwareFeaturesMask 293 | 0xFF1FFF3F 294 | LocationInChassis 295 | Part Component 296 | Manufacturer 297 | Apple Inc. 298 | Mobile 299 | 300 | PlatformFeature 301 | 0x01 302 | ProductName 303 | iMac14,2 304 | SerialNumber 305 | D25PJVZFF8JC 306 | SmUUID 307 | 3F18A858-2B0B-44F3-8176-7785C1EBF06F 308 | Version 309 | 1.0 310 | 311 | SystemParameters 312 | 313 | InjectKexts 314 | Yes 315 | InjectSystemID 316 | 317 | NvidiaWeb 318 | 319 | 320 | 321 | 322 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/FakeSMC.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | BuildMachineOSBuild 6 | 17G65 7 | CFBundleDevelopmentRegion 8 | English 9 | CFBundleExecutable 10 | FakeSMC 11 | CFBundleIdentifier 12 | org.netkas.driver.FakeSMC 13 | CFBundleInfoDictionaryVersion 14 | 6.0 15 | CFBundleName 16 | FakeSMC 17 | CFBundlePackageType 18 | KEXT 19 | CFBundleShortVersionString 20 | 6.26-357-gceb835ea.1800 21 | CFBundleSignature 22 | ???? 23 | CFBundleSupportedPlatforms 24 | 25 | MacOSX 26 | 27 | CFBundleVersion 28 | 1800 29 | DTCompiler 30 | com.apple.compilers.llvm.clang.1_0 31 | DTPlatformBuild 32 | 8E3004b 33 | DTPlatformVersion 34 | GM 35 | DTSDKBuild 36 | 12D75 37 | DTSDKName 38 | macosx10.8 39 | DTXcode 40 | 0833 41 | DTXcodeBuild 42 | 8E3004b 43 | IOKitPersonalities 44 | 45 | FakeSMC 46 | 47 | CFBundleIdentifier 48 | org.netkas.driver.FakeSMC 49 | Configuration 50 | 51 | Clover 52 | 53 | BEMB 54 | 55 | BEMB 56 | flag 57 | 58 | EPCI 59 | 60 | EPCI 61 | ui32 62 | 63 | RBr 64 | 65 | RBr 66 | ch8* 67 | 68 | REV 69 | 70 | REV 71 | {rev 72 | 73 | RPlt 74 | 75 | RPlt 76 | ch8* 77 | 78 | 79 | ExceptionKeys 80 | 81 | CLKH 82 | 1 83 | CLKT 84 | 1 85 | MSDW 86 | 1 87 | NATJ 88 | 1 89 | NATi 90 | 1 91 | NTOK 92 | 1 93 | WKTP 94 | 0 95 | 96 | Keys 97 | 98 | $Adr 99 | 100 | ui32 101 | 102 | AAADAA== 103 | 104 | 105 | $Num 106 | 107 | ui8 108 | 109 | AQ== 110 | 111 | 112 | ACID 113 | 114 | ch8* 115 | 116 | hfwETdgSevQ= 117 | 118 | 119 | ALI0 120 | 121 | {ali 122 | 123 | BwECAA== 124 | 125 | 126 | ALRV 127 | 128 | ui16 129 | 130 | AAE= 131 | 132 | 133 | ALV0 134 | 135 | {alv 136 | 137 | ARAGdQEgALYO4A== 138 | 139 | 140 | FNum 141 | 142 | ui8 143 | 144 | AA== 145 | 146 | 147 | LsNM 148 | 149 | ui8 150 | 151 | AQ== 152 | 153 | 154 | LsbV 155 | 156 | {rev 157 | 158 | AQQKAAY= 159 | 160 | 161 | MSLD 162 | 163 | ui8 164 | 165 | AA== 166 | 167 | 168 | MSSD 169 | 170 | si8 171 | 172 | BQ== 173 | 174 | 175 | MSSP 176 | 177 | si8 178 | 179 | BQ== 180 | 181 | 182 | NATJ 183 | 184 | ui8 185 | 186 | AA== 187 | 188 | 189 | OSK0 190 | 191 | ch8* 192 | 193 | b3VyaGFyZHdvcmtieXRoZXNld29y 194 | ZHNndWFyZGVkcGw= 195 | 196 | 197 | OSK1 198 | 199 | ch8* 200 | 201 | ZWFzZWRvbnRzdGVhbChjKUFwcGxl 202 | Q29tcHV0ZXJJbmM= 203 | 204 | 205 | REV 206 | 207 | {rev 208 | 209 | ATAPAAAD 210 | 211 | 212 | RMde 213 | 214 | char 215 | 216 | QQ== 217 | 218 | 219 | RVBF 220 | 221 | {rev 222 | 223 | ATAPAAAD 224 | 225 | 226 | RVUF 227 | 228 | {rev 229 | 230 | ATAPAAAD 231 | 232 | 233 | 234 | Types 235 | 236 | BEMB 237 | flag 238 | CLKC 239 | {clc 240 | CLKH 241 | {clh 242 | CLKT 243 | ui32 244 | CLWK 245 | ui32 246 | EPCI 247 | flag 248 | LSSS 249 | {lso 250 | MSDS 251 | ui8 252 | MSDW 253 | flag 254 | MSPS 255 | {msp 256 | RPlt 257 | ch8* 258 | 259 | debug 260 | 261 | smc-compatible 262 | smc-napa 263 | trace 264 | 265 | 266 | IOClass 267 | FakeSMC 268 | IOMatchCategory 269 | FakeSMC 270 | IOProviderClass 271 | AppleACPIPlatformExpert 272 | IOResourceMatch 273 | FakeSMCKeyStore 274 | RM,Build 275 | Release-rehabman 276 | RM,Version 277 | FakeSMC 1800 278 | 279 | FakeSMCKeyStore 280 | 281 | CFBundleIdentifier 282 | org.netkas.driver.FakeSMC 283 | IOClass 284 | FakeSMCKeyStore 285 | IOMatchCategory 286 | FakeSMCKeyStore 287 | IOProviderClass 288 | IOResources 289 | IOResourceMatch 290 | IOKit 291 | IOUserClientClass 292 | FakeSMCKeyStoreUserClient 293 | 294 | 295 | NSHumanReadableCopyright 296 | Copyright © 2017 netkas. All rights reserved. 297 | OSBundleCompatibleVersion 298 | 1429 299 | OSBundleLibraries 300 | 301 | com.apple.iokit.IOACPIFamily 302 | 1.0.0d1 303 | com.apple.kpi.bsd 304 | 10.6 305 | com.apple.kpi.iokit 306 | 10.6 307 | com.apple.kpi.libkern 308 | 10.6 309 | com.apple.kpi.mach 310 | 10.6 311 | com.apple.kpi.unsupported 312 | 10.6 313 | 314 | OSBundleRequired 315 | Root 316 | Source Code 317 | "https://github.com/RehabMan/OS-X-FakeSMC-kozlek.git" 318 | 319 | 320 | -------------------------------------------------------------------------------- /dell-vostro-5370/EFI/CLOVER/kexts/Other/AHCI_3rdParty_eSATA.kext/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | English 7 | CFBundleIdentifier 8 | com.tonymacx86.AHCI_3rdParty_eSATA 9 | CFBundleInfoDictionaryVersion 10 | 6.0 11 | CFBundleName 12 | AHCI 3rdParty eSATA 13 | CFBundlePackageType 14 | KEXT 15 | CFBundleShortVersionString 16 | 0.5 17 | CFBundleSignature 18 | ???? 19 | CFBundleVersion 20 | 0.5 21 | IOKitPersonalities 22 | 23 | ASMedia ASM1061 24 | 25 | CFBundleIdentifier 26 | com.apple.driver.AppleAHCIPort 27 | Chipset Name 28 | ASM1061 29 | IOClass 30 | AppleAHCI 31 | IOPCIClassMatch 32 | 0x01060100&0xffffff00 33 | IOPCIPrimaryMatch 34 | 0x06121b21 35 | IOProbeScore 36 | 15000 37 | IOProviderClass 38 | IOPCIDevice 39 | Vendor Name 40 | ASMedia 41 | 42 | JMicron JMB360 AHCI 43 | 44 | CFBundleIdentifier 45 | com.apple.driver.AppleAHCIPort 46 | Chipset Name 47 | JMB360 AHCI 48 | IOClass 49 | AppleAHCI 50 | IOPCIClassMatch 51 | 0x01060100&0xffffff00 52 | IOPCIPrimaryMatch 53 | 0x2360197b 54 | IOProbeScore 55 | 11000 56 | IOProviderClass 57 | IOPCIDevice 58 | Vendor Name 59 | JMicron 60 | 61 | JMicron JMB360 RAID 62 | 63 | CFBundleIdentifier 64 | com.apple.driver.AppleAHCIPort 65 | Chipset Name 66 | JMB360 RAID 67 | IOClass 68 | AppleAHCI 69 | IOPCIClassMatch 70 | 0x01040000&0xffff0000 71 | IOPCIPrimaryMatch 72 | 0x2360197b 73 | IOProbeScore 74 | 11000 75 | IOProviderClass 76 | IOPCIDevice 77 | Vendor Name 78 | JMicron 79 | 80 | JMicron JMB361 AHCI 81 | 82 | CFBundleIdentifier 83 | com.apple.driver.AppleAHCIPort 84 | Chipset Name 85 | JMB361 AHCI 86 | IOClass 87 | AppleAHCI 88 | IOPCIClassMatch 89 | 0x01060100&0xffffff00 90 | IOPCIPrimaryMatch 91 | 0x2361197b 92 | IOProbeScore 93 | 11000 94 | IOProviderClass 95 | IOPCIDevice 96 | Vendor Name 97 | JMicron 98 | 99 | JMicron JMB361 RAID 100 | 101 | CFBundleIdentifier 102 | com.apple.driver.AppleAHCIPort 103 | Chipset Name 104 | JMB361 RAID 105 | IOClass 106 | AppleAHCI 107 | IOPCIClassMatch 108 | 0x01040000&0xffff0000 109 | IOPCIPrimaryMatch 110 | 0x2361197b 111 | IOProbeScore 112 | 11000 113 | IOProviderClass 114 | IOPCIDevice 115 | Vendor Name 116 | JMicron 117 | 118 | JMicron JMB362 AHCI 119 | 120 | CFBundleIdentifier 121 | com.apple.driver.AppleAHCIPort 122 | Chipset Name 123 | JMB362 AHCI 124 | IOClass 125 | AppleAHCI 126 | IOPCIClassMatch 127 | 0x01060100&0xffffff00 128 | IOPCIPrimaryMatch 129 | 0x2362197b 130 | IOProbeScore 131 | 11000 132 | IOProviderClass 133 | IOPCIDevice 134 | Vendor Name 135 | JMicron 136 | 137 | JMicron JMB362 RAID 138 | 139 | CFBundleIdentifier 140 | com.apple.driver.AppleAHCIPort 141 | Chipset Name 142 | JMB362 RAID 143 | IOClass 144 | AppleAHCI 145 | IOPCIClassMatch 146 | 0x01040000&0xffff0000 147 | IOPCIPrimaryMatch 148 | 0x2362197b 149 | IOProbeScore 150 | 11000 151 | IOProviderClass 152 | IOPCIDevice 153 | Vendor Name 154 | JMicron 155 | 156 | JMicron JMB363 AHCI 157 | 158 | CFBundleIdentifier 159 | com.apple.driver.AppleAHCIPort 160 | Chipset Name 161 | JMB363 AHCI 162 | IOClass 163 | AppleAHCI 164 | IOPCIClassMatch 165 | 0x01060100&0xffffff00 166 | IOPCIPrimaryMatch 167 | 0x2363197b 168 | IOProbeScore 169 | 11000 170 | IOProviderClass 171 | IOPCIDevice 172 | Vendor Name 173 | JMicron 174 | 175 | JMicron JMB363 RAID 176 | 177 | CFBundleIdentifier 178 | com.apple.driver.AppleAHCIPort 179 | Chipset Name 180 | JMB363 RAID 181 | IOClass 182 | AppleAHCI 183 | IOPCIClassMatch 184 | 0x01040000&0xffff0000 185 | IOPCIPrimaryMatch 186 | 0x2363197b 187 | IOProbeScore 188 | 11000 189 | IOProviderClass 190 | IOPCIDevice 191 | Vendor Name 192 | JMicron 193 | 194 | JMicron JMB366 AHCI 195 | 196 | CFBundleIdentifier 197 | com.apple.driver.AppleAHCIPort 198 | Chipset Name 199 | JMB366 AHCI 200 | IOClass 201 | AppleAHCI 202 | IOPCIClassMatch 203 | 0x01060100&0xffffff00 204 | IOPCIPrimaryMatch 205 | 0x2366197b 206 | IOProbeScore 207 | 11000 208 | IOProviderClass 209 | IOPCIDevice 210 | Vendor Name 211 | JMicron 212 | 213 | JMicron JMB366 RAID 214 | 215 | CFBundleIdentifier 216 | com.apple.driver.AppleAHCIPort 217 | Chipset Name 218 | JMB366 RAID 219 | IOClass 220 | AppleAHCI 221 | IOPCIClassMatch 222 | 0x01040000&0xffff0000 223 | IOPCIPrimaryMatch 224 | 0x2366197b 225 | IOProbeScore 226 | 11000 227 | IOProviderClass 228 | IOPCIDevice 229 | Vendor Name 230 | JMicron 231 | 232 | Marvell 88SE9120 233 | 234 | CFBundleIdentifier 235 | com.apple.driver.AppleAHCIPort 236 | Chipset Name 237 | 88SE9120 238 | IOClass 239 | AppleAHCI 240 | IOPCIClassMatch 241 | 0x01060100&0xffffff00 242 | IOPCIPrimaryMatch 243 | 0x91201b4b 244 | IOProbeScore 245 | 15000 246 | IOProviderClass 247 | IOPCIDevice 248 | Vendor Name 249 | Marvell 250 | 251 | Marvell 88SE9123 252 | 253 | CFBundleIdentifier 254 | com.apple.driver.AppleAHCIPort 255 | Chipset Name 256 | 88SE9123 257 | IOClass 258 | AppleAHCI 259 | IOPCIClassMatch 260 | 0x01060100&0xffffff00 261 | IOPCIPrimaryMatch 262 | 0x91231b4b 263 | IOProbeScore 264 | 15000 265 | IOProviderClass 266 | IOPCIDevice 267 | Vendor Name 268 | Marvell 269 | 270 | Marvell 88SE9125 271 | 272 | CFBundleIdentifier 273 | com.apple.driver.AppleAHCIPort 274 | Chipset Name 275 | 88SE9125 276 | IOClass 277 | AppleAHCI 278 | IOPCIClassMatch 279 | 0x01060100&0xffffff00 280 | IOPCIPrimaryMatch 281 | 0x91251b4b 282 | IOProbeScore 283 | 15000 284 | IOProviderClass 285 | IOPCIDevice 286 | Vendor Name 287 | Marvell 288 | 289 | Marvell 88SE9128 290 | 291 | CFBundleIdentifier 292 | com.apple.driver.AppleAHCIPort 293 | Chipset Name 294 | 88SE9128 295 | IOClass 296 | AppleAHCI 297 | IOPCIClassMatch 298 | 0x01060100&0xffffff00 299 | IOPCIPrimaryMatch 300 | 0x91281b4b 301 | IOProbeScore 302 | 15000 303 | IOProviderClass 304 | IOPCIDevice 305 | Vendor Name 306 | Marvell 307 | 308 | Marvell 88SE9172 309 | 310 | CFBundleIdentifier 311 | com.apple.driver.AppleAHCIPort 312 | Chipset Name 313 | 88SE9172 314 | IOClass 315 | AppleAHCI 316 | IOPCIClassMatch 317 | 0x01060100&0xffffff00 318 | IOPCIPrimaryMatch 319 | 0x91721b4b 320 | IOProbeScore 321 | 15000 322 | IOProviderClass 323 | IOPCIDevice 324 | Vendor Name 325 | Marvell 326 | 327 | Marvell 88SE9230 328 | 329 | CFBundleIdentifier 330 | com.apple.driver.AppleAHCIPort 331 | Chipset Name 332 | 88SE9230 333 | IOClass 334 | AppleAHCI 335 | IOPCIClassMatch 336 | 0x01060100&0xffffff00 337 | IOPCIPrimaryMatch 338 | 0x92301b4b 339 | IOProbeScore 340 | 15000 341 | IOProviderClass 342 | IOPCIDevice 343 | Vendor Name 344 | Marvell 345 | 346 | ICH8MAHCI-HPRAID 347 | 348 | CFBundleIdentifier 349 | com.apple.driver.AppleAHCIPort 350 | Chipset Name 351 | ICH8-M AHCI HPRAID 352 | IOClass 353 | AppleICH8AHCI 354 | IOPCIPrimaryMatch 355 | 0x282a8086 356 | IOProbeScore 357 | 2000 358 | IOProviderClass 359 | IOPCIDevice 360 | Vendor Name 361 | Intel 362 | 363 | 364 | NSHumanReadableCopyright 365 | MacMan @ tonymacx86.com 366 | OSBundleRequired 367 | Local-Root 368 | 369 | 370 | --------------------------------------------------------------------------------