Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-16 Thread Fabio Estevam
On Wed, Mar 14, 2018 at 4:40 AM, Stefan Agner wrote: > I will post the patches next week along with some background. That would be nice! Thanks ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-14 Thread Stefan Agner
Hi, On March 13, 2018 4:51:12 PM GMT+01:00, Jagan Teki wrote: >On Tue, Mar 13, 2018 at 9:16 PM, Fabio Estevam >wrote: >> Hi Jagan, >> >> On Tue, Mar 13, 2018 at 12:38 PM, Jagan Teki > wrote: >> >>> Sorry, I'm just writing to Stefan to get his change on ML. >> >> Why don't you take his patch and

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-13 Thread Jagan Teki
On Tue, Mar 13, 2018 at 9:16 PM, Fabio Estevam wrote: > Hi Jagan, > > On Tue, Mar 13, 2018 at 12:38 PM, Jagan Teki wrote: > >> Sorry, I'm just writing to Stefan to get his change on ML. > > Why don't you take his patch and submit it to the list? I thought of, but we need to understand his implem

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-13 Thread Fabio Estevam
Hi Jagan, On Tue, Mar 13, 2018 at 12:38 PM, Jagan Teki wrote: > Sorry, I'm just writing to Stefan to get his change on ML. Why don't you take his patch and submit it to the list? ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listi

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-13 Thread Jagan Teki
On Tue, Mar 13, 2018 at 9:06 PM, Fabio Estevam wrote: > Hi Jagan, > > On Tue, Mar 13, 2018 at 11:58 AM, Jagan Teki wrote: > >> Please post it on ML for further discussion. > > Who is this message for? Sorry, I'm just writing to Stefan to get his change on ML.

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-13 Thread Fabio Estevam
Hi Jagan, On Tue, Mar 13, 2018 at 11:58 AM, Jagan Teki wrote: > Please post it on ML for further discussion. Who is this message for? ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-03-13 Thread Jagan Teki
On Thu, Feb 15, 2018 at 7:12 PM, Jagan Teki wrote: > On Fri, Feb 9, 2018 at 12:56 AM, Fabio Estevam wrote: >> Hi Stefan, >> >> On Wed, Feb 7, 2018 at 3:02 PM, wrote: >> >>> Thanks for working on that! We carry a similar command since a while >>> downstream and I hoped since quite a while to get

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-02-15 Thread Jagan Teki
On Fri, Feb 9, 2018 at 12:56 AM, Fabio Estevam wrote: > Hi Stefan, > > On Wed, Feb 7, 2018 at 3:02 PM, wrote: > >> Thanks for working on that! We carry a similar command since a while >> downstream and I hoped since quite a while to get some time to upstream >> it: >> >> http://git.toradex.com/c

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-02-08 Thread Fabio Estevam
Hi Stefan, On Wed, Feb 7, 2018 at 3:02 PM, wrote: > Thanks for working on that! We carry a similar command since a while > downstream and I hoped since quite a while to get some time to upstream > it: > > http://git.toradex.com/cgit/u-boot-toradex.git/tree/arch/arm/imx-common/cmd_writebcb_mx7.c

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-02-08 Thread Shyam Saini
> Writing/updating boot image in nand device is not > straight forward in i.MX6 platform and it requires > boot control block(BCB) to be configured. > > It becomes difficult to use uboot 'nand' command to > write BCB since it requires platform specific attributes > need to be taken care of. > > It

Re: [U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-02-07 Thread stefan
Hi Jagan, On 07.02.2018 17:03, Jagan Teki wrote: > Writing/updating boot image in nand device is not > straight forward in i.MX6 platform and it requires > boot control block(BCB) to be configured. > > It becomes difficult to use uboot 'nand' command to > write BCB since it requires platform spec

[U-Boot] [PATCH v3 1/2] i.MX6: nand: add nandbcb update command

2018-02-07 Thread Jagan Teki
Writing/updating boot image in nand device is not straight forward in i.MX6 platform and it requires boot control block(BCB) to be configured. It becomes difficult to use uboot 'nand' command to write BCB since it requires platform specific attributes need to be taken care of. It is even difficul