Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Uri, On 02/10/2017 16:59, Uri Mashiach wrote: > Hi Stefano, > > On 10/02/2017 05:22 PM, Stefano Babic wrote: >> Hi Uri, >> >> On 24/09/2017 15:32, Fabio Estevam wrote: >>> Hi Uri, >>> >>> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >>> wrote: Add configuration file and spl_boot_device

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Otavio, Fabio, On 02/10/2017 16:25, Otavio Salvador wrote: > On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: >> Hi Uri, >> >> On 24/09/2017 15:32, Fabio Estevam wrote: >>> Hi Uri, >>> >>> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >>> wrote: Add configuration file and spl_boot_d

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Uri Mashiach
Hi Stefano, On 10/02/2017 05:22 PM, Stefano Babic wrote: Hi Uri, On 24/09/2017 15:32, Fabio Estevam wrote: Hi Uri, On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach wrote: Add configuration file and spl_boot_device function for the i.MX7 SPL. Signed-off-by: Uri Mashiach Thanks for working o

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Fabio Estevam
Hi Stefano, On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: > It looks like that at least a define is missing - by applying the patch > and testing, I get the error: > > +board/compulab/cl-som-imx7/cl-som-imx7.c: In function > 'cl_som_imx7_setup_fec': > +board/compulab/cl-som-imx7/cl-som-i

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Otavio Salvador
On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic wrote: > Hi Uri, > > On 24/09/2017 15:32, Fabio Estevam wrote: >> Hi Uri, >> >> On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach >> wrote: >>> Add configuration file and spl_boot_device function for the i.MX7 SPL. >>> >>> Signed-off-by: Uri Mashiach >>

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-10-02 Thread Stefano Babic
Hi Uri, On 24/09/2017 15:32, Fabio Estevam wrote: > Hi Uri, > > On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach > wrote: >> Add configuration file and spl_boot_device function for the i.MX7 SPL. >> >> Signed-off-by: Uri Mashiach > > Thanks for working on this! > > I will test your series and wi

Re: [U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-09-24 Thread Fabio Estevam
Hi Uri, On Sun, Sep 24, 2017 at 3:00 AM, Uri Mashiach wrote: > Add configuration file and spl_boot_device function for the i.MX7 SPL. > > Signed-off-by: Uri Mashiach Thanks for working on this! I will test your series and will try to convert imx7d-sabresd to SPL. Thanks! _

[U-Boot] [PATCH 3/4] imx: mx7: SPL support for i.MX7

2017-09-23 Thread Uri Mashiach
Add configuration file and spl_boot_device function for the i.MX7 SPL. Signed-off-by: Uri Mashiach --- arch/arm/include/asm/arch-mx7/sys_proto.h | 1 + arch/arm/mach-imx/spl.c | 23 ++- include/configs/imx7_spl.h| 67 +++ 3 f