summaryrefslogtreecommitdiff
path: root/common/cmd_mem.c
AgeCommit message (Expand)Author
2015-04-07cmd_mem.c: Update 'iteration_limit' to unsigned longTom Rini
2015-04-07cmd_mem: cleanups, catch bad usagePavel Machek
2014-11-26sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass
2014-10-27cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada
2014-09-16cmd_mem: add static to internally used functionsMasahiro Yamada
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-03-04Add 64-bit data support for memory commandsYork Sun
2014-02-21Fix memory commands for 64-bit platformsYork Sun
2014-02-21fix address of error message in mtest commandDavid Feng
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Fix missing return in do_mem_loop()Simon Glass
2013-05-24cmd_mem: fix cp commandMasahiro Yamada
2013-03-12cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini
2013-03-11Feature Removal: disable "mtest" command by defaultWolfgang Denk
2013-02-28sandbox: Update mtest to fix crashesSimon Glass
2013-02-28Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass
2013-02-28Roll crc32 into hash infrastructureSimon Glass
2013-02-28Reduce casting in mtestSimon Glass
2013-02-28Bring mtest putc() into common codeSimon Glass
2013-02-28Fix mtest indentingSimon Glass
2013-02-28Use common mtest iteration countingSimon Glass
2013-02-28Split out the memory tests into separate functionsSimon Glass
2013-02-28sandbox: Change memory commands to use map_physmemSimon Glass
2013-02-19cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day
2013-01-10Add option to display customised memory informationSimon Glass
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
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