Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminX committed Dec 12, 2022
1 parent eb06be1 commit 3061722
Show file tree
Hide file tree
Showing 24 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2022-11-11 / Version 3.1.0
Verified working with 13.0.1 (22A400) and upgrade to OpenCore 0.8.6 / AppleALC 1.7.6.

2022-10-27 / Version 3.0.0
Verified working with 13.0 (22A380) and upgrade to OpenCore 0.8.5. Enabled VT-D.
Verified working with 13.0 (22A380) and upgrade to OpenCore 0.8.5.

2022-10-09 / Version 2.2.9
Verified working with 12.6 RC (21G115) and fix ResizeAppleGpuBars value to -1 disabled.
Expand Down
Empty file modified EFI/BOOT/BOOTX64.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Drivers/AudioDxe.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Drivers/OpenCanopy.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Drivers/OpenHfsPlus.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Drivers/OpenRuntime.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified EFI/OC/OpenCore.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/BootKicker.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/ChipTune.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/CleanNvram.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/ControlMsrE2.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/CsrUtil.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/GopStop.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/KeyTester.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/MmapDump.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/OpenControl.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/OpenShell.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/ResetSystem.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/RtcRw.efi
100644 → 100755
Empty file.
Empty file modified EFI/OC/Tools/TpmInfo.efi
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<key>RebuildAppleMemoryMap</key>
<true/>
<key>ResizeAppleGpuBars</key>
<integer>-1</integer>
<integer>8</integer>
<key>SetupVirtualMap</key>
<true/>
<key>SignalAppleOS</key>
Expand Down Expand Up @@ -784,7 +784,7 @@
<key>MaxBIOSVersion</key>
<false/>
<key>MLB</key>
<string>ChangeMe</string>
<string>ChangMe</string>
<key>ProcessorType</key>
<integer>0</integer>
<key>ROM</key>
Expand All @@ -796,9 +796,9 @@
<key>SystemProductName</key>
<string>iMac19,1</string>
<key>SystemSerialNumber</key>
<string>ChangeMe</string>
<string>ChangMe</string>
<key>SystemUUID</key>
<string>ChangeMe</string>
<string>ChangMe</string>
</dict>
<key>UpdateDataHub</key>
<true/>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Verified working with macOS version 13.0.1 (22A400) Ventura and OpenCore 0.8.7.
![SN/UUID/MLB](https://github.com/BenjaminX/Hackintosh-Gigabyte-Z390M-GAMING/blob/master/Tips/MLBUUIDSN.png)

## Updates
2022-12-12 / Version 3.2.1
Fix ResizeAppleGpuBars value to 8 and Resize BAR Support to Auto in BIOS, Enabled VT-D.

2022-12-09 / Version 3.2.0
Verified working with 13.0.1 (22A400) and upgrade to OpenCore 0.8.7 / AppleALC 1.7.7 / WhateverGreen 1.6.2.

2022-11-11 / Version 3.1.0
Verified working with 13.0.1 (22A400) and upgrade to OpenCore 0.8.6 / AppleALC 1.7.6.

> [Changelog History](https://github.com/BenjaminX/Hackintosh-Gigabyte-Z390M-GAMING/tree/master/Changelog.txt)
Included items table
Expand Down Expand Up @@ -105,7 +105,7 @@ Based on F9 version.
- Aperture Size → **256M**
- Audio Controller → **Enabled**
- Above 4G Decoding → **Enabled**
- Resize BAR Support → **Disabled** **New Feature, very Important**
- Resize BAR Support → **Auto**
- Super IO Configuration
- Serial Port → **Disabled**
- USB Configuration
Expand Down

0 comments on commit 3061722

Please sign in to comment.