Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fydetab Duo: fixes for SDcard" #159

Merged

Commits on Sep 9, 2024

  1. Revert "Fydetab Duo: fixes for SDcard"

    With current change, SD card no longer appears in UEFI Boot Manager. Looking at commit history, the problem is already described and workaround:
    edk2-porting@c02b333 (same as current change: bad)
    edk2-porting@416b2fa (actual solution)
    
    The Fydetab Duo motherboard has SDMMC_DET inverted, which is against Rockchip design. This is a hardware mistake that prevents the RK3588 MaskROM to boot from SD card when tray is fully closed. No software fix is possible because MaskROM is read-only. Therefore, in order to boot UEFI firmware and OS from SD card, the tray has to be left ajar and UEFI firmware must not invert the state once again.
    
    This allows UEFI firmware to detect the SD card no matter if tray is fully in or partially.
    runaway97 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a815fe8 View commit details
    Browse the repository at this point in the history