Re: [U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-16 Thread Gupta, Pekon
(apologies for multiple mails, but mails from my client were rejected due to some client configuration) On Tue, 2013-09-03 at 11:26 +0530, Pekon Gupta wrote: diff --git a/doc/README.nand b/doc/README.nand index 913e9b5..f72f618 100644 --- a/doc/README.nand +++ b/doc/README.nand @@

Re: [U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-16 Thread Scott Wood
On Fri, 2013-09-13 at 07:02 +, Gupta, Pekon wrote: (resending to u-boot maillist as previous mail was discarded by mailman due to mail-encoding issue.) On Tue, 2013-09-03 at 11:26 +0530, Pekon Gupta wrote: diff --git a/doc/README.nand b/doc/README.nand index 913e9b5..f72f618

Re: [U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-16 Thread Scott Wood
On Mon, 2013-09-16 at 11:19 +, Gupta, Pekon wrote: Instead, should I make it more generic for all SoC ? like CONFIG_SYS_NAND_ECCSCHEME can take in following strings defining ECC scheme used by NAND driver in SPL boot: ham1 - 1 bit hamming code bch4 - 4-bit BCH ecc code bch8 - 8-bit BCH

Re: [U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-12 Thread Scott Wood
On Tue, 2013-09-03 at 11:26 +0530, Pekon Gupta wrote: diff --git a/doc/README.nand b/doc/README.nand index 913e9b5..f72f618 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -169,6 +169,19 @@ Configuration Options: Please convert your driver even if you don't need the extra

[U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-09-02 Thread Pekon Gupta
BCH8_ECC scheme implemented in omap_gpmc.c driver has following favours +---+-+-+ |ECC Scheme | ECC Calculation | Error Detection | +---+-+-+