Skip to content

Commit

Permalink
Minor config.plist refinements
Browse files Browse the repository at this point in the history
This commit mainly changes a couple of "Debug" settings in the config.plist, and also disables some Quirks that don't seem to be needed for this hardware. I've tested the configuration on my hardware, and everything seems to be working fine, but I decided to make this commit after the release of v0.9.7 in the hopes that if any of these changes cause issues, somebody else will report an issue with the "main" branch version of the configuration.

Signed-off-by: UHDbits <[email protected]>
  • Loading branch information
UHDbits committed Dec 19, 2023
1 parent 462d259 commit eb8fa82
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>ResetHwSig</key>
<false/>
<key>ResetLogoStatus</key>
<true/>
<false/>
<key>SyncTableIds</key>
<false/>
</dict>
Expand Down Expand Up @@ -693,7 +693,7 @@
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<false/>
<true/>
<key>ApplePanic</key>
<true/>
<key>DisableWatchDog</key>
Expand All @@ -707,7 +707,7 @@
<key>SysReport</key>
<false/>
<key>Target</key>
<integer>3</integer>
<integer>0</integer>
</dict>
<key>Entries</key>
<array/>
Expand Down Expand Up @@ -786,10 +786,10 @@
<dict>
<key>OCLP-Settings</key>
<string>-allow_fv -allow_amfi</string>
<key>rtc-blacklist</key>
<data></data>
<key>revpatch</key>
<string>sbvmm</string>
<key>rtc-blacklist</key>
<data></data>
</dict>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<dict>
Expand All @@ -816,14 +816,15 @@
<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
<array>
<string>OCLP-Settings</string>
<string>rtc-blacklist</string>
<string>revpatch</string>
<string>rtc-blacklist</string>
</array>
<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
<array>
<string>ForceDisplayRotationInEFI</string>
<string>boot-args</string>
<string>csr-active-config</string>
<string>prev-lang:kbd</string>
</array>
</dict>
<key>LegacyOverwrite</key>
Expand Down Expand Up @@ -945,7 +946,7 @@
<integer>0</integer>
</dict>
<key>ConnectDrivers</key>
<true/>
<false/>
<key>Drivers</key>
<array>
<dict>
Expand Down Expand Up @@ -1100,7 +1101,7 @@
<key>FirmwareVolume</key>
<true/>
<key>HashServices</key>
<true/>
<false/>
<key>OSInfo</key>
<false/>
<key>PciIo</key>
Expand Down

0 comments on commit eb8fa82

Please sign in to comment.