Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Tom Rini
On Thu, Jan 23, 2020 at 10:59:17PM +0530, Jagan Teki wrote: > On Thu, Jan 23, 2020 at 10:45 PM Tom Rini wrote: > > > > On Thu, Jan 23, 2020 at 10:41:15PM +0530, Jagan Teki wrote: > > > On Thu, Jan 23, 2020 at 10:33 PM Tom Rini wrote: > > > > > > > > On Thu, Jan 23, 2020 at 10:25:50PM +0530,

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Jagan Teki
On Thu, Jan 23, 2020 at 10:45 PM Tom Rini wrote: > > On Thu, Jan 23, 2020 at 10:41:15PM +0530, Jagan Teki wrote: > > On Thu, Jan 23, 2020 at 10:33 PM Tom Rini wrote: > > > > > > On Thu, Jan 23, 2020 at 10:25:50PM +0530, Jagan Teki wrote: > > > > On Mon, Jan 20, 2020 at 11:10 PM Alexander Graf

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Tom Rini
On Thu, Jan 23, 2020 at 10:41:15PM +0530, Jagan Teki wrote: > On Thu, Jan 23, 2020 at 10:33 PM Tom Rini wrote: > > > > On Thu, Jan 23, 2020 at 10:25:50PM +0530, Jagan Teki wrote: > > > On Mon, Jan 20, 2020 at 11:10 PM Alexander Graf wrote: > > > > > > > > > > > > On 20.01.20 18:22, Tom Rini

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Jagan Teki
On Thu, Jan 23, 2020 at 10:33 PM Tom Rini wrote: > > On Thu, Jan 23, 2020 at 10:25:50PM +0530, Jagan Teki wrote: > > On Mon, Jan 20, 2020 at 11:10 PM Alexander Graf wrote: > > > > > > > > > On 20.01.20 18:22, Tom Rini wrote: > > > > +A few people that may have insight to my question > > > > > >

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Tom Rini
On Thu, Jan 23, 2020 at 10:25:50PM +0530, Jagan Teki wrote: > On Mon, Jan 20, 2020 at 11:10 PM Alexander Graf wrote: > > > > > > On 20.01.20 18:22, Tom Rini wrote: > > > +A few people that may have insight to my question > > > > > > On Sat, Dec 21, 2019 at 01:24:31PM +0530, Jagan Teki wrote: > >

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-23 Thread Jagan Teki
On Mon, Jan 20, 2020 at 11:10 PM Alexander Graf wrote: > > > On 20.01.20 18:22, Tom Rini wrote: > > +A few people that may have insight to my question > > > > On Sat, Dec 21, 2019 at 01:24:31PM +0530, Jagan Teki wrote: > > > >> Add distro boot command support for SPI flash. > >> > >> This distro

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-20 Thread Alexander Graf
On 20.01.20 18:22, Tom Rini wrote: +A few people that may have insight to my question On Sat, Dec 21, 2019 at 01:24:31PM +0530, Jagan Teki wrote: Add distro boot command support for SPI flash. This distro boot will read the boot script at specific location at the flash and start sourcing

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2020-01-20 Thread Tom Rini
+A few people that may have insight to my question On Sat, Dec 21, 2019 at 01:24:31PM +0530, Jagan Teki wrote: > Add distro boot command support for SPI flash. > > This distro boot will read the boot script at specific > location at the flash and start sourcing the same. > > The common macro

Re: [PATCH 02/11] distro_bootcmd: Add SF support

2019-12-29 Thread Kever Yang
On 2019/12/21 下午3:54, Jagan Teki wrote: Add distro boot command support for SPI flash. This distro boot will read the boot script at specific location at the flash and start sourcing the same. The common macro like BOOTENV_SHARED_FLASH would help to extend the support for nand flash in

[PATCH 02/11] distro_bootcmd: Add SF support

2019-12-20 Thread Jagan Teki
Add distro boot command support for SPI flash. This distro boot will read the boot script at specific location at the flash and start sourcing the same. The common macro like BOOTENV_SHARED_FLASH would help to extend the support for nand flash in future. Cc: Tom Rini Signed-off-by: Jagan Teki