OpenCore 0.5.9 正式版 + LILU WEG ALC SMC OCC 全家桶分享
本帖最后由 305451372 于 2020-6-2 01:06 编辑OCC 2.5搬运地址: https://conversun.lanzous.com/id8kh3g
配置极简模板 EFI, 我的两台黑果都在用, 仅供参考, 0.5.9 待更新
Docs
├── AcpiSamples
│ ├── SSDT-ALS0.dsl
│ ├── SSDT-AWAC.dsl
│ ├── SSDT-EC-USBX.dsl
│ ├── SSDT-EC.dsl
│ ├── SSDT-EHCx_OFF.dsl
│ ├── SSDT-IMEI.dsl
│ ├── SSDT-PLUG.dsl
│ ├── SSDT-PMC.dsl
│ ├── SSDT-RTC0.dsl
│ └── SSDT-SBUS-MCHC.dsl
├── Changelog.md
├── Sample.plist
└── SampleFull.plist
EFI
├── BOOT
│ └── BOOTx64.efi
└── OC
├── ACPI
├── Bootstrap
│ └── Bootstrap.efi
├── Drivers
│ ├── AudioDxe.efi
│ ├── CrScreenshotDxe.efi
│ ├── ExFatDxe.efi
│ ├── ExFatDxeLegacy.efi
│ ├── HfsPlus.efi
│ ├── HfsPlusLegacy.efi
│ ├── HiiDatabase.efi
│ ├── NvmExpressDxe.efi
│ ├── OpenCanopy.efi
│ ├── OpenRuntime.efi
│ ├── OpenUsbKbDxe.efi
│ ├── PartitionDxe.efi
│ ├── PartitionDxeLegacy.efi
│ ├── Ps2KeyboardDxe.efi
│ ├── Ps2MouseDxe.efi
│ ├── UsbMouseDxe.efi
│ └── XhciDxe.efi
├── Kexts
│ ├── AMDRyzenCPUPowerManagement.ke
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── AMDRyzenCPUPowerM
│ │ └── _CodeSignature
│ │ └── CodeResources
│ ├── AirportBrcmFixup.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── AirportBrcmFixup
│ │ └── _CodeSignature
│ │ └── CodeResources
│ ├── AppleALC.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── AppleALC
│ ├── AtherosE2200Ethernet.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── AtherosE2200Ether
│ │ ├── Resources
│ │ │ └── en.lproj
│ │ │ └── InfoPlist.str
│ │ └── _CodeSignature
│ │ └── CodeResources
│ ├── IntelMausi.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── IntelMausi
│ ├── Lilu.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── Lilu
│ ├── NVMeFix.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── NVMeFix
│ ├── RealtekRTL8111.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ ├── MacOS
│ │ │ └── RealtekRTL8111
│ │ └── Resources
│ │ └── en.lproj
│ │ └── InfoPlist.str
│ ├── SMCBatteryManager.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── SMCBatteryManager
│ ├── SMCLightSensor.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── SMCLightSensor
│ ├── SMCProcessor.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── SMCProcessor
│ ├── SMCSuperIO.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── SMCSuperIO
│ ├── VirtualSMC.kext
│ │ └── Contents
│ │ ├── Info.plist
│ │ └── MacOS
│ │ └── VirtualSMC
│ └── WhateverGreen.kext
│ └── Contents
│ ├── Info.plist
│ └── MacOS
│ └── WhateverGreen
├── OpenCore.efi
├── Resources
│ ├── Audio
│ ├── Font
│ │ ├── Font_1x.bin
│ │ ├── Font_1x.png
│ │ ├── Font_2x.bin
│ │ └── Font_2x.png
│ ├── Image
│ │ ├── AppleRecv.icns
│ │ ├── AppleTM.icns
│ │ ├── Cursor.icns
│ │ ├── ExtAppleRecv.icns
│ │ ├── ExtAppleTM.icns
│ │ ├── ExtHardDrive.icns
│ │ ├── HardDrive.icns
│ │ ├── OldAppleRecv.icns
│ │ ├── OldAppleTM.icns
│ │ ├── OldCursor.icns
│ │ ├── OldExtAppleRecv.icns
│ │ ├── OldExtAppleTM.icns
│ │ ├── OldExtHardDrive.icns
│ │ ├── OldHardDrive.icns
│ │ ├── OldSelected.icns
│ │ ├── OldSelector.icns
│ │ ├── OldShell.icns
│ │ ├── OldTool.icns
│ │ ├── OldWindows.icns
│ │ ├── Selected.icns
│ │ ├── Selector.icns
│ │ ├── Shell.icns
│ │ ├── Tool.icns
│ │ └── Windows.icns
│ └── Label
│ ├── Apple.l2x
│ ├── Apple.lbl
│ ├── AppleRecv.l2x
│ ├── AppleRecv.lbl
│ ├── AppleTM.l2x
│ ├── AppleTM.lbl
│ ├── EFIBoot.l2x
│ ├── EFIBoot.lbl
│ ├── Other.l2x
│ ├── Other.lbl
│ ├── ResetNVRAM.l2x
│ ├── ResetNVRAM.lbl
│ ├── Shell.l2x
│ ├── Shell.lbl
│ ├── Tool.l2x
│ ├── Tool.lbl
│ ├── Windows.l2x
│ └── Windows.lbl
└── Tools
├── BootKicker.efi
├── ChipTune.efi
├── CleanNvram.efi
├── GopStop.efi
├── HdaCodecDump.efi
├── KeyTester.efi
├── MmapDump.efi
├── OpenControl.efi
├── OpenShell.efi
├── ResetSystem.efi
├── RtcRw.efi
└── VerifyMsrE2.efi
谢谢楼主分享 谢谢分享》。。。。。 感谢分享!!!!
感谢分享{:5_280:} 多谢楼主分享下载收藏了 谢楼主分享下载收藏 谢楼主分享下载收藏 又正式了,折腾起来! 感謝大大的分享
收下了
谢谢楼主,下载更换了 感謝大大的分享 ^_^ 谢谢分享!!! 希望有点作用 谢谢楼主分享,十分感谢 谢谢楼主分享!! 谢谢分享,试试看啦! 相对0.5.7有哪些改进? 收下,多谢楼主! 感谢分享。