Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Fabio Estevam
On Mon, Oct 24, 2016 at 2:00 PM, Stefano Babic wrote: > It was already applied, but I have just pushed to the server today. Excellent, I can see the patches there now. Thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/li

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Stefano Babic
On 24/10/2016 17:26, Fabio Estevam wrote: > Hi Stefano, > > On Tue, Oct 11, 2016 at 12:05 PM, Fabio Estevam wrote: >> On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >>> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >>> >>> Based on the Falcon mode code for MX6 Ga

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-24 Thread Fabio Estevam
Hi Stefano, On Tue, Oct 11, 2016 at 12:05 PM, Fabio Estevam wrote: > On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >> >> Based on the Falcon mode code for MX6 Gateworks Ventana board. >> >> Signed-off-by: Diego Do

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-17 Thread Stefano Babic
Hi Otavio, On 11/10/2016 20:16, Otavio Salvador wrote: > On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: >> Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. >> >> Based on the Falcon mode code for MX6 Gateworks Ventana board. >> >> Signed-off-by: Diego Dorta >> --- >

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-11 Thread Fabio Estevam
Hi Otavio, On Tue, Oct 11, 2016 at 3:16 PM, Otavio Salvador wrote: > I would prefer if it booted on falcon by default and vol-up could make > it load the U-Boot.img as a recovery option. In this case we would break existing SPL users of mx6sabresd. All of a sudden SPL will no longer boot, whic

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-11 Thread Otavio Salvador
On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: > Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. > > Based on the Falcon mode code for MX6 Gateworks Ventana board. > > Signed-off-by: Diego Dorta > --- > board/freescale/mx6sabresd/mx6sabresd.c | 12 > i

Re: [U-Boot] [PATCH 1/2] mx6sabresd: Add Falcon mode support

2016-10-11 Thread Fabio Estevam
On Tue, Oct 11, 2016 at 11:09 AM, Diego Dorta wrote: > Allow i.MX6Q Sabre SD to load the kernel and dtb via SPL in Falcon mode. > > Based on the Falcon mode code for MX6 Gateworks Ventana board. > > Signed-off-by: Diego Dorta Reviewed-by: Fabio Estevam __