aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_flash.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-19cmd_flash.c: fix fix compile error for boards with DataFlashWolfgang Denk1-1/+3
2009-07-18cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'Wolfgang Denk1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-3/+3
2009-03-20Separate mtdparts command from jffs2Stefan Roese1-9/+9
2009-01-28Command usage cleanupPeter Tyser1-3/+3
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-7/+7
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-52/+52
2008-10-18flash: factor out adjusting of Flash address to the end of sectorBartlomiej Sieka1-33/+42
2008-08-06Fix merge problemsStefan Roese1-2/+2
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-3/+3
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-10silence misc printf formatting compiler warningsKim Phillips1-2/+2
2008-03-30Fix CFG_NO_FLASH compilation.Stelian Pop1-3/+22
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-11Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese1-1/+1
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-7/+7
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-7/+7
2007-06-12Change 'repeatable' attribute of some commands to sensible values.Detlev Zundel1-2/+2
2006-04-11Fixes common/cmd_flash.c:Heiko Schocher1-8/+7
2006-04-01* Changes/fixes for drivers/cfi_flash.c:Stefan Roese1-2/+3
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-0/+8
2005-08-10Add configuration for IFM AEV FIFO board.Wolfgang Denk1-1/+1
2005-08-09Fix compiler warnings with older GCC versionsWolfgang Denk1-9/+16
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-1/+83
2005-08-05Fix compile problem in cmd_flash.cWolfgang Denk1-3/+5
2005-08-02Coding style cleanupWolfgang Denk1-1/+1
2005-07-21Add new argument format for flash commands to allow for usage likeWolfgang Denk1-4/+104
2004-12-31* Code cleanup, mostly for GCC-3.3.xwdenk1-0/+4
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-9/+9
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-5/+5
2003-12-09Fix output for "Unprotecting".stroese1-1/+2
2003-12-06* Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk1-1/+21
2003-10-14* Make sure HUSH is initialized for running auto-update scriptsLABEL_2003_10_14_2140wdenk1-0/+5
2003-08-07Disable debug print for normal use.wdenk1-1/+1
2003-08-05* Map ISP1362 USB OTG controller for NSCU boardwdenk1-122/+151
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-6/+6
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-2/+38
2003-06-16* Patch by Nicolas Lacressonniere, 11 Jun 2003:wdenk1-0/+8
2002-09-18Initial revisionwdenk1-0/+433