├── README.md ├── config └── config.plist ├── drivers ├── .DS_Store └── UEFI │ ├── ApfsDriverLoader.efi │ ├── AptioMemoryFix.efi │ ├── FSInject.efi │ └── HFSPlus.efi ├── hotpatch └── SSDT-Y520.aml └── tools └── mount_efi.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/README.md -------------------------------------------------------------------------------- /config/config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/config/config.plist -------------------------------------------------------------------------------- /drivers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/drivers/.DS_Store -------------------------------------------------------------------------------- /drivers/UEFI/ApfsDriverLoader.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/drivers/UEFI/ApfsDriverLoader.efi -------------------------------------------------------------------------------- /drivers/UEFI/AptioMemoryFix.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/drivers/UEFI/AptioMemoryFix.efi -------------------------------------------------------------------------------- /drivers/UEFI/FSInject.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/drivers/UEFI/FSInject.efi -------------------------------------------------------------------------------- /drivers/UEFI/HFSPlus.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/drivers/UEFI/HFSPlus.efi -------------------------------------------------------------------------------- /hotpatch/SSDT-Y520.aml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/hotpatch/SSDT-Y520.aml -------------------------------------------------------------------------------- /tools/mount_efi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rizanw/Legion-y520-macOS/HEAD/tools/mount_efi.sh --------------------------------------------------------------------------------