[U-Boot] Pull request: nand flash next
Scott Wood
scottwood at freescale.com
Sat Nov 14 00:05:16 CET 2009
The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3:
Stefan Roese (1):
ppc4xx: Katmai: Add chip_config command
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git next
Amul Kumar Saha (2):
Flex-OneNAND driver support
ENV Variable support for Flex-OneNAND
David Brownell (1):
NAND: fix "raw" reads with ECC syndrome layouts
Mingkai Hu (2):
ppc/85xx: make boot from NAND full relocation to RAM
fsl_elbc_nand: remove the bbt descriptors relocation fixup
Peter Tyser (2):
cmd_nand: Remove duplicate include
cmd_nand: Move conditional compilation to Makefile
Sandeep Paulraj (7):
NAND: Update to support 64 bit device size
NAND: Correct the "chip_shift" calculation
NAND: Remove commented out code
NAND: Subpage shift for ecc_steps equal to 16
NAND: Updating comments/explanations in the NAND driver
NAND: Update check condition for nand_read_page_hwecc API
NAND: Don't walk past end of oobfree[]
common/Makefile | 2 +-
common/cmd_nand.c | 12 -
common/env_onenand.c | 10 +
cpu/mpc85xx/u-boot-nand.lds | 1 -
drivers/mtd/nand/fsl_elbc_nand.c | 4 -
drivers/mtd/nand/nand_base.c | 145 ++++++-
drivers/mtd/nand/nand_bbt.c | 41 ++-
drivers/mtd/onenand/onenand_base.c | 742 ++++++++++++++++++++++++++++++-----
drivers/mtd/onenand/onenand_bbt.c | 14 +-
drivers/mtd/onenand/onenand_uboot.c | 4 +-
include/configs/apollon.h | 2 +
include/linux/mtd/nand.h | 2 +-
include/linux/mtd/onenand.h | 16 +-
include/linux/mtd/onenand_regs.h | 18 +-
include/linux/mtd/partitions.h | 4 +-
include/onenand_uboot.h | 10 +
16 files changed, 866 insertions(+), 161 deletions(-)
More information about the U-Boot
mailing list