1. dfe461d cmd: mem: Show 64bit addresses which are tested by Michal Simek · 8 years ago
  2. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mem.c]
  3. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mem.c]
  4. fea6730 fix always succesful memory test by Rasmus Villemoes · 9 years ago
  5. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  6. ea11b40 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 9 years ago
  7. a69bdba Fix broken verify functionality in crc32 command by Joe Hershberger · 9 years ago
  8. 849337b Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · 9 years ago
  9. 581508b cmd_mem: Store last address/size/etc as ulong by Scott Wood · 9 years ago
  10. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 9 years ago
  11. cc5e196 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 9 years ago
  12. adcc570 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · 9 years ago
  13. e37f1eb cmd_mem: cleanups, catch bad usage by Pavel Machek · 9 years ago
  14. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  15. a3a4749 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · 10 years ago
  16. 5a8608e cmd_mem: add static to internally used functions by Masahiro Yamada · 10 years ago
  17. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 10 years ago
  18. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 10 years ago
  19. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  20. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  21. 4d1fd7f Add 64-bit data support for memory commands by York Sun · 10 years ago
  22. 76698b4 Fix memory commands for 64-bit platforms by York Sun · 10 years ago
  23. 102c051 fix address of error message in mtest command by David Feng · 10 years ago
  24. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 92765f4 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  26. 53237af cmd_mem: fix cp command by Masahiro Yamada · 11 years ago
  27. 68149e9 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 11 years ago
  28. a268170 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 11 years ago
  29. 5512d5b sandbox: Update mtest to fix crashes by Simon Glass · 11 years ago
  30. 8e169cc Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 11 years ago
  31. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 11 years ago
  32. 8c86bbe Reduce casting in mtest by Simon Glass · 11 years ago
  33. c44d438 Bring mtest putc() into common code by Simon Glass · 11 years ago
  34. 7ecbd4d Fix mtest indenting by Simon Glass · 11 years ago
  35. 51209b1 Use common mtest iteration counting by Simon Glass · 11 years ago
  36. c9638f5 Split out the memory tests into separate functions by Simon Glass · 11 years ago
  37. 0628ab8 sandbox: Change memory commands to use map_physmem by Simon Glass · 11 years ago
  38. 85de63e cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  39. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  40. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  41. feb12a1 cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · 13 years ago
  42. 054ea17 cmd_mem: cmp: unify size code paths by Mike Frysinger · 13 years ago
  43. 9504a55 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · 13 years ago
  44. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  45. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  46. 94c50f1 Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · 13 years ago
  47. 355a835 sandbox: Change md command to use map_physmem by Simon Glass · 13 years ago
  48. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  49. f3b3c3d GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · 13 years ago
  50. 39c6e03 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  51. c3d2a17 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 13 years ago
  52. 710b993 crc32: make command optional by Mike Frysinger · 14 years ago
  53. 67fb062 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · 13 years ago
  54. c6b1ee6 Fix defines needed to enable command sha1sum by Alexander Holler · 14 years ago
  55. d6efe24 cmd_mem: localize state variables by Mike Frysinger · 14 years ago
  56. eaadb44 cp/cmp: Add WATCHDOG_RESET in copy and compare loop by Stefan Roese · 14 years ago
  57. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  58. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  59. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  60. 87b22b7 mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · 15 years ago
  61. 02c9aa1 Add md5sum and sha1 commands... by Robin Getz · 15 years ago
  62. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  63. b2e2ed0 Eliminate support for using MMC as memory by Andy Fleming · 16 years ago
  64. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  65. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  66. b6fc6fd common: Iteration limit for memory test. by Dirk Eibach · 16 years ago
  67. d16da93 cmd_mem: Remove unused variable by Peter Tyser · 16 years ago
  68. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. b64b775 cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  71. 748b527 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) by Markus Heidelberg · 16 years ago
  72. 19f1014 cmd_mem.c: Fix help message alignment by Wolfgang Denk · 16 years ago
  73. fe2ce55 add 'unzip' command to u-boot commandline by Harald Welte · 16 years ago
  74. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  75. 4b7a6dd Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 16 years ago
  76. a6e6fc6 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · 16 years ago
  77. 880cc43 Fix CFG_NO_FLASH compilation. by Stelian Pop · 16 years ago
  78. 84d0c2f fix copy from ram to dataflash by Kim B. Heino · 16 years ago
  79. 6f4abee Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · 16 years ago
  80. 6f99eec Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 16 years ago
  81. 1f780aa Fix return value of mtest when CFG_ALT_MEMTEST set by Guennadi Liakhovetski · 16 years ago
  82. 4c727c7 add support for memory commands with Blackfin L1 instruction memory by Mike Frysinger · 17 years ago
  83. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  84. c76fe47 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  85. 65c450b common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  86. c95c428 [PATCH 3_9] Move buffer print code from md command to common function by Grant Likely · 17 years ago
  87. 029b6dc Make code better readable. Patch by Ladislav Michl, 14 Sep 2005 by Wolfgang Denk · 18 years ago
  88. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  89. 4aaf29b memory commands "mdc" and "mwc" added for cyclic read/write by stroese · 20 years ago
  90. e1599e8 * Patch by Gridish Shlomi, 30 Aug 2004: by wdenk · 20 years ago
  91. 8105092 * Cleanup by wdenk · 20 years ago
  92. 56523f1 * Patch by Martin Krause, 30 Jun 2004: Add support for TQM5200 board by wdenk · 20 years ago
  93. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  94. c26e454 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 20 years ago
  95. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 20 years ago
  96. cbd8a35 * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 20 years ago
  97. 2d1a537 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 20 years ago
  98. d4ca31c * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
  99. 5779d8d * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
  100. 5f535fe * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago