Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-18 Thread Stefano Babic
On 18/10/19 11:43, Parthiban Nallathambi wrote: > Hello Stefano, > > On 10/8/19 10:23 AM, Stefano Babic wrote: >> On 08/10/19 10:12, Parthiban Nallathambi wrote: >>> Hi Stefano, >>> >>> On 10/7/19 6:06 PM, Stefano Babic wrote: Hi Parthiban, On 23/08/19 18:19, Parthiban Nallathambi w

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-18 Thread Parthiban Nallathambi
Hello Stefano, On 10/8/19 10:23 AM, Stefano Babic wrote: On 08/10/19 10:12, Parthiban Nallathambi wrote: Hi Stefano, On 10/7/19 6:06 PM, Stefano Babic wrote: Hi Parthiban, On 23/08/19 18:19, Parthiban Nallathambi wrote: Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Stefano Babic
On 08/10/19 10:12, Parthiban Nallathambi wrote: > Hi Stefano, > > On 10/7/19 6:06 PM, Stefano Babic wrote: >> Hi Parthiban, >> >> On 23/08/19 18:19, Parthiban Nallathambi wrote: >>> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >>> BCH encoded. This patch depends on [1]. >>> >>> [1]:

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-08 Thread Parthiban Nallathambi
Hi Stefano, On 10/7/19 6:06 PM, Stefano Babic wrote: > Hi Parthiban, > > On 23/08/19 18:19, Parthiban Nallathambi wrote: >> Firmware Configuration Block(FCB) for imx6ul(l) needs to be >> BCH encoded. This patch depends on [1]. >> >> [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-10-07 Thread Stefano Babic
Hi Parthiban, On 23/08/19 18:19, Parthiban Nallathambi wrote: > Firmware Configuration Block(FCB) for imx6ul(l) needs to be > BCH encoded. This patch depends on [1]. > > [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113810 > Why does it depend on this if it is just defoconfig for

Re: [U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-08-26 Thread Peng Fan
> Subject: [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for > imx6UL(L) > > Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded. > This patch depends on [1]. > > [1]: > https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatch > work.ozlabs.org%2Fproject%2F

[U-Boot] [PATCH v2 1/2] i.MX6: nand: extend nandbcb command for imx6UL(L)

2019-08-23 Thread Parthiban Nallathambi
Firmware Configuration Block(FCB) for imx6ul(l) needs to be BCH encoded. This patch depends on [1]. [1]: https://patchwork.ozlabs.org/project/uboot/list/?series=113810 Signed-off-by: Parthiban Nallathambi Acked-by: Shyam Saini --- Notes: Changes in v2: - use kfree instead of free arc