summaryrefslogtreecommitdiff
path: root/common/cmd_mtdparts.c
Commit message (Expand)AuthorAgeLines
* cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton2013-10-09-25/+29
* mtd: Fix function description in part_validate commentOtavio Salvador2013-10-07-4/+3
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-20-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* mtd: Make mtdparts work with pre-reloc envJoe Hershberger2013-04-11-2/+21
* cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day2013-03-11-3/+3
* common: Use new numeric setenv functionsSimon Glass2013-02-28-3/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-10/+16
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-1/+1
* GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut2011-10-27-2/+0
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-09-2/+7
* Followup fixes on the mtdparts spread patchsetScott Wood2010-10-11-2/+3
* mtdparts: new add.spread: add part skipping bad blocksBen Gardiner2010-10-11-8/+26
* mtdparts: add new sub-command "spread"Ben Gardiner2010-10-11-1/+112
* mtdparts: show net size in mtdparts listBen Gardiner2010-10-11-7/+61
* mtdparts: regroup calls to get_mtd_device_nmBen Gardiner2010-10-11-15/+30
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-2/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-2/+2
* mtdparts: get rid of custom DEBUG macro, use debug()Wolfgang Denk2010-04-28-50/+40
* mtdparts: fix write through NULL pointerWolfgang Denk2010-04-28-7/+12
* fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin2010-03-21-1/+1
* cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin2010-03-12-2/+8
* cmd_mtdparts.c: fix compiler warning in debug codeWolfgang Denk2009-09-04-1/+1
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-16-10/+0
* General help message cleanupWolfgang Denk2009-06-12-2/+2
* cmd_mtdparts.c: allow to omit definitions for default settingsWolfgang Denk2009-06-12-4/+4
* cmd_mtdparts: Move to common handling of FLASH devices via MTD layerStefan Roese2009-06-12-160/+80
* jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS togetherStefan Roese2009-05-28-37/+37
* mtdpart command: align output columnsDavid Brownell2009-04-28-1/+1
* Separate mtdparts command from jffs2Ladislav Michl2009-04-04-6/+3
* Separate mtdparts command from jffs2Stefan Roese2009-03-20-0/+1986