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 pr

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 w

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, y

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; 2

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 U-Boo

[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 --- 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 index 5bbec48..1dfe