Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Add OC with ReservedMemory support to fix hibernation
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Sep 28, 2020
1 parent 76b6852 commit bf6a685
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 3 deletions.
Binary file modified BOOT/BOOTX64.efi
Binary file not shown.
Binary file modified OC/Bootstrap/Bootstrap.efi
Binary file not shown.
Binary file modified OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified OC/Drivers/CrScreenshotDxe.efi
Binary file not shown.
Binary file modified OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file modified OC/OpenCore.efi
Binary file not shown.
12 changes: 9 additions & 3 deletions OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1798,8 +1798,12 @@
<dict>
<key>AdviseWindows</key>
<false/>
<key>ARTFrequency</key>
<integer>0</integer>
<key>MLB</key>
<string>C02953609GUJH4R1F</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
<data></data>
<key>SpoofVendor</key>
Expand Down Expand Up @@ -1970,13 +1974,15 @@
<array>
<dict>
<key>Address</key>
<integer>268435456</integer>
<integer>569344</integer>
<key>Type</key>
<string>RuntimeCode</string>
<key>Comment</key>
<string>HD3000: IGPU memory corruption errata</string>
<string>Fix black screen on wake from hibernation for Lenovo Thinkpad T480/T490</string>
<key>Enabled</key>
<false/>
<key>Size</key>
<integer>268435456</integer>
<integer>4096</integer>
</dict>
</array>
</dict>
Expand Down
Binary file added Other/OpenCore_Configuration.pdf
Binary file not shown.
Binary file modified Other/OpenCore_Differences.pdf
Binary file not shown.

0 comments on commit bf6a685

Please sign in to comment.