305451372 发表于 2020-5-4 16:38

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


tzhihui 发表于 2020-5-4 18:05

谢谢楼主分享

tommysora 发表于 2020-5-4 18:06

谢谢分享》。。。。。

wfq8633 发表于 2020-5-4 18:12

感谢分享!!!!

hjfhfhjw 发表于 2020-5-4 18:16


感谢分享{:5_280:}

流言飞鱼 发表于 2020-5-4 18:57

多谢楼主分享下载收藏了

hzt193 发表于 2020-5-4 19:19

谢楼主分享下载收藏

zhengchao666 发表于 2020-5-4 19:24

谢楼主分享下载收藏

wakin20 发表于 2020-5-4 19:34

又正式了,折腾起来!

panchiao8269 发表于 2020-5-4 19:41

感謝大大的分享
收下了

e12500 发表于 2020-5-4 20:04

谢谢楼主,下载更换了

benq800a 发表于 2020-5-4 20:08

感謝大大的分享 ^_^

caizhiping 发表于 2020-5-4 20:10

谢谢分享!!!

kratos456 发表于 2020-5-4 20:15

希望有点作用

郑在港区 发表于 2020-5-4 20:19

谢谢楼主分享,十分感谢

luanqh 发表于 2020-5-4 20:20

谢谢楼主分享!!

傲骨虚怀 发表于 2020-5-4 20:34

谢谢分享,试试看啦!

kcltt 发表于 2020-5-4 20:44

相对0.5.7有哪些改进?

zhangxubiao 发表于 2020-5-4 20:47

收下,多谢楼主!

sudubiao 发表于 2020-5-5 09:44

感谢分享。
页: [1] 2 3 4 5
查看完整版本: OpenCore 0.5.9 正式版 + LILU WEG ALC SMC OCC 全家桶分享