summaryrefslogtreecommitdiffstats
path: root/common/cmd_mem.c
Commit message (Expand)AuthorAgeFilesLines
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-221-1/+0
* Revert "sandbox: Change md command to use map_physmem"Kumar Gala2011-11-161-7/+2
* sandbox: Change md command to use map_physmemSimon Glass2011-11-031-2/+7
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-171-1/+1
* GCC4.6: Squash warning in cmd_mem.cMarek Vasut2011-10-011-4/+4
* Fix: if using crc32 command watchdog timed outJens Scharsig2011-07-261-2/+2
* md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger2011-04-131-104/+0
* crc32: make command optionalMike Frysinger2011-04-131-0/+8
* unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk2011-02-151-1/+9
* Fix defines needed to enable command sha1sumAlexander Holler2011-01-191-2/+2
* cmd_mem: localize state variablesMike Frysinger2011-01-091-3/+3
* cp/cmp: Add WATCHDOG_RESET in copy and compare loopStefan Roese2010-10-121-0/+8
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-53/+27
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-20/+20
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-2/+0
* mem_mtest: fix error reporting, allow escape with ^CPaul Gortmaker2009-10-181-14/+44
* Add md5sum and sha1 commands...Robin Getz2009-08-251-0/+68
* General help message cleanupWolfgang Denk2009-06-121-20/+17
* Eliminate support for using MMC as memoryAndy Fleming2009-02-161-43/+0
* Command usage cleanupPeter Tyser2009-01-281-15/+15
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-12/+12
* common: Iteration limit for memory test.Dirk Eibach2009-01-241-14/+31
* cmd_mem: Remove unused variablePeter Tyser2008-12-141-1/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-9/+9
* cmd_mem: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+0
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-101-29/+0
* common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)Markus Heidelberg2008-09-091-2/+0
* cmd_mem.c: Fix help message alignmentWolfgang Denk2008-08-261-15/+15
* add 'unzip' command to u-boot commandlineHarald Welte2008-08-181-0/+36
* Big white-space cleanup.Wolfgang Denk2008-05-211-30/+30
* Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk2008-04-251-0/+7
|\
| * Added watchdog triggering calls in the "mtest" test function.Sergei Poselenov2008-04-221-0/+7
* | Fix CFG_NO_FLASH compilation.Stelian Pop2008-03-301-1/+5
|/
* fix copy from ram to dataflashKim B. Heino2008-03-031-1/+1
* Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski2008-02-151-15/+8
* Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-151-3/+48
|\
| * add support for memory commands with Blackfin L1 instruction memoryMike Frysinger2008-02-041-3/+48
* | Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski2008-02-141-2/+2
|/
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-10/+5
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-5/+11
* [PATCH 3_9] Move buffer print code from md command to common functionGrant Likely2007-02-201-51/+14
* Make code better readable.Wolfgang Denk2006-07-211-1/+1
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-2/+2
* memory commands "mdc" and "mwc" added for cyclic read/writestroese2004-12-161-0/+74
* * Patch by Gridish Shlomi, 30 Aug 2004:wdenk2004-10-101-1/+1
* * Cleanupwdenk2004-07-111-2/+2
* * Patch by Martin Krause, 30 Jun 2004:wdenk2004-07-111-0/+84
* * Cleanup, minor fixeswdenk2004-04-181-1/+1
* Patches by Pantelis Antoniou, 16 Apr 2004:wdenk2004-04-181-0/+71
OpenPOWER on IntegriCloud