The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to 2c17e6d1d996a1b8b9325de15f253a13d5877dee: am335x: fix GPMC config for NAND and NOR SPL boot (2013-11-21 13:33:41 -0600) ---------------------------------------------------------------- Bo Shen (1): MTD: atmel_nand: support for software BCH ECC Prabhakar Kushwaha (4): driver/mtd/ifc: Read Status while programming NAND flash mtd: move & update nand_ecclayout structure (plus board changes) mtd/ifc: Add support of 8K page size NAND flash board/c29xpcie: Add support of 8K page size NAND flash Wu, Josh (4): mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash sama5d3xek: support larger than 4G nand flash mtd: atmel_nand: don't print bit correction message in driver mtd: atmel_nand: use dev_xxx instead of printk pekon gupta (4): mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme am335x: fix GPMC config for NAND and NOR SPL boot arch/arm/cpu/armv7/am33xx/Makefile | 1 - arch/arm/cpu/armv7/am33xx/mem.c | 52 ++-- arch/arm/include/asm/arch-am33xx/mem.h | 5 - .../include/asm/{arch-am33xx/elm.h => omap_elm.h} | 0 arch/arm/include/asm/omap_gpmc.h | 16 + arch/powerpc/cpu/mpc8xxx/fsl_ifc.c | 24 ++ arch/powerpc/include/asm/fsl_ifc.h | 2 + board/atmel/sama5d3xek/sama5d3xek.c | 5 +- board/ti/am335x/board.c | 14 +- doc/README.nand | 63 ++++ doc/README.omap3 | 3 +- drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/atmel_nand.c | 40 ++- drivers/mtd/nand/fsl_ifc_nand.c | 99 ++++++- drivers/mtd/nand/fsl_ifc_spl.c | 7 +- .../am33xx/elm.c => drivers/mtd/nand/omap_elm.c | 6 +- drivers/mtd/nand/omap_gpmc.c | 321 +++++++++++++-------- drivers/mtd/onenand/onenand_base.c | 15 +- include/configs/ASH405.h | 2 + include/configs/C29XPCIE.h | 10 +- include/configs/MPC8572DS.h | 2 + include/configs/T4240QDS.h | 2 + include/configs/alpr.h | 2 + include/configs/am335x_evm.h | 5 +- include/configs/am335x_igep0033.h | 2 + include/configs/am3517_crane.h | 1 + include/configs/am3517_evm.h | 1 + include/configs/devkit8000.h | 1 + include/configs/mcx.h | 2 +- include/configs/omap3_beagle.h | 1 + include/configs/omap3_evm.h | 1 + include/configs/omap3_evm_quick_nand.h | 1 + include/configs/omap3_igep00x0.h | 1 + include/configs/omap3_overo.h | 1 + include/configs/siemens-am33x-common.h | 2 + include/configs/tam3517-common.h | 2 +- include/configs/tricorder.h | 4 +- include/linux/mtd/mtd.h | 23 ++ include/mtd/mtd-abi.h | 12 - 39 files changed, 532 insertions(+), 220 deletions(-) rename arch/arm/include/asm/{arch-am33xx/elm.h => omap_elm.h} (100%) rename arch/arm/cpu/armv7/am33xx/elm.c => drivers/mtd/nand/omap_elm.c (97%) _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot