Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sequoia and OpenCore Legacy Patcher Support #1136

Open
khronokernel opened this issue Jun 26, 2024 · 0 comments
Open

macOS Sequoia and OpenCore Legacy Patcher Support #1136

khronokernel opened this issue Jun 26, 2024 · 0 comments

Comments

@khronokernel
Copy link
Member

khronokernel commented Jun 26, 2024

Another year, another WWDC and macOS version. This time with macOS 15, Sequoia, and a surprising lack of dropped hardware compared to previous years 🎉.

As the OS has been in developer beta for a few weeks now, we've compiled a list of challenges the patcher will need to overcome for this fall. This list will likely expand as we determine more issues with older systems.


  • Dropped Models
  • T2 MacBook Air and OpenCorePkg Challenge
  • Trackpad Support
  • MacPro3,1 Dual Socket Support
  • New non-functional features
  • General patches needing updates:
    • Graphics:
      • Metal 31001
      • Metal 3802
      • Non-Metal
    • Wireless
    • T1 Chip
    • USB 1.1
  • Overall timeline for support

Dropped Models

One of the most tame OS releases since macOS Catalina, currently only 2 Macs were dropped:

MacBookAir8,1: MacBook Air (Retina, 13-inch, 2018)
MacBookAir8,2: MacBook Air (Retina, 13-inch, 2019)

T2 MacBook Air and OpenCorePkg Challenge

The current biggest issue we face with supporting the MacBookAir8,x (2018/19) series is the T2 chip's lack of communication when booted through OpenCorePkg.

What happens when one of these units boots through OpenCorePkg is that AppleKeyStore.kext panics due to timeouts with the T2 chip:

"AppleKeyStore":3212:0: sks timeout strike 18
"AppleKeyStore":3212:0: sks timeout strike 19
"AppleKeyStore":3212:0: sks timeout strike 20
panic(cpu 0 caller 0xffffff801cd12509): "AppleSEPManager panic for "AppleKeyStore": sks request timeout" @AppleSEPManagerIntel.cpp:809

This affects not only macOS Sequoia, but macOS Ventura and Sonoma are confirmed to have the same issue. Thus an underlying problem with the MacBookAir8,x's firmware where it is not happy with OpenCorePkg.

We currently do not have any leads on what exactly breaks the T2.

Trackpad Support

Certain Force Touch Trackpads lost support in macOS Sequoia, namely those used by unsupported Macs. The primary issue is simply the loss of identifiers to match onto older hardware.

For most hardware, this has been resolved with the following commit:

MacPro3,1 Dual Socket Support

Currently on macOS Sequoia, MacPro3,1 (2008) fails to boot due to a CPU panic:

processor_boot(): missing for cpu 4 @processor.c:876

This is due to the dual socket nature of the machine, and likely some firmware/ACPI table incompatibility. Temporary solution is to use cpus=4 boot argument (limiting to single socket), proper solution is currently unknown.

New non-functional features

iPhone Mirroring and Apple Intelligence won't be functional on majority of patched Macs.

iPhone Mirroring requires T2 for attestation and Apple Intelligence requires an NPU only found in Apple Silicon, the patcher is unable to provide a fix for these as they're hardware requirements.

General patches needing updates

The following patches have broken either partially or entirely. This will require additional work to properly identify issues and solutions:

  • Graphics:
    • Metal 31001
      • Intel Broadwell and Skylake
      • AMD legacy GCN, and modern GCN on non-AVX2.0
      • Resolved with 1cbee93
    • Metal 3802
      • Intel Ivy Bridge and Haswell
      • Nvidia Kepler
      • Resolved with 27d95a9
    • ~~Non-Metal
      • Intel Iron Lake and Sandy Bridge
      • AMD TeraScale
      • Nvidia Tesla and Web Drivers
      • Resolved with 00ea5a7
  • Wireless
  • T1 Chip
  • USB 1.1

Note that the Photos app is broken on non-Metal Macs

Overall timeline for support

As with every year, we cannot promise when support with be added. However following previous years' predictions, we hope for winter 2024 with OpenCore Legacy Patcher v2.0.0.

Development has been going strong internally and we hope everyone's excited!


For those watching development closely, know there will be a lack of commits for the month of July. This is primarily due to some scheduled surgeries for myself, and other members will be focusing on their amazing research and patch development. Thus the Python patching frontend and likely PatcherSupportPkg will be quiet. We hope to resume commits in August!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant