Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Stefano Babic
On 14/09/2018 15:19, Otavio Salvador wrote: > On Fri, Sep 14, 2018 at 10:07 AM Stefano Babic wrote: >> On 14/09/2018 14:49, Otavio Salvador wrote: >>> On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: On 13/09/2018 21:57, Otavio Salvador wrote: > Falcon mode boots the kernel directly

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Otavio Salvador
On Fri, Sep 14, 2018 at 10:07 AM Stefano Babic wrote: > On 14/09/2018 14:49, Otavio Salvador wrote: > > On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: > >> On 13/09/2018 21:57, Otavio Salvador wrote: > >>> Falcon mode boots the kernel directly from SPL, without loading > >>> the full

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Stefano Babic
On 14/09/2018 14:49, Otavio Salvador wrote: > On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: >> On 13/09/2018 21:57, Otavio Salvador wrote: >>> Falcon mode boots the kernel directly from SPL, without loading >>> the full U-Boot. >>> >>> As pico-imx6ul does not have a GPIO for selecting

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Otavio Salvador
On Fri, Sep 14, 2018 at 8:53 AM Stefano Babic wrote: > On 13/09/2018 21:57, Otavio Salvador wrote: > > Falcon mode boots the kernel directly from SPL, without loading > > the full U-Boot. > > > > As pico-imx6ul does not have a GPIO for selecting Falcon versus normal > > mode, enter in Falcon mode

Re: [U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-14 Thread Stefano Babic
Hi Otavio, On 13/09/2018 21:57, Otavio Salvador wrote: > Falcon mode boots the kernel directly from SPL, without loading > the full U-Boot. > > As pico-imx6ul does not have a GPIO for selecting Falcon versus normal > mode, enter in Falcon mode when the customer selects the > CONFIG_SPL_OS_BOOT

[U-Boot] [PATCH v3 13/14] pico-imx6ul: Add Falcon mode support

2018-09-13 Thread Otavio Salvador
Falcon mode boots the kernel directly from SPL, without loading the full U-Boot. As pico-imx6ul does not have a GPIO for selecting Falcon versus normal mode, enter in Falcon mode when the customer selects the CONFIG_SPL_OS_BOOT option in menuconfig. Signed-off-by: Otavio Salvador --- Changes