Age | Commit message (Expand) | Author |
2014-11-26 | sandbox: Fix warnings due to 64-bit printf() strings | Simon Glass |
2014-10-27 | cmd_mem: call unmap_sysmem() after map_sysmem() | Masahiro Yamada |
2014-09-16 | cmd_mem: add static to internally used functions | Masahiro Yamada |
2014-05-29 | Rename bootretry functions and remove #ifdefs | Simon Glass |
2014-05-29 | Move bootretry code into bootretry.c and clean up | Simon Glass |
2014-05-29 | Add cli_ prefix to readline functions | Simon Glass |
2014-05-29 | move CLI prototypes to cli.h and add comments | Simon Glass |
2014-03-04 | Add 64-bit data support for memory commands | York Sun |
2014-02-21 | Fix memory commands for 64-bit platforms | York Sun |
2014-02-21 | fix address of error message in mtest command | David Feng |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-06-26 | Fix missing return in do_mem_loop() | Simon Glass |
2013-05-24 | cmd_mem: fix cp command | Masahiro Yamada |
2013-03-12 | cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set | Tom Rini |
2013-03-11 | Feature Removal: disable "mtest" command by default | Wolfgang Denk |
2013-02-28 | sandbox: Update mtest to fix crashes | Simon Glass |
2013-02-28 | Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file | Simon Glass |
2013-02-28 | Roll crc32 into hash infrastructure | Simon Glass |
2013-02-28 | Reduce casting in mtest | Simon Glass |
2013-02-28 | Bring mtest putc() into common code | Simon Glass |
2013-02-28 | Fix mtest indenting | Simon Glass |
2013-02-28 | Use common mtest iteration counting | Simon Glass |
2013-02-28 | Split out the memory tests into separate functions | Simon Glass |
2013-02-28 | sandbox: Change memory commands to use map_physmem | Simon Glass |
2013-02-19 | cmd_mem.c: Fix some typoes, no functional changes | Robert P. J. Day |
2013-01-10 | Add option to display customised memory information | Simon Glass |
2012-11-04 | common/cmd_*.c: sparse fixes | Kim Phillips |
2012-06-19 | cmd_mem: cmp: convert while() to for() loop | Mike Frysinger |
2012-06-19 | cmd_mem: cmp: unify size code paths | Mike Frysinger |
2012-06-19 | cmd_mem: replace custom PRINTF() with debug() | Mike Frysinger |
2012-03-06 | Convert cmd_usage() calls in common to use a return value | Simon Glass |
2011-11-22 | common: move extern char console_buffer[] to common.h | Igor Grinberg |
2011-11-16 | Revert "sandbox: Change md command to use map_physmem" | Kumar Gala |
2011-11-03 | sandbox: Change md command to use map_physmem | Simon Glass |
2011-10-17 | sandbox: Use uintptr_t for 32/64-bit compatibility | Simon Glass |
2011-10-01 | GCC4.6: Squash warning in cmd_mem.c | Marek Vasut |
2011-07-26 | Fix: if using crc32 command watchdog timed out | Jens Scharsig |
2011-04-13 | md5sum/sha1sum/unzip: split out of mondo mem file | Mike Frysinger |
2011-04-13 | crc32: make command optional | Mike Frysinger |
2011-02-15 | unzip: return uncompressed size in `filesize', and print it. | Wolfgang Denk |
2011-01-19 | Fix defines needed to enable command sha1sum | Alexander Holler |
2011-01-09 | cmd_mem: localize state variables | Mike Frysinger |
2010-10-12 | cp/cmp: Add WATCHDOG_RESET in copy and compare loop | Stefan Roese |
2010-07-24 | cmd_usage(): simplify return code handling | Wolfgang Denk |
2010-07-04 | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk |
2009-12-21 | move prototypes for gunzip() and zunzip() to common.h | Wolfgang Wegner |
2009-10-18 | mem_mtest: fix error reporting, allow escape with ^C | Paul Gortmaker |
2009-08-25 | Add md5sum and sha1 commands... | Robin Getz |
2009-06-12 | General help message cleanup | Wolfgang Denk |
2009-02-16 | Eliminate support for using MMC as memory | Andy Fleming |