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