summaryrefslogtreecommitdiff
path: root/common/cmd_mem.c
Commit message (Expand)AuthorAgeLines
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+1
* Correct map_sysmem() logic in do_mem_mw()Simon Glass2015-04-16-3/+4
* cmd_mem.c: Update 'iteration_limit' to unsigned longTom Rini2015-04-07-1/+1
* cmd_mem: cleanups, catch bad usagePavel Machek2015-04-07-15/+19
* sandbox: Fix warnings due to 64-bit printf() stringsSimon Glass2014-11-26-2/+4
* cmd_mem: call unmap_sysmem() after map_sysmem()Masahiro Yamada2014-10-27-0/+3
* cmd_mem: add static to internally used functionsMasahiro Yamada2014-09-16-3/+4
* Rename bootretry functions and remove #ifdefsSimon Glass2014-05-29-9/+4
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-29-0/+1
* Add cli_ prefix to readline functionsSimon Glass2014-05-29-1/+1
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-29-0/+1
* Add 64-bit data support for memory commandsYork Sun2014-03-04-10/+147
* Fix memory commands for 64-bit platformsYork Sun2014-02-21-36/+36
* fix address of error message in mtest commandDavid Feng2014-02-21-5/+9
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Fix missing return in do_mem_loop()Simon Glass2013-06-26-0/+2
* cmd_mem: fix cp commandMasahiro Yamada2013-05-24-1/+1
* cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini2013-03-12-1/+1
* Feature Removal: disable "mtest" command by defaultWolfgang Denk2013-03-11-1/+4
* sandbox: Update mtest to fix crashesSimon Glass2013-02-28-45/+63
* Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass2013-02-28-4/+4
* Roll crc32 into hash infrastructureSimon Glass2013-02-28-68/+7
* Reduce casting in mtestSimon Glass2013-02-28-12/+18
* Bring mtest putc() into common codeSimon Glass2013-02-28-23/+9
* Fix mtest indentingSimon Glass2013-02-28-161/+161
* Use common mtest iteration countingSimon Glass2013-02-28-64/+59
* Split out the memory tests into separate functionsSimon Glass2013-02-28-101/+116
* sandbox: Change memory commands to use map_physmemSimon Glass2013-02-28-43/+79
* cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day2013-02-19-4/+6
* Add option to display customised memory informationSimon Glass2013-01-10-0/+27
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-11/+14
* cmd_mem: cmp: convert while() to for() loopMike Frysinger2012-06-19-5/+2
* cmd_mem: cmp: unify size code pathsMike Frysinger2012-06-19-33/+19
* cmd_mem: replace custom PRINTF() with debug()Mike Frysinger2012-06-19-9/+3
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-11/+11
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-22-1/+0
* Revert "sandbox: Change md command to use map_physmem"Kumar Gala2011-11-16-7/+2
* sandbox: Change md command to use map_physmemSimon Glass2011-11-03-2/+7
* sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass2011-10-17-1/+1
* GCC4.6: Squash warning in cmd_mem.cMarek Vasut2011-10-01-4/+4
* Fix: if using crc32 command watchdog timed outJens Scharsig2011-07-26-2/+2
* md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger2011-04-13-104/+0
* crc32: make command optionalMike Frysinger2011-04-13-0/+8
* unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk2011-02-15-1/+9
* Fix defines needed to enable command sha1sumAlexander Holler2011-01-19-2/+2
* cmd_mem: localize state variablesMike Frysinger2011-01-09-3/+3
* cp/cmp: Add WATCHDOG_RESET in copy and compare loopStefan Roese2010-10-12-0/+8
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-53/+27
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-20/+20
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-21-2/+0