[U-Boot] [PATCH v4] Correct corrupted NAND Flash access on KARO TX25 modules

2012-07-11 Thread Gachet Daniel
Hi Scott and Stefano, You will find below the newest patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling all your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 936186f..08fbb12 100644 --- a

[U-Boot] [PATCH v4] Correct corrupted NAND Flash access on KARO TX25 modules

2012-07-11 Thread Gachet Daniel
Hi Scott and Stefano, You will find below the newest patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling all your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 936186f..08fbb12 100644 --- a

[U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules

2012-03-31 Thread Gachet Daniel
This short patch correct corrupted data while reading NAND flash modules on the KARO TX25 module. The current version of the mxc_nand driver uses the symmetric mode to access the NAND flash, but the devices populated on the KARO TX25 only support an asymmetric mode (i.MX25: bit 8 within NAND_F

Re: [U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-01 Thread Gachet Daniel
Dear Marek, > >Dear Gachet Daniel, > >> This short patch correct corrupted data while reading NAND flash >> modules on the KARO TX25 module. >> >> The current version of the mxc_nand driver uses the symmetric mode to >> access the NAND flash, but the

Re: [U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-01 Thread Gachet Daniel
Hi Stefano and Marek, -Original Message- From: stefano babic [mailto:sba...@denx.de] Sent: dimanche 1 avril 2012 12:33 To: Gachet Daniel Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] Correct corrupted NAND Flash access on KARO TX25 modules >Am 31/03/2012 09:31, schrieb Gac

Re: [U-Boot] [PATCH v2] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-02 Thread Gachet Daniel
This patch v2 correct corrupted data while reading NAND flash modules on the KARO TX25 module. The current version of the mxc_nand driver uses the symmetric mode to access the NAND flash, but the devices populated on the KARO TX25 only support an asymmetric mode (i.MX25: bit 8 within NAND_FLAS

Re: [U-Boot] [PATCH v2] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-02 Thread Gachet Daniel
configuration flags (like CONFIG_NAND_MXC, CONFIG_NAND_MXC_V1_1 or CONFIG_MXC_NAND_HWECC). Cordially, Daniel -Original Message- From: stefano babic [mailto:sba...@denx.de] Sent: lundi 2 avril 2012 23:54 To: Gachet Daniel Cc: U-Boot@lists.denx.de; stefano babic Subject: Re: [U-Boot

[U-Boot] [PATCH v3] Correct corrupted NAND Flash access on KARO TX25 modules

2012-04-06 Thread Gachet Daniel
Hi Stefano, You will find below the new patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 35e89a0..fe1cef6 100644 --- a/drivers/mtd/nan