Skip to content

Commit

Permalink
fix #79 OpenCore trackpad and modified Clover fixes. Will fix I2C soo…
Browse files Browse the repository at this point in the history
…n too
  • Loading branch information
johnnynunez committed Feb 3, 2020
1 parent 2c1a2b0 commit 3f2266d
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 17 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.
Binary file modified EFI/CLOVER/ACPI/patched/.DS_Store
Binary file not shown.
30 changes: 27 additions & 3 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<key>Comment</key>
<string>Rename TPD0._CRS to XCRS</string>
<key>Disabled</key>
<false/>
<true/>
<key>Find</key>
<data>Q1JTAKAO</data>
<key>Replace</key>
Expand All @@ -46,7 +46,7 @@
<key>Comment</key>
<string>change PCI0.GPI0._STA to PCI0.GPI0.XSTA</string>
<key>Disabled</key>
<false/>
<true/>
<key>Find</key>
<data>X1NUQQCgCZNT</data>
<key>Replace</key>
Expand Down Expand Up @@ -82,6 +82,30 @@
<key>Replace</key>
<data>WFNUQQCgDZNQ</data>
</dict>
<dict>
<key>Comment</key>
<string>Rename TPD0.CRS</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>X0NSUw==</data>
<key>Replace</key>
<data>WENSUw==</data>
<key>TgtBridge</key>
<data>VFBEMA==</data>
</dict>
<dict>
<key>Comment</key>
<string>Rename GPI0</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>X1NUQQ==</data>
<key>Replace</key>
<data>WFNUQQ==</data>
<key>TgtBridge</key>
<data>R1BJMA==</data>
</dict>
</array>
</dict>
<key>FixHeaders</key>
Expand Down Expand Up @@ -486,4 +510,4 @@
<true/>
</dict>
</dict>
</plist>
</plist>
Binary file modified EFIOC/.DS_Store
Binary file not shown.
Binary file modified EFIOC/OC/.DS_Store
Binary file not shown.
34 changes: 20 additions & 14 deletions EFIOC/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<false/>
<true/>
<key>Find</key>
<data>X1ExRA==</data>
<key>Limit</key>
Expand Down Expand Up @@ -261,73 +261,73 @@
</dict>
<dict>
<key>Comment</key>
<string>Rename TPD0._CRS to XCRS</string>
<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>Q1JTAKAO</data>
<data>X09TSQ==</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WENSU6AO</data>
<data>WE9TSQ==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>VFBEMA==</data>
<data>RFNEVA==</data>
</dict>
<dict>
<key>Comment</key>
<string>change PCI0.GPI0._STA to PCI0.GPI0.XSTA</string>
<string>Rename TPD0._CRS to XCRS</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X1NUQQCgCZNT</data>
<data>FEAHX0NSUwA=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WFNUQQCgCZNT</data>
<data>FEAHWENSUwA=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data>R1BJMA==</data>
<data>U1NEVA==</data>
</dict>
<dict>
<key>Comment</key>
<string>change _OSI to XOSI, pair with SSDT-XOSI.aml</string>
<string>Rename GPI0._STA to XSTA (Trackpad)</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<false/>
<true/>
<key>Find</key>
<data>X09TSQ==</data>
<data>FB1fU1RBAKAJk1M=</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WE9TSQ==</data>
<data>FB1YU1RBAKAJk1M=</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
Expand Down Expand Up @@ -1090,6 +1090,8 @@
<false/>
<key>DisableIoMapper</key>
<true/>
<key>DummyPowerManagement</key>
<false/>
<key>ExternalDiskIcons</key>
<false/>
<key>IncreasePciBarSize</key>
Expand All @@ -1114,6 +1116,8 @@
<array/>
<key>Boot</key>
<dict>
<key>BuiltinTextRenderer</key>
<false/>
<key>ConsoleBehaviourOs</key>
<string></string>
<key>ConsoleBehaviourUi</key>
Expand All @@ -1130,6 +1134,8 @@
<string></string>
<key>ShowPicker</key>
<true/>
<key>TakeoffDelay</key>
<integer>0</integer>
<key>Timeout</key>
<integer>4</integer>
<key>UsePicker</key>
Expand Down Expand Up @@ -1389,4 +1395,4 @@
</dict>
</dict>
</dict>
</plist>
</plist>

0 comments on commit 3f2266d

Please sign in to comment.