summaryrefslogtreecommitdiff
path: root/common/cmd_mem.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-30Rename bootretry functions and remove #ifdefsSimon Glass1-9/+4
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-1/+1
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2014-03-04Add 64-bit data support for memory commandsYork Sun1-10/+147
2014-02-21Fix memory commands for 64-bit platformsYork Sun1-36/+36
2014-02-21fix address of error message in mtest commandDavid Feng1-5/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26Fix missing return in do_mem_loop()Simon Glass1-0/+2
2013-05-24cmd_mem: fix cp commandMasahiro Yamada1-1/+1
2013-03-12cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini1-1/+1
2013-03-11Feature Removal: disable "mtest" command by defaultWolfgang Denk1-1/+4
2013-03-01sandbox: Update mtest to fix crashesSimon Glass1-45/+63
2013-03-01Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass1-4/+4
2013-03-01Roll crc32 into hash infrastructureSimon Glass1-68/+7
2013-03-01Reduce casting in mtestSimon Glass1-12/+18
2013-03-01Bring mtest putc() into common codeSimon Glass1-23/+9
2013-03-01Fix mtest indentingSimon Glass1-161/+161
2013-03-01Use common mtest iteration countingSimon Glass1-64/+59
2013-03-01Split out the memory tests into separate functionsSimon Glass1-101/+116
2013-03-01sandbox: Change memory commands to use map_physmemSimon Glass1-43/+79
2013-02-20cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day1-4/+6
2013-01-11Add option to display customised memory informationSimon Glass1-0/+27
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-11/+14
2012-06-20cmd_mem: cmp: convert while() to for() loopMike Frysinger1-5/+2
2012-06-20cmd_mem: cmp: unify size code pathsMike Frysinger1-33/+19
2012-06-20cmd_mem: replace custom PRINTF() with debug()Mike Frysinger1-9/+3
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-11/+11
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-1/+0
2011-11-17Revert "sandbox: Change md command to use map_physmem"Kumar Gala1-7/+2
2011-11-04sandbox: Change md command to use map_physmemSimon Glass1-2/+7
2011-10-18sandbox: Use uintptr_t for 32/64-bit compatibilitySimon Glass1-1/+1
2011-10-02GCC4.6: Squash warning in cmd_mem.cMarek Vasut1-4/+4
2011-07-26Fix: if using crc32 command watchdog timed outJens Scharsig1-2/+2
2011-04-13md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger1-104/+0
2011-04-13crc32: make command optionalMike Frysinger1-0/+8
2011-02-15unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk1-1/+9
2011-01-19Fix defines needed to enable command sha1sumAlexander Holler1-2/+2
2011-01-09cmd_mem: localize state variablesMike Frysinger1-3/+3
2010-10-13cp/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-05Make 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-19mem_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-17Eliminate 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