Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Update to OpenCore 0.8.4
Browse files Browse the repository at this point in the history
### News / Fixes:
- **Removed** all @andrehessels work and builded myself from scratch.
- Booted **macOS Ventura Beta 7** with any problems
- Used the same USB Map (but needs a fix in the future)
- Detected iGPU acceleration issues, I need another iCL Framebuffer ([what im talking about](https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#intel-iris-plus-graphics-ice-lake-processors))
- Internal SSD is working.
- WiFi and Bluetooth are now "natively" working
- iCloud, iMessages, FaceTime, etc.. are working (but the iCloud must be signed in after installation on Settings)
- config.plist well done.
- Fixed flickering issues on login

### Not Working:
- Sleep is currently not working and it will reboot if you press the button from Apple Logo.
- Trackpad
- Internal Microphone (Im sure needs a different layout for AppleALC)
- Touch Display
- Finger Unlock (Never would)
- Also the BIOS is crazy poor.

---

### Help is needed for a trackpad fix

---

### Other Issues:
- Ive noticed some TSC issues on latest boot stage might need a fix in the future

With this EFI you should be able to boot into macOS Big Sur UP to VENTURA BETA 7 and install it with no problem.
  • Loading branch information
RobyRew committed Sep 20, 2022
1 parent e5aadf2 commit 0fca9eb
Show file tree
Hide file tree
Showing 68 changed files with 1,285 additions and 966 deletions.
Binary file modified RELEASE/EFI/BOOT/BOOTx64.efi
Binary file not shown.
Binary file modified RELEASE/EFI/OC/ACPI/SSDT-AWAC.aml
Binary file not shown.
Binary file added RELEASE/EFI/OC/ACPI/SSDT-EC-USBX-LAPTOP.aml
Binary file not shown.
Binary file removed RELEASE/EFI/OC/ACPI/SSDT-EC.aml
Binary file not shown.
Binary file removed RELEASE/EFI/OC/ACPI/SSDT-GPI0.aml
Binary file not shown.
Binary file added RELEASE/EFI/OC/ACPI/SSDT-RHUB.aml
Binary file not shown.
Binary file removed RELEASE/EFI/OC/ACPI/SSDT-USB-Reset.aml
Binary file not shown.
Binary file removed RELEASE/EFI/OC/ACPI/SSDT-USBX.aml
Binary file not shown.
Binary file added RELEASE/EFI/OC/ACPI/SSDT-XOSI.aml
Binary file not shown.
Binary file added RELEASE/EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified RELEASE/EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified RELEASE/EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file added RELEASE/EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
24 changes: 13 additions & 11 deletions RELEASE/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H1419</string>
<string>20G730</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,27 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11A420a</string>
<string>13C100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<string>12.1</string>
<key>DTSDKBuild</key>
<string>19A547</string>
<string>21C46</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx12.1</string>
<key>DTXcode</key>
<string>1100</string>
<string>1321</string>
<key>DTXcodeBuild</key>
<string>11A420a</string>
<string>13C100</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
Expand All @@ -62,8 +64,8 @@
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IO80211Family</key>
<string>1200.12.2b1</string>
<key>com.apple.iokit.IO80211FamilyLegacy</key>
<string>600.0</string>
<key>com.apple.iokit.IONetworkingFamily</key>
<string>3.2</string>
<key>com.apple.iokit.IOPCIFamily</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 0fca9eb

Please sign in to comment.