Skip to content

Commit

Permalink
OpenCore working now, but trackpad not works
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Jul 5, 2019
1 parent cb8334e commit d671fdc
Show file tree
Hide file tree
Showing 32 changed files with 6,893 additions and 130 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/ACPI/.DS_Store
Binary file not shown.
Empty file modified EFIOC/.DS_Store
100644 → 100755
Empty file.
Binary file added EFIOC/APPLE/EXTENSIONS/Firmware.scap
Binary file not shown.
Empty file modified EFIOC/BOOT/BOOTx64.efi
100644 → 100755
Empty file.
Binary file modified EFIOC/OC/.DS_Store
100644 → 100755
Binary file not shown.
Empty file modified EFIOC/OC/ACPI/.DS_Store
100644 → 100755
Empty file.
Binary file modified EFIOC/OC/ACPI/SSDT-PNLF.aml
Binary file not shown.
Binary file added EFIOC/OC/ACPI/SSDT-XOSI.aml
Binary file not shown.
Empty file modified EFIOC/OC/Drivers/VirtualSmc.efi
100644 → 100755
Empty file.
Binary file modified EFIOC/OC/Kexts/.DS_Store
100644 → 100755
Binary file not shown.
Empty file modified EFIOC/OC/Kexts/AppleALC.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/CPUFriend.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/HibernationFixup.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/Lilu.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/SMCProcessor.kext/Contents/Info.plist
100644 → 100755
Empty file.
6,863 changes: 6,863 additions & 0 deletions EFIOC/OC/Kexts/USBInjectAll.kext/Contents/Info.plist

Large diffs are not rendered by default.

Binary file not shown.
126 changes: 0 additions & 126 deletions EFIOC/OC/Kexts/USBPorts.kext/Contents/Info.plist

This file was deleted.

Empty file modified EFIOC/OC/Kexts/VirtualSMC.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/Kexts/VoodooI2C.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified EFIOC/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFIOC/OC/OpenCore.efi
100644 → 100755
Empty file.
34 changes: 30 additions & 4 deletions EFIOC/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<key>Comment</key>
<string>change USTP to XSTP</string>
<key>Count</key>
<integer>0</integer>
<integer>1</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
Expand Down Expand Up @@ -339,6 +339,32 @@
<key>TableSignature</key>
<data></data>
</dict>
<dict>
<key>Comment</key>
<string>change _OSI to XOSI, pair with SSDT-XOSI.aml</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X09TSQ==</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WE9TSQ==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict>
</array>
<key>Quirks</key>
<dict>
Expand Down Expand Up @@ -538,7 +564,7 @@
<key>BundlePath</key>
<string>Lilu.kext</string>
<key>Comment</key>
<string></string>
<string>Sound</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand Down Expand Up @@ -746,13 +772,13 @@
</dict>
<dict>
<key>BundlePath</key>
<string>VoodooI2CHID.kext</string>
<string>VoodooI2CSynaptics.kext</string>
<key>Comment</key>
<string>Trackpad</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooI2CHID</string>
<string>Contents/MacOS/VoodooI2CSynaptics</string>
<key>MatchKernel</key>
<string></string>
<key>PlistPath</key>
Expand Down

0 comments on commit d671fdc

Please sign in to comment.