Hi, On 17/11/2021 12:04, Mattijs Korpershoek wrote: > The SEI-610 and SEI-510 boards are well supported in the > Android Open Source project via the yukawa [1] platform. > > Their U-Boot version, despite being public [2] is not in mainline. > > For initial boards, with an empty eMMC, we can have boot loops > while using the flashing process described in [3]. > > This series add 2 fixes for these bootloops. > > [1] https://android.googlesource.com/device/amlogic/yukawa > [2] > https://gitlab.com/baylibre/amlogic/atv/u-boot/-/tree/u-boot/v2021.07/integ > [3] > https://gitlab.com/baylibre/amlogic/atv/aosp/device/amlogic/yukawa/-/wikis/Khadas_VIM3#flash-android-bootloader > > Neil Armstrong (2): > configs: meson64_android: bypass other checks on run_fastboot=1 > configs: meson64_android: add PANIC stage for SYSTEM fails > > include/configs/meson64_android.h | 47 +++++++++++++++++++------------ > 1 file changed, 29 insertions(+), 18 deletions(-) > > > base-commit: 4f4f974a46244270c1c6723017711c0aa8250206 >
Thanks, Applied to u-boot-amlogic Neil