[U-Boot] [PATCH v3 0/2] mtd: nand: omap: add support for BCH16_ECC

Pekon Gupta pekon at ti.com
Wed Apr 23 20:30:06 CEST 2014


This patch series should be picked above
[1] http://lists.denx.de/pipermail/u-boot/2014-April/177231.html

*changes v2 -> v3*
- dropped [PATCH] am33xx: elm: add support for BCH16_ECC - ELM driver updates
  re-using existing code in omap_elm.c
- rebased and refreshed above [1] and u-boot-2014.04
- Documentation updated in doc/nand.README


*changes v1 -> v2*
- rebased for http://lists.denx.de/pipermail/u-boot/2013-September/162107.html
- minor code cleanup


*original v1*
This patch series add support of BCH16_ECC scheme.
As BCH16_ECC scheme generates 26bytes of ECC syndrome per 512B data,
hence this scheme is usable only for NAND devices having 4K or above
page-size, as their OOB/spare area has enough space to accomodate ECC.

This patch series is applicable over an above following series:
http://lists.denx.de/pipermail/u-boot/2013-September/161859.html


Pekon Gupta (2):
  mtd: nand: omap: add support for BCH16_ECC - NAND driver updates
  am335x: update README for BCH16

 doc/README.nand               | 42 +++++++++++++++++++++++
 drivers/mtd/nand/omap_gpmc.c  | 78 ++++++++++++++++++++++++++++++++++++++++++-
 include/linux/mtd/omap_gpmc.h |  8 +++++
 3 files changed, 127 insertions(+), 1 deletion(-)

-- 
1.8.5.1.163.gd7aced9



More information about the U-Boot mailing list