aboutsummaryrefslogtreecommitdiffstats
path: root/common/cmd_mem.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Fix defines needed to enable command sha1sumAlexander Holler1-2/+2
2011-01-09cmd_mem: localize state variablesMike Frysinger1-3/+3
2010-10-12cp/cmp: Add WATCHDOG_RESET in copy and compare loopStefan Roese1-0/+8
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-53/+27
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-20/+20
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-2/+0
2009-10-18mem_mtest: fix error reporting, allow escape with ^CPaul Gortmaker1-14/+44
2009-08-25Add md5sum and sha1 commands...Robin Getz1-0/+68
2009-06-12General help message cleanupWolfgang Denk1-20/+17
2009-02-16Eliminate support for using MMC as memoryAndy Fleming1-43/+0
2009-01-28Command usage cleanupPeter Tyser1-15/+15
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-12/+12
2009-01-24common: Iteration limit for memory test.Dirk Eibach1-14/+31
2008-12-14cmd_mem: Remove unused variablePeter Tyser1-1/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-09-10cmd_mem: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-29/+0
2008-09-09common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)Markus Heidelberg1-2/+0
2008-08-26cmd_mem.c: Fix help message alignmentWolfgang Denk1-15/+15
2008-08-18add 'unzip' command to u-boot commandlineHarald Welte1-0/+36
2008-05-21Big white-space cleanup.Wolfgang Denk1-30/+30
2008-04-25Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk1-0/+7
2008-04-22Added watchdog triggering calls in the "mtest" test function.Sergei Poselenov1-0/+7
2008-03-30Fix CFG_NO_FLASH compilation.Stelian Pop1-1/+5
2008-03-03fix copy from ram to dataflashKim B. Heino1-1/+1
2008-02-15Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski1-15/+8
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk1-3/+48
2008-02-14Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski1-2/+2
2008-02-04add support for memory commands with Blackfin L1 instruction memoryMike Frysinger1-3/+48
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-10/+5
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-5/+11
2007-02-20[PATCH 3_9] Move buffer print code from md command to common functionGrant Likely1-51/+14
2006-07-21Make code better readable.Wolfgang Denk1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-2/+2
2004-12-16memory commands "mdc" and "mwc" added for cyclic read/writestroese1-0/+74
2004-10-10* Patch by Gridish Shlomi, 30 Aug 2004:wdenk1-1/+1
2004-07-11* Cleanupwdenk1-2/+2
2004-07-11* Patch by Martin Krause, 30 Jun 2004:wdenk1-0/+84
2004-04-18* Cleanup, minor fixeswdenk1-1/+1
2004-04-18Patches by Pantelis Antoniou, 16 Apr 2004:wdenk1-0/+71
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-15/+15
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+1
2004-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk1-0/+2
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-6/+6
2003-12-06* Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk1-4/+15
2003-09-18* Patches by Anders Larsen, 17 Sep 2003:wdenk1-0/+4
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-13/+26
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-20/+20
2003-06-28Rewrite command lookup and help command (fix problems with bubblewdenk1-2/+4