1. 787b0c5 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · Thu Oct 23 17:46:24 2014 +0900
  2. 0b2f331 cmd_mem: add static to internally used functions by Masahiro Yamada · Thu Sep 04 00:38:26 2014 +0900
  3. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  4. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  5. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  6. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  7. 6c48001 Add 64-bit data support for memory commands by York Sun · Wed Feb 26 17:03:19 2014 -0800
  8. d8a405d Fix memory commands for 64-bit platforms by York Sun · Wed Feb 12 15:55:35 2014 -0800
  9. f40b221 fix address of error message in mtest command by David Feng · Wed Feb 12 16:10:08 2014 +0800
  10. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  11. 50d9eb9 Fix missing return in do_mem_loop() by Simon Glass · Tue Jun 11 11:14:35 2013 -0700
  12. 4ad7dd5 cmd_mem: fix cp command by Masahiro Yamada · Mon May 20 21:08:08 2013 +0000
  13. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · Tue Mar 12 10:07:19 2013 -0400
  14. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · Fri Mar 08 10:51:32 2013 +0000
  15. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · Thu Feb 28 17:47:14 2013 +0000
  16. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · Sun Feb 24 17:33:29 2013 +0000
  17. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · Sun Feb 24 20:30:22 2013 +0000
  18. 5107525 Reduce casting in mtest by Simon Glass · Sun Feb 24 17:33:20 2013 +0000
  19. eb4598b Bring mtest putc() into common code by Simon Glass · Sun Feb 24 17:33:19 2013 +0000
  20. 130103e Fix mtest indenting by Simon Glass · Sun Feb 24 17:33:18 2013 +0000
  21. 57ee443 Use common mtest iteration counting by Simon Glass · Sun Feb 24 17:33:17 2013 +0000
  22. 8f2c758 Split out the memory tests into separate functions by Simon Glass · Sun Feb 24 17:33:16 2013 +0000
  23. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · Sun Feb 24 17:33:15 2013 +0000
  24. 21c9b78 cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · Sun Feb 03 02:29:54 2013 +0000
  25. eacd14f Add option to display customised memory information by Simon Glass · Fri Nov 30 13:01:20 2012 +0000
  26. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  27. a66afbd cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · Fri Jan 20 09:07:22 2012 +0000
  28. 62a7ea7 cmd_mem: cmp: unify size code paths by Mike Frysinger · Fri Jan 20 09:07:21 2012 +0000
  29. 3afa803 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · Fri Jan 20 09:07:20 2012 +0000
  30. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  31. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  32. 9f4d72f Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · Sat Nov 12 08:02:12 2011 +0000
  33. 117310f sandbox: Change md command to use map_physmem by Simon Glass · Tue Oct 25 13:51:09 2011 +0000
  34. fc95324 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · Sat Sep 17 06:48:58 2011 +0000
  35. 7d33582 GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · Mon Sep 26 02:26:06 2011 +0200
  36. 5b2e6c2 Fix: if using crc32 command watchdog timed out by Jens Scharsig · Mon Jul 18 08:46:26 2011 +0200
  37. a227490 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · Sat Apr 02 21:40:19 2011 -0400
  38. 321ab9e crc32: make command optional by Mike Frysinger · Tue Dec 21 14:19:51 2010 -0500
  39. 2fdcce2 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · Fri Feb 11 20:20:51 2011 +0100
  40. 37ef539 Fix defines needed to enable command sha1sum by Alexander Holler · Tue Jan 18 09:48:08 2011 +0100
  41. 1a4af8c cmd_mem: localize state variables by Mike Frysinger · Wed Dec 22 09:40:29 2010 -0500
  42. d4ef82b cp/cmp: Add WATCHDOG_RESET in copy and compare loop by Stefan Roese · Mon Sep 13 11:10:34 2010 +0200
  43. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  44. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  45. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  46. cb47b4f mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · Fri Oct 02 18:18:33 2009 -0400
  47. 93d6cb0 Add md5sum and sha1 commands... by Robin Getz · Mon Jul 27 00:07:59 2009 -0400
  48. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  49. 0919258 Eliminate support for using MMC as memory by Andy Fleming · Thu Oct 30 16:19:25 2008 -0500
  50. dfb72b8 Command usage cleanup by Peter Tyser · Tue Jan 27 18:03:12 2009 -0600
  51. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · Tue Jan 27 18:03:10 2009 -0600
  52. b265989 common: Iteration limit for memory test. by Dirk Eibach · Tue Dec 16 14:51:56 2008 +0100
  53. ed3baea cmd_mem: Remove unused variable by Peter Tyser · Mon Nov 24 11:54:47 2008 -0600
  54. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  55. 678d22a cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:05 2008 +0200
  56. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · Wed Sep 10 22:48:05 2008 +0200
  57. eb1e307 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) by Markus Heidelberg · Tue Sep 09 18:51:05 2008 +0200
  58. 2a34383 cmd_mem.c: Fix help message alignment by Wolfgang Denk · Tue Aug 26 13:14:34 2008 +0200
  59. f0db32c add 'unzip' command to u-boot commandline by Harald Welte · Sun Jul 06 15:56:38 2008 +0800
  60. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  61. b5d9c1e Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · Fri Apr 25 11:32:01 2008 +0200
  62. 474dbb8 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · Wed Apr 09 16:09:41 2008 +0200
  63. a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · Wed Mar 26 22:52:35 2008 +0100
  64. 1eb0fd5 fix copy from ram to dataflash by Kim B. Heino · Mon Mar 03 10:39:13 2008 +0200
  65. d4e3fb4 Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · Fri Feb 08 21:25:58 2008 +0100
  66. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · Fri Feb 15 00:06:18 2008 +0100
  67. 4de8571 Fix return value of mtest when CFG_ALT_MEMTEST set by Guennadi Liakhovetski · Wed Feb 13 11:19:19 2008 +0100
  68. e578d68 add support for memory commands with Blackfin L1 instruction memory by Mike Frysinger · Mon Feb 04 19:26:56 2008 -0500
  69. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · Tue Jul 10 11:02:44 2007 -0500
  70. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · Sun Jul 08 18:02:23 2007 -0500
  71. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · Mon Jun 11 19:01:54 2007 -0500
  72. 02a0078 [PATCH 3_9] Move buffer print code from md command to common function by Grant Likely · Tue Feb 20 09:05:00 2007 +0100
  73. f0e38c1 Make code better readable. Patch by Ladislav Michl, 14 Sep 2005 by Wolfgang Denk · Fri Jul 21 11:37:40 2006 +0200
  74. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · Thu Oct 13 16:45:02 2005 +0200
  75. fb5e0ac memory commands "mdc" and "mwc" added for cyclic read/write by stroese · Thu Dec 16 17:42:39 2004 +0000
  76. 391b574 * Patch by Gridish Shlomi, 30 Aug 2004: by wdenk · Sun Oct 10 23:27:33 2004 +0000
  77. 7dd1329 * Cleanup by wdenk · Sun Jul 11 20:04:51 2004 +0000
  78. 6451936 * Patch by Martin Krause, 30 Jun 2004: Add support for TQM5200 board by wdenk · Sun Jul 11 17:40:54 2004 +0000
  79. 0593920 * Cleanup, minor fixes by wdenk · Sun Apr 18 17:39:38 2004 +0000
  80. 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · Sun Apr 18 10:13:26 2004 +0000
  81. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
  82. be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · Tue Feb 24 02:00:03 2004 +0000
  83. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · Mon Feb 23 19:30:57 2004 +0000
  84. 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · Fri Jan 02 14:00:00 2004 +0000
  85. 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · Sat Dec 06 23:55:10 2003 +0000
  86. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · Thu Sep 18 09:21:33 2003 +0000
  87. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  88. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · Tue Jul 01 21:06:45 2003 +0000
  89. 3086a97 Rewrite command lookup and help command (fix problems with bubble by wdenk · Sat Jun 28 23:11:04 2003 +0000
  90. 57b2d80 * Code cleanup: by wdenk · Fri Jun 27 21:31:46 2003 +0000
  91. 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · Mon Jun 16 23:50:08 2003 +0000
  92. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · Sun Jun 15 22:40:42 2003 +0000
  93. abda5ca * Patch by Marc Singer, 29 May 2003: by wdenk · Sat May 31 18:35:21 2003 +0000
  94. 3863585 Initial revision by wdenk · Tue Aug 27 05:55:31 2002 +0000