Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 3.61 KB

README_EN.md

File metadata and controls

87 lines (73 loc) · 3.61 KB

OPENCORE Version 1.0.1

Language

Hardware Info

  • Motherboard:ASUS TUF GAMING B550M-ZAKU (WI-FI)
  • CPU:AMD Ryzen9 5900X
  • GPU:TOXIC AMD Radeon™ RX 6900 XT Limited Edition
  • RAM:COLORFUL 8GB ddr4 3200 X4
  • Wireless:Intel AX200 onboard

Currently System Version:macOS Sonoma 14.6.1

image


image

EFI Notes

ACPI

  • SSDT-CPUR.aml
  • SSDT-EC-USBX.aml
  • SSDT-SBUS-MCHC.aml
  • SSDT-PLUG_RYZEN.aml

DP/deviceproperties

  • Ethernet Built-in(Different motherboards need to modify the pci device address, which can be deleted if it is troublesome):PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x2)/Pci(0x9,0x0)/Pci(0x0,0x0)
  • Wi-fI Built-in(Different motherboards need to modify the pci device address, which can be deleted if it is troublesome):PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x2)/Pci(0x8,0x0)/Pci(0x0,0x0)
  • 6900xt dpinfo-inject(Necessary to modify the address of the pci device, but it can be deleted if it is troublesome): PciRoot(0x0)/Pci(0x3,0x1)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)

Kernel

  1. Lilu.kext
  2. VirtualSMC.kext
  3. AppleMCEReporterDisabler.kext
  4. WhateverGreen.kext NootRX.kext *!
  5. AppleALC.kext
  6. BlueToolFixup.kext
  7. IntelBluetoothFirmware.kext
  8. IntelBTPatcher.kext
  9. RTCMemoryFixup.kext
  10. RestrictEvents.kext
  11. Innie.kext
  12. NVMeFix.kext
  13. LucyRTL8125Ethernet.kext
  14. HibernationFixup.kext
  15. AMDRyzenCPUPowerManagement.kext *!
  16. SMCAMDProcessor.kext
  17. SMCSuperIO.kext
  18. SMCRadeonSensors.kext *!
  19. USBPorts.kext
  20. XHCI-unsupported.kext

  1. AMDRyzenCPUPowerManagement.kext、SMCAMDProcessor.kext、AMD.Power.Gadget.app need to be used together;
  2. SMCRadeonSensors.kext、stats.app need to be used together.
  3. AirportItlwm.kext replaced with itlwm.kext,needs to be used with HeliPort.app

Kernel-Patch

Beginning with “algrey - Force cpuid_cores_per_package” had been modified to 5900X; PAT patch method uses Shaneee's patch in this EFI file(to solve the low frame rate of infuse.app) Kernel Patch And Usage(AMD_Vanilla)

Misc

The file “configo.plist” removes "-v" and OpenCore menus,“configv.plist” for showing.(30s timeout); !: Recommended for initial use “configv.plist”(rename “configv.plist” to “config.plist”

Platforminfo

Change the product model name you need and generate seria number.

Usage

  1. Sleep is not turned on;
  2. Unable to use Airplay;
  3. Bluetooth cannot transfer files;
  4. Continuous intercommunication cameras require wired connection.

The updated EFI file is downloaded in Release

Related Links

  1. https://dortania.github.io/getting-started/(opencore官方指导)
  2. https://apple.sqlsec.com/ (国光黑苹果)
  3. https://space.bilibili.com/16323318?spm_id_from=333.337.0.0 (大头蔡Cass)
  4. https://www.youtube.com/@casstsai (大头蔡Cass)