Skip to content

Commit

Permalink
chore: upgrade opencore to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jun 30, 2023
1 parent 0ffe523 commit 11a478a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
Binary file modified EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
18 changes: 15 additions & 3 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@
<false/>
<key>DisableIoMapper</key>
<true/>
<key>DisableIoMapperMapping</key>
<false/>
<key>DisableLinkeditJettison</key>
<true/>
<key>DisableRtcChecksum</key>
Expand Down Expand Up @@ -897,7 +899,7 @@
<key>AdviseFeatures</key>
<false/>
<key>MLB</key>
<string>CHANGE ME</string>
<string></string>
<key>MaxBIOSVersion</key>
<false/>
<key>ProcessorType</key>
Expand All @@ -911,9 +913,9 @@
<key>SystemProductName</key>
<string>iMac19,1</string>
<key>SystemSerialNumber</key>
<string>CHANGE ME</string>
<string></string>
<key>SystemUUID</key>
<string>CHANGE ME</string>
<string></string>
</dict>
<key>UpdateDataHub</key>
<true/>
Expand Down Expand Up @@ -1073,16 +1075,22 @@
<dict>
<key>ClearScreenOnModeSwitch</key>
<false/>
<key>ConsoleFont</key>
<string></string>
<key>ConsoleMode</key>
<string></string>
<key>DirectGopRendering</key>
<false/>
<key>ForceResolution</key>
<false/>
<key>GopBurstMode</key>
<false/>
<key>GopPassThrough</key>
<string>Disabled</string>
<key>IgnoreTextInGraphics</key>
<false/>
<key>InitialMode</key>
<string>Auto</string>
<key>ProvideConsoleGop</key>
<true/>
<key>ReconnectGraphicsOnConnect</key>
Expand Down Expand Up @@ -1138,6 +1146,8 @@
<false/>
<key>OSInfo</key>
<false/>
<key>PciIo</key>
<false/>
<key>UnicodeCollation</key>
<false/>
</dict>
Expand Down Expand Up @@ -1167,6 +1177,8 @@
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down

0 comments on commit 11a478a

Please sign in to comment.