Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-12 Thread Joe Hershberger
On Tue, Apr 10, 2018 at 6:50 AM, Gary Bisson wrote: > Hi Guillaume, > > On Mon, Apr 09, 2018 at 05:17:44PM +0200, Guillaume Gardet wrote: >> >> >> Le 09/04/2018 à 16:40, Gary Bisson a écrit : >> > Hi Guillaume, >> > >> > Thanks for your patch! Switching the

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-10 Thread Gary Bisson
Hi Fabio, On Mon, Apr 09, 2018 at 02:27:31PM -0300, Fabio Estevam wrote: > Hi Gary, > > On Mon, Apr 9, 2018 at 11:40 AM, Gary Bisson > wrote: > > >> #define CONFIG_EXTRA_ENV_SETTINGS \ > >> - "script=boot.scr\0" \ > >> - "uimage=uImage\0" \ > >>

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-10 Thread Gary Bisson
Hi Guillaume, On Mon, Apr 09, 2018 at 05:17:44PM +0200, Guillaume Gardet wrote: > > > Le 09/04/2018 à 16:40, Gary Bisson a écrit : > > Hi Guillaume, > > > > Thanks for your patch! Switching the upstream nitrogen6x configuration > > to distro bootcmd has been in our todo list for some time

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-09 Thread Fabio Estevam
Hi Gary, On Mon, Apr 9, 2018 at 11:40 AM, Gary Bisson wrote: >> #define CONFIG_EXTRA_ENV_SETTINGS \ >> - "script=boot.scr\0" \ >> - "uimage=uImage\0" \ >> "console=ttymxc1\0" \ >> "fdt_high=0x\0" \ >> "initrd_high=0x\0"

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-09 Thread Guillaume Gardet
Le 09/04/2018 à 16:40, Gary Bisson a écrit : Hi Guillaume, Thanks for your patch! Switching the upstream nitrogen6x configuration to distro bootcmd has been in our todo list for some time since we also use that in our own git repo. On Fri, Apr 06, 2018 at 12:05:48PM +0200, Guillaume GARDET

Re: [U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-09 Thread Gary Bisson
Hi Guillaume, Thanks for your patch! Switching the upstream nitrogen6x configuration to distro bootcmd has been in our todo list for some time since we also use that in our own git repo. On Fri, Apr 06, 2018 at 12:05:48PM +0200, Guillaume GARDET wrote: > Boot tested with boot.scr script and

[U-Boot] [PATCH] imx: nitrogen6x: Convert Sabrelite to distro boot support

2018-04-06 Thread Guillaume GARDET
Boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Signed-off-by: Guillaume GARDET Cc: Troy Kisky Cc: Stefano Babic Cc: Fabio Estevam --- include/configs/nitrogen6x.h | 86