On 03/12/2021 06:31, Simon Glass wrote: > On Thu, 25 Nov 2021 at 10:39, Alper Nebi Yasak <alpernebiya...@gmail.com> > wrote: >> I have recently started testing booting U-Boot from SPI on my gru-kevin >> >> [...] >> >> Other useful things for these boards: >> - Patch to fix a hang when usb controllers exit [5] >> - Series to support HS400ES mode as HS400 training fails [6] >> - Hack to skip eMMC reinitialization so it keeps working [7] >> >> [5] >> https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icen...@aosc.io/ >> [6] https://patchwork.ozlabs.org/project/uboot/list/?series=269768 >> [7] https://patchwork.ozlabs.org/comment/2779784/ > > My test results below. It seems that MMC is broken (I think by a > previous change). The garbage on the console with kevin is new but may > be unrelated to your patches, not sure. So it seems that your patches > work for me on both.
The eMMC failure is because I've also enabled HS400ES configs, assuming my series for that (see quoted above) would get merged before these. Sorry I wasn't clear enough about that. Should I disable those? I have no idea about the console garbage.