Skip to content

Commit

Permalink
Update OC Ver
Browse files Browse the repository at this point in the history
- 更新 OpenCore 版本
- 添加 RX5700 显卡信息,降低 12.3 对独显的影响
  • Loading branch information
seanzhang98 committed Mar 22, 2022
1 parent de734a8 commit 212fc14
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**0.7.9 (2022-03-22):**

- 更新 OpenCore 版本
- 添加 RX5700 显卡信息,降低 12.3 对独显的影响
- Update OpenCore
- Added Device properties for RX5700
</br>

**0.7.2 (2021-08-05):**

- 更新 OpenCore 版本
Expand Down
Binary file modified EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/AudioDxe.efi
100755 → 100644
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenHfsPlus.efi
100755 → 100644
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
32 changes: 20 additions & 12 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,6 @@
<dict>
<key>Add</key>
<dict>
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>ATY,DeviceName</key>
<string>5700</string>
<key>ATY,FamilyName</key>
<string>Radeon RX</string>
<key>model</key>
<string>Radeon RX 5700</string>
<key>shikigva</key>
<integer>80</integer>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
Expand All @@ -278,6 +267,23 @@
<key>model</key>
<string>Intel UHD Graphics 630</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>@0,name</key>
<string>ATY,Adder</string>
<key>@1,name</key>
<string>ATY,Adder</string>
<key>@2,name</key>
<string>ATY,Adder</string>
<key>@3,name</key>
<string>ATY,Adder</string>
<key>ATY,DeviceName</key>
<string>5700</string>
<key>ATY,FamilyName</key>
<string>Radeon RX</string>
<key>model</key>
<string>Radeon RX 5700</string>
</dict>
</dict>
<key>Delete</key>
<dict/>
Expand Down Expand Up @@ -689,6 +695,8 @@
<integer>0</integer>
<key>DisplayLevel</key>
<integer>0</integer>
<key>LogModules</key>
<string>*</string>
<key>SerialInit</key>
<false/>
<key>SysReport</key>
Expand Down Expand Up @@ -996,7 +1004,7 @@
<key>SystemAudioVolume</key>
<data>UA==</data>
<key>boot-args</key>
<string>alcid=7 darkwake=0 agdpmod=pikera slide=1</string>
<string>alcid=7 darkwake=0 agdpmod=pikera slide=1 shikigva=80 </string>
<key>csr-active-config</key>
<data>DnCwAA==</data>
<key>prev-lang:kbd</key>
Expand Down

0 comments on commit 212fc14

Please # to comment.