summaryrefslogtreecommitdiff
path: root/common/cmd_flash.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+3
2012-09-03cfi: Make the flash erase and write operations abortableJoe Hershberger1-1/+2
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-7/+7
2011-11-08common/cmd_flash.c: Fix GCC 4.6 build warningsWolfgang Denk1-4/+4
2011-10-02GCC4.6: Squash warning in cmd_flash.cMarek Vasut1-4/+6
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-02-19Fix build warnings in cmd_flash.cRemy Bohmer1-4/+4
2010-10-12CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/offAlexander Stein1-6/+6
2010-09-20cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECTStefan Roese1-8/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-30/+17
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-05-22Fix "par[t]ition" typo.Wolfgang Denk1-3/+3
2009-07-19cmd_flash.c: fix fix compile error for boards with DataFlashWolfgang Denk1-1/+3
2009-07-19cmd_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-21Separate 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-11silence misc printf formatting compiler warningsKim Phillips1-2/+2
2008-03-30Fix CFG_NO_FLASH compilation.Stelian Pop1-3/+22
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-12Fix 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-09common/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-24* 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-07* Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk1-1/+21
2003-10-14* Make sure HUSH is initialized for running auto-update scriptswdenk1-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