[U-Boot] Pull request: nand flash
Scott Wood
scottwood at freescale.com
Wed Oct 9 20:29:55 CEST 2013
Sorry for the lateness, but here are some MTD/UBI bugfixes. They've
been acked by Stefan Roese.
The following changes since commit b770e88a6c2548727f0d57a3e9e8bb0830f977b5:
Fix number base handling of "load" command (2013-10-07 15:54:18 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-nand-flash.git master
for you to fetch changes up to cc734f5ab26134e5e8d57c34edc257c89ac5b1d2:
cmd_ubi: add write.part command, to write a volume in multiple parts (2013-10-09 12:52:22 -0500)
----------------------------------------------------------------
Paul Burton (4):
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
cmd_mtdparts: use 64 bits for flash size, partition size & offset
cmd_ubi: use int64_t volume size for 'ubi create'
cmd_ubi: add write.part command, to write a volume in multiple parts
common/cmd_mtdparts.c | 54 ++++++++++++++------------
common/cmd_ubi.c | 79 +++++++++++++++++++++++++++-----------
doc/README.ubi | 3 ++
drivers/mtd/mtdcore.c | 14 ++++++-
drivers/mtd/mtdpart.c | 12 +++---
drivers/mtd/nand/nand_base.c | 18 +++++++--
drivers/mtd/onenand/onenand_base.c | 3 +-
include/jffs2/load_kernel.h | 6 +--
include/linux/mtd/nand.h | 3 ++
9 files changed, 129 insertions(+), 63 deletions(-)
More information about the U-Boot
mailing list