Skip to content

Commit

Permalink
fixed config / upgrade for OC 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoute committed Dec 19, 2021
1 parent 9c0b197 commit cbb725f
Showing 1 changed file with 73 additions and 11 deletions.
84 changes: 73 additions & 11 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,23 @@
<false/>
<key>SyncRuntimePermissions</key>
<true/>
<key>ResizeAppleGpuBars</key>
<integer>-1</integer>
</dict>
</dict>
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)
<key>PciRoot(0x0)/Pci(0x1b,0x0)
</key>
<dict>
<key>PciRoot(0x0)/Pci(0x1b,0x0)
<key>layout-id</key>
<integer>1</integer>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)
</key>
<dict/>
<dict>
<key>AAPL,ig-platform-id</key>
<data>BwCbPg==</data>
<key>framebuffer-patch-enable</key>
Expand Down Expand Up @@ -416,6 +421,24 @@
<key>BundlePath</key>
<string>USBPorts.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string>20.0.0</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/CtlnaAHCIPort</string>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>CtlnaAHCIPort.kext</string>
</dict>
</array>
<key>Block</key>
<array>
Expand Down Expand Up @@ -774,7 +797,7 @@
<key>Debug</key>
<dict>
<key>AppleDebug</key>
<true/>
<false/>
<key>ApplePanic</key>
<true/>
<key>DisableWatchDog</key>
Expand All @@ -785,10 +808,8 @@
<integer>2147483650</integer>
<key>SerialInit</key>
<false/>
<key>SysReport</key>
<false/>
<key>Target</key>
<integer>67</integer>
<integer>3</integer>
</dict>
<key>Entries</key>
<array>
Expand All @@ -809,6 +830,8 @@
<string>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI</string>
<key>TextMode</key>
<false/>
<key>SysReport</key>
<false/>
</dict>
</array>
<key>Security</key>
Expand Down Expand Up @@ -889,7 +912,7 @@
<key>SystemAudioVolume</key>
<data>Rg==</data>
<key>boot-args</key>
<string>-v keepsyms=1 debug=0x100 alcid=1 igfxonln=1</string>
<string>keepsyms=1 debug=0x100 alcid=1 igfxonln=1</string>
<key>csr-active-config</key>
<data>AAAAAA==</data>
<key>prev-lang:kbd</key>
Expand Down Expand Up @@ -1023,6 +1046,8 @@
<integer>1</integer>
<key>PointerSpeedMul</key>
<integer>1</integer>
<key>GraphicsInputMirroring</key>
<true/>
</dict>
<key>Audio</key>
<dict>
Expand All @@ -1049,9 +1074,36 @@
<true/>
<key>Drivers</key>
<array>
<string>HfsPlus.efi</string>
<string>OpenRuntime.efi</string>
<string>OpenCanopy.efi</string>
<dict>
<key>Path</key>
<string>HfsPlus.efi</string>
<key>Enabled</key>
<true/>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
</dict>
<dict>
<key>Path</key>
<string>OpenRuntime.efi</string>
<key>Enabled</key>
<true/>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
</dict>
<dict>
<key>Path</key>
<string>OpenCanopy.efi</string>
<key>Enabled</key>
<true/>
<key>Arguments</key>
<string></string>
<key>Comment</key>
<string></string>
</dict>
</array>
<key>Input</key>
<dict>
Expand Down Expand Up @@ -1100,6 +1152,10 @@
<string>BuiltinGraphics</string>
<key>UgaPassThrough</key>
<false/>
<key>UIScale</key>
<integer>0</integer>
<key>ReconnectGraphicsOnConnect</key>
<false/>
</dict>
<key>ProtocolOverrides</key>
<dict>
Expand Down Expand Up @@ -1164,6 +1220,12 @@
<integer>0</integer>
<key>UnblockFsConnect</key>
<false/>
<key>ForceOcWriteFlash</key>
<false/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>EnableVmx</key>
<false/>
</dict>
<key>ReservedMemory</key>
<array>
Expand Down

0 comments on commit cbb725f

Please sign in to comment.