[U-Boot] Pull request: nand flash

Scott Wood scottwood at freescale.com
Mon May 25 02:25:05 CEST 2015


The following changes since commit 3238639d40732fe78fd62ae5e080465552e882fc:

  Merge git://git.denx.de/u-boot-net (2015-05-20 15:57:55 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-nand-flash.git 

for you to fetch changes up to 8fca2d8cb84fb039bb41061f5f5fd9f31cd596c9:

  mtd: vf610_nfc: enable ONFI detection (2015-05-24 14:27:46 -0500)

----------------------------------------------------------------
Jörg Krause (2):
      mtd: nand: mxs: Replace magic number for bits per ECC level with macro
      tools: mxsboot: Calculate ECC strength dynamically

Peng Fan (1):
      mtd:mxs:nand calculate ecc strength dynamically

Raghav Dogra (1):
      nand/elbc: Memory leak fix

Stefan Agner (8):
      mtd: vf610_nfc: remove caching of page in buffer
      mtd: vf610_nfc: remove read on SEQIN
      mtd: vf610_nfc: allow bitflips in an empty page
      mtd: vf610_nfc: implement OOB only read
      mtd: vf610_nfc: use in-band bad block table
      mtd: vf610_nfc: add Freescale NFC controller configs to Kconfig
      mtd: vf610_nfc: add 32-error correction option for HW ECC
      mtd: vf610_nfc: enable ONFI detection

Stephen Warren (1):
      nand: fix buffer alignment in new verification feature

 configs/colibri_vf_defconfig     |   2 +
 configs/vf610twr_defconfig       |   2 +
 configs/vf610twr_nand_defconfig  |   2 +
 doc/README.nand                  |  18 ---
 drivers/mtd/nand/Kconfig         |  45 ++++++++
 drivers/mtd/nand/fsl_elbc_nand.c |   1 +
 drivers/mtd/nand/mxs_nand.c      |  35 +++---
 drivers/mtd/nand/nand_util.c     |   4 +-
 drivers/mtd/nand/vf610_nfc.c     | 234 ++++++++++++++++++++-------------------
 include/configs/colibri_vf.h     |   3 +-
 include/configs/vf610twr.h       |   4 +-
 tools/mxsboot.c                  |  38 ++++---
 12 files changed, 217 insertions(+), 171 deletions(-)


More information about the U-Boot mailing list