Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-25 Thread Scott Wood
On Wed, 2013-09-25 at 09:47 +0530, Prabhakar Kushwaha wrote: > On 09/23/2013 11:49 PM, Scott Wood wrote: > > On Wed, 2013-09-18 at 16:40 +0530, Prabhakar Kushwaha wrote: > >> Thanks Scott for taking time and reviewing the RFC patch. > >> > >> Please find my reply in-lined. > >> > >> On 09/17/2013 0

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-24 Thread Prabhakar Kushwaha
On 09/23/2013 11:49 PM, Scott Wood wrote: On Wed, 2013-09-18 at 16:40 +0530, Prabhakar Kushwaha wrote: Thanks Scott for taking time and reviewing the RFC patch. Please find my reply in-lined. On 09/17/2013 05:23 AM, Scott Wood wrote: On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-23 Thread Scott Wood
On Wed, 2013-09-18 at 16:40 +0530, Prabhakar Kushwaha wrote: > Thanks Scott for taking time and reviewing the RFC patch. > > Please find my reply in-lined. > > On 09/17/2013 05:23 AM, Scott Wood wrote: > > On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote: > >> fsl_ifs_spl.c reads data

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-18 Thread Prabhakar Kushwaha
Thanks Scott for taking time and reviewing the RFC patch. Please find my reply in-lined. On 09/17/2013 05:23 AM, Scott Wood wrote: On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote: fsl_ifs_spl.c reads data from NAND and store at a memory location in raw mode. It does not used MTD la

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-16 Thread Scott Wood
On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote: > fsl_ifs_spl.c reads data from NAND and store at a memory location in raw mode. > It does not used MTD layer. > To read env variable from NAND MTD layer read/write required. > > Hence, add mtd_block_isbad & nand_read_skip_bad function r

[U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-16 Thread Prabhakar Kushwaha
fsl_ifs_spl.c reads data from NAND and store at a memory location in raw mode. It does not used MTD layer. To read env variable from NAND MTD layer read/write required. Hence, add mtd_block_isbad & nand_read_skip_bad function required during env variable read. Also, avoid nand_info during env rea