Skip to content

Commit

Permalink
Merge pull request #7 from jtaczanowski/opencore_0_7_5
Browse files Browse the repository at this point in the history
Update to OpenCore 0.7.5, update SSDT-XOSI.aml
  • Loading branch information
jtaczanowski authored Nov 14, 2021
2 parents 48473d2 + d8b6556 commit 6400de8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
Binary file modified EFI/OC/ACPI/SSDT-XOSI.aml
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenLinuxBoot.efi
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
4 changes: 4 additions & 0 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
<integer>0</integer>
<key>RebuildAppleMemoryMap</key>
<true/>
<key>ResizeAppleGpuBars</key>
<integer>-1</integer>
<key>SetupVirtualMap</key>
<false/>
<key>SignalAppleOS</key>
Expand Down Expand Up @@ -1709,6 +1711,8 @@
<false/>
<key>RequestBootVarRouting</key>
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenCore bootloader configuration which allows you to run macOS on ThinkPad X201



# What's working - tested on macOS BigSur 11.6 ✅
# What's working - tested on macOS BigSur 11.6.1
- [x] CPU Power Management. Thanks to the patched LPC device-id ```pci8086,3b07``` -> ```pci8086,3b09``` and setting SystemProductName to MacBookPro6,2 native power management through appleLPC is fully working like on oryginal MacBookPro6,2. CPU speedstep is working, Turbo Boost is also working - my CPU clock exceeds 3 GHz when needed.
- [x] Intel HD graphics with QE/CI acceleration
- [x] USB ports
Expand Down Expand Up @@ -72,7 +72,7 @@ Graphics acceleration can be achieved by loading patched kext, thanks to ASentie
To load patched kext I use OpenCore Legacy Patcher dedicated for old Macs. Fortunately it can be used to load patched kexts for X201.

## How to load patched graphics kexts:
1) Download OpenCore Legacy Patcher. I used version [0.2.5](https://github.com/dortania/OpenCore-Legacy-Patcher/releases/download/0.2.5/OpenCore-Patcher-TUI.app.zip) and unzip it.
1) Download OpenCore Legacy Patcher. I used version [0.3.1](https://github.com/dortania/OpenCore-Legacy-Patcher/releases/download/0.3.1/OpenCore-Patcher-TUI.app.zip) and unzip it.
2) Run OpenCore-Patcher.
+ select 4 (Change Model) and enter ```MacBookPro6,2```
+ select 3 (Post-Install Volume Patch)
Expand Down

0 comments on commit 6400de8

Please sign in to comment.