Contribute
Register

[Guide] Lenovo Legion Y520/Y720 using Clover UEFI

Status
Not open for further replies.
Yup. Or a Lilu-based approach.
Well, I'm not sure it's something I can do. First, because my machine doesn't have the SD reader device to test my work, second, because I don't have enough knowledge in macOS kernel extensions development. So until someone else with that device decides to do it, I'll stick with Clover binary patches.
 
Clover Patches for working PCI SD Card reader (O2 Micro Inc. - 1217:8621)

Code:
        <key>KernelAndKextPatches</key>

            ...

            <dict>
                <key>Comment</key>
                <string>Card Reader Info.plist</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                PHN0cmluZz5wY2kxNGU0LDE2YmM8L3N0cmluZz4=
                </data>
                <key>InfoPlistPatch</key>
                <true/>
                <key>Name</key>
                <string>com.apple.driver.AppleSDXC</string>
                <key>Replace</key>
                <data>
                PHN0cmluZz5wY2kxMjE3LDg2MjE8L3N0cmluZz4=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Card Reader Binary</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                cGNpMTRlNCwxNmJj
                </data>
                <key>Name</key>
                <string>com.apple.driver.AppleSDXC</string>
                <key>Replace</key>
                <data>
                cGNpMTIxNyw4NjIx
                </data>
            </dict>
        </array>
Please test this config plist and the injector kext. It includes only the binary patch (no InfoPlistPatch).
 

Attachments

  • sd-card-reader.zip
    3.8 KB · Views: 91
Thanks for testing, and for sharing those patches. I will push an update to the repo soon.
Thank you. We are waiting for news!

By the way, I've adjusted the weight of the Numpad functionality and now I'm working on FN, I also want Fn as on the MacBook.
 
Thank you. We are waiting for news!

By the way, I've adjusted the weight of the Numpad functionality and now I'm working on FN, I also want Fn as on the MacBook.
Let me know when you have new stuff to test.
 
How is sleep working for you guys ? is the gpu still off when waking up from sleep ? How reliable is it ? Asking because I already have your old guide applied to 10.13.5 and don't know if it's worth the hustle
 
Status
Not open for further replies.
Back
Top