aboutsummaryrefslogtreecommitdiff
path: root/nandwrite.c
AgeCommit message (Expand)Author
2013-07-01nandwrite: amendment to Mike's --input-* seriesArtem Bityutskiy
2013-07-01nandwrite: add --input-{skip,size} optionsMike Frysinger
2013-07-01nandwrite: clean up length typesMike Frysinger
2013-07-01nand{dump, test, write}: clean up --help handlingMike Frysinger
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger
2012-06-29mtd-utils: Check mtdoffset is not larger than mtd.size in case of a bad block.Tomer Barletz
2012-06-29nandwrite: minor cleanupsArtem Bityutskiy
2011-09-11nandwrite: use common.h "errmsg" functionsBrian Norris
2011-09-11nandwrite: re-implement `--autoplace' optionBrian Norris
2011-09-11nandwrite: kill `--raw' optionBrian Norris
2011-09-11mtdutils: move OOB auto-layout into libmtd's mtd_writeBrian Norris
2011-09-11nandwrite: merge `mtd_write_oob' and `mtd_write' callsBrian Norris
2011-09-11libmtd: modify `mtd_write' to cover OOB writesBrian Norris
2011-09-11mtd-utils: update mtd-abi.hBrian Norris
2011-09-11nandwrite: consolidate buffer usageBrian Norris
2011-09-11nandwrite: trivial variable moveBrian Norris
2011-08-23nandwrite: refactor "old_oobinfo" codeBrian Norris
2011-08-23nandwrite: cleanup "oobinfochanged" leftoversBrian Norris
2011-08-23nandwrite: kill -j, -y, and -f optionsBrian Norris
2011-08-23nandwrite: kill more MEMSETOOBSELBrian Norris
2011-08-23nandwrite: remove `autoplace' featuresBrian Norris
2011-08-23nandwrite: remove C99 comment styleBrian Norris
2011-08-19 nandwrite: invalid erase after page write failureFryar, Jeff
2011-06-27autogenerate version.h from build systemMike Frysinger
2011-03-08nandwrite: add only write oob optionLei Wen
2010-12-02nandwrite: use common.h "errmsg_die"Brian Norris
2010-12-02nandwrite: add check for negative blockalignBrian Norris
2010-12-02nanddump/nandwrite: use "simple_" str functionsBrian Norris
2010-11-13mtd-utils: nandwrite: type consistencyBrian Norris
2010-11-13mtd-utils: nandwrite: full 64-bit support w/ libmtdBrian Norris
2010-11-13mtd-utils: nandwrite: prevent 32-bit overflowBrian Norris
2010-11-13mtd-utils: nandwrite: avoid NULL buffer pointersBrian Norris
2010-11-13mtd-utils: nandwrite: Use 64-bit offsetBrian Norris
2010-11-13mtd-utils: nandwrite: Use libmtd to get correct mtd parametersBrian Norris
2010-11-13mtd-utils: nandwrite: switch "oobsize" for "writesize"Brian Norris
2010-11-13mtd-utils: nandwrite: Clarify usage of aligned "erasesize"Brian Norris
2010-11-13mtd-utils: nandwrite: Comment, style fixupsBrian Norris
2010-10-25mtd-utils: nanddump/nandwrite: style, signed-ness, printing fixupsBrian Norris
2010-10-17mtd-utils: nanddump/nandwrite: Style fixupsBrian Norris
2010-10-17mtd-utils: nandwrite: Large page+oob supportBrian Norris
2010-09-27mtd-utils: standardize PROGRAM_NAMEMike Frysinger
2010-09-25nandwrite: Remove redundant 'autoplace' checkShinya Kuribayashi
2010-09-24nandwrite: add --skipbad to write bad blocksMike Frysinger
2010-06-12mtd-utils: support 4096+64 page sizesEnric Balletbo i Serra
2010-05-22nandwrite: check if the start address is page-alignedStanley.Miao
2010-05-22nandwrite: fix the bug of writing a yaffs2 image to NANDStanley.Miao
2009-08-12nandwrite: allow writing the OOB when using the standard inputJehan Bing
2009-08-11nandwrite: fix incorrect use of errno.Jehan Bing
2009-08-11nandwrite: unified reading from standard input and from file - part 3Jehan Bing
2009-08-11nandwrite: unified reading from standard input and from file - part2Jehan Bing