xc-racer99 / u-boot-aries

U-boot port for first-gen Galaxy S devices. Flashed in place of kernel with stock IBL/PBL/SBL. Kernel read from OneNAND/MMC/SD/Serial.
9 stars 2 forks source link

uEFI Support #30

Open xc-racer99 opened 5 years ago

xc-racer99 commented 5 years ago

As suggested by @kwizart in #29

Based on the README.uefi we have everything already enabled for it with the exception of CONFIG_BLK (the uclass Kconfig entry while the s5p-mmc uses the legacy HAVE_BLOCK_DEVICE) so it may already work. However, I have no way of testing this, so I'll leave this open until someone can confirm if it works.