Re: [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-31 Thread Ilya Yanok
Hi Simon, On 21.10.2011 15:08, Simon Schwarz wrote: Another thing just poped into my mind, ATM I have a DMA patch for devkit8000 on the ML: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/109744 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/112661 It speeds up the process

Re: [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-27 Thread Ilya Yanok
Hi Simon, On 21.10.2011 15:08, Simon Schwarz wrote: Use software ECC for the SPL build if support for software ECC in SPL is enabled. I'am curious: Is there a special reason for having software ecc in SPL? Well, yes. On OMAP2+ ECC mode defaults to software (incompatible with HW mode; 256

Re: [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-21 Thread Simon Schwarz
Hi Ilya, On 10/20/2011 05:23 PM, Ilya Yanok wrote: Hi Simon, On 20.10.2011 16:00, Simon Schwarz wrote: Use software ECC for the SPL build if support for software ECC in SPL is enabled. I'am curious: Is there a special reason for having software ecc in SPL? Well, yes. On OMAP2+

Re: [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-20 Thread Simon Schwarz
Hi Ilya, On 10/18/2011 01:33 AM, Ilya Yanok wrote: Use software ECC for the SPL build if support for software ECC in SPL is enabled. I'am curious: Is there a special reason for having software ecc in SPL? Regards Simon ___ U-Boot mailing list

Re: [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-20 Thread Ilya Yanok
Hi Simon, On 20.10.2011 16:00, Simon Schwarz wrote: Use software ECC for the SPL build if support for software ECC in SPL is enabled. I'am curious: Is there a special reason for having software ecc in SPL? Well, yes. On OMAP2+ ECC mode defaults to software (incompatible with HW mode; 256 vs

[U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

2011-10-17 Thread Ilya Yanok
Use software ECC for the SPL build if support for software ECC in SPL is enabled. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/mtd/nand/omap_gpmc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/omap_gpmc.c b/drivers/mtd/nand/omap_gpmc.c