aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_mem.c
AgeCommit message (Expand)Author
2012-06-19cmd_mem: cmp: convert while() to for() loopMike Frysinger
2012-06-19cmd_mem: cmp: unify size code pathsMike Frysinger
2012-06-19cmd_mem: replace custom PRINTF() with debug()Mike Frysinger
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-11-16Revert "sandbox: Change md command to use map_physmem"Kumar Gala
2011-11-03sandbox: Change md command to use map_physmemSimon Glass
2011-10-17sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass
2011-10-01GCC4.6: Squash warning in cmd_mem.cMarek Vasut
2011-07-26Fix: if using crc32 command watchdog timed outJens Scharsig
2011-04-13md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger
2011-04-13crc32: make command optionalMike Frysinger
2011-02-15unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk
2011-01-19Fix defines needed to enable command sha1sumAlexander Holler
2011-01-09cmd_mem: localize state variablesMike Frysinger
2010-10-12cp/cmp: Add WATCHDOG_RESET in copy and compare loopStefan Roese
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-10-18mem_mtest: fix error reporting, allow escape with ^CPaul Gortmaker
2009-08-25Add md5sum and sha1 commands...Robin Getz
2009-06-12General help message cleanupWolfgang Denk
2009-02-16Eliminate support for using MMC as memoryAndy Fleming
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-24common: Iteration limit for memory test.Dirk Eibach
2008-12-14cmd_mem: Remove unused variablePeter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-10cmd_mem: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD
2008-09-09common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)Markus Heidelberg
2008-08-26cmd_mem.c: Fix help message alignmentWolfgang Denk
2008-08-18add 'unzip' command to u-boot commandlineHarald Welte
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-25Merge branch 'master' of /home/wd/git/u-boot/lwmon5Wolfgang Denk
2008-04-22Added watchdog triggering calls in the "mtest" test function.Sergei Poselenov
2008-03-30Fix CFG_NO_FLASH compilation.Stelian Pop
2008-03-03fix copy from ram to dataflashKim B. Heino
2008-02-15Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk
2008-02-14Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski
2008-02-04add support for memory commands with Blackfin L1 instruction memoryMike Frysinger
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-02-20[PATCH 3_9] Move buffer print code from md command to common functionGrant Likely
2006-07-21Make code better readable.Wolfgang Denk
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2004-12-16memory commands "mdc" and "mwc" added for cyclic read/writestroese
2004-10-10* Patch by Gridish Shlomi, 30 Aug 2004:wdenk