Re: [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL

2022-01-08 Thread Tom Rini
On Sat, Dec 18, 2021 at 06:10:20PM -0300, Fabio Estevam wrote: > Currently, imx6q udoo board fails to boot like this: > > U-Boot SPL 2022.01-rc3-00061-g95ca715adad3 (Dec 18 2021 - 18:04:40 -0300) > Trying to boot from MMC1 > > The reason is that the eSDHC controller is not initialized in SPL. >

Re: [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL

2022-01-07 Thread Fabio Estevam
Hi Tom, On Thu, Dec 23, 2021 at 12:03 PM Fabio Estevam wrote: > > Hi Tom/Stefano, > > On Mon, Dec 20, 2021 at 1:10 PM Peter Robinson wrote: > > > Reviewed-by: Peter Robinson > > Please consider this series and Peter's series on udoo_neo for 2022.01. > > They make udoo and udoo_neo functional in

Re: [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL

2021-12-23 Thread Fabio Estevam
Hi Tom/Stefano, On Mon, Dec 20, 2021 at 1:10 PM Peter Robinson wrote: > Reviewed-by: Peter Robinson Please consider this series and Peter's series on udoo_neo for 2022.01. They make udoo and udoo_neo functional in U-Boot again.

Re: [PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL

2021-12-20 Thread Peter Robinson
On Sat, Dec 18, 2021 at 9:10 PM Fabio Estevam wrote: > > Currently, imx6q udoo board fails to boot like this: > > U-Boot SPL 2022.01-rc3-00061-g95ca715adad3 (Dec 18 2021 - 18:04:40 -0300) > Trying to boot from MMC1 > > The reason is that the eSDHC controller is not initialized in SPL. > > Initiali

[PATCH 1/6] udoo_spl: Initialize the eSDHC controller in SPL

2021-12-18 Thread Fabio Estevam
Currently, imx6q udoo board fails to boot like this: U-Boot SPL 2022.01-rc3-00061-g95ca715adad3 (Dec 18 2021 - 18:04:40 -0300) Trying to boot from MMC1 The reason is that the eSDHC controller is not initialized in SPL. Initialize the eSDHC controller in SPL via C code as DM is not used in SPL.