1. fbfd5a1 cmd: mem: Add bitflip memory test to alternate mtest by Stefan Roese · 4 years, 9 months ago
  2. 1eb8b1e cmd: mem: Use IS_ENABLED instead of alt_test variable by Stefan Roese · 4 years, 9 months ago
  3. c1d47db cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem() by Stefan Roese · 4 years, 9 months ago
  4. 32265fc cmd: mem: Correctly count the errors in mtest by Stefan Roese · 4 years, 9 months ago
  5. db5a97e cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · 4 years, 10 months ago
  6. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 5 years ago
  7. a606ffc common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  8. b5f461a cmd: cp: add missing map_sysmem by Philippe Reynes · 5 years ago
  9. 320a5d4 common: Drop board_show_dram() by Simon Glass · 5 years ago
  10. d3f0937 cmd: mem: Add a command to fill the memory with random data by Jean-Jacques Hiblot · 5 years ago
  11. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  12. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  13. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  14. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
  15. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  16. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  17. b03b0c8 cmd: mem: Use memcpy for 'cp' command by Fabio Estevam · 8 years ago
  18. 45f8e33 cmd: mem: Show 64bit addresses which are tested by Michal Simek · 9 years ago
  19. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mem.c]
  20. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mem.c]
  21. abd06c9 fix always succesful memory test by Rasmus Villemoes · 9 years ago
  22. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  23. ec9dbc9 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 10 years ago
  24. 5fcee9a Fix broken verify functionality in crc32 command by Joe Hershberger · 10 years ago
  25. f62c1ec Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · 10 years ago
  26. 3ec0288 cmd_mem: Store last address/size/etc as ulong by Scott Wood · 10 years ago
  27. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  28. 3c4a287 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 10 years ago
  29. b918088 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · 10 years ago
  30. d319f59 cmd_mem: cleanups, catch bad usage by Pavel Machek · 10 years ago
  31. e9f343f sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  32. 787b0c5 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · 10 years ago
  33. 0b2f331 cmd_mem: add static to internally used functions by Masahiro Yamada · 10 years ago
  34. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · 11 years ago
  35. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  36. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  37. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  38. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  39. d8a405d Fix memory commands for 64-bit platforms by York Sun · 11 years ago
  40. f40b221 fix address of error message in mtest command by David Feng · 11 years ago
  41. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. 50d9eb9 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  43. 4ad7dd5 cmd_mem: fix cp command by Masahiro Yamada · 12 years ago
  44. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 12 years ago
  45. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
  46. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · 12 years ago
  47. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 12 years ago
  48. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  49. 5107525 Reduce casting in mtest by Simon Glass · 12 years ago
  50. eb4598b Bring mtest putc() into common code by Simon Glass · 12 years ago
  51. 130103e Fix mtest indenting by Simon Glass · 12 years ago
  52. 57ee443 Use common mtest iteration counting by Simon Glass · 12 years ago
  53. 8f2c758 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  54. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  55. 21c9b78 cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  56. eacd14f Add option to display customised memory information by Simon Glass · 12 years ago
  57. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  58. a66afbd cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · 13 years ago
  59. 62a7ea7 cmd_mem: cmp: unify size code paths by Mike Frysinger · 13 years ago
  60. 3afa803 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · 13 years ago
  61. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  62. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  63. 9f4d72f Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · 13 years ago
  64. 117310f sandbox: Change md command to use map_physmem by Simon Glass · 13 years ago
  65. fc95324 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  66. 7d33582 GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · 13 years ago
  67. 5b2e6c2 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  68. a227490 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 14 years ago
  69. 321ab9e crc32: make command optional by Mike Frysinger · 14 years ago
  70. 2fdcce2 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · 14 years ago
  71. 37ef539 Fix defines needed to enable command sha1sum by Alexander Holler · 14 years ago
  72. 1a4af8c cmd_mem: localize state variables by Mike Frysinger · 14 years ago
  73. d4ef82b cp/cmp: Add WATCHDOG_RESET in copy and compare loop by Stefan Roese · 14 years ago
  74. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  75. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  76. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  77. cb47b4f mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · 15 years ago
  78. 93d6cb0 Add md5sum and sha1 commands... by Robin Getz · 15 years ago
  79. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  80. 0919258 Eliminate support for using MMC as memory by Andy Fleming · 16 years ago
  81. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  82. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  83. b265989 common: Iteration limit for memory test. by Dirk Eibach · 16 years ago
  84. ed3baea cmd_mem: Remove unused variable by Peter Tyser · 16 years ago
  85. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. 678d22a cmd_mem: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 82290f2 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. eb1e307 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) by Markus Heidelberg · 16 years ago
  89. 2a34383 cmd_mem.c: Fix help message alignment by Wolfgang Denk · 16 years ago
  90. f0db32c add 'unzip' command to u-boot commandline by Harald Welte · 16 years ago
  91. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  92. b5d9c1e Merge branch 'master' of /home/wd/git/u-boot/lwmon5 by Wolfgang Denk · 17 years ago
  93. 474dbb8 Added watchdog triggering calls in the "mtest" test function. by Sergei Poselenov · 17 years ago
  94. a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
  95. 1eb0fd5 fix copy from ram to dataflash by Kim B. Heino · 17 years ago
  96. d4e3fb4 Fix wrong memory limit calculation in memory-test by Guennadi Liakhovetski · 17 years ago
  97. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · 17 years ago
  98. 4de8571 Fix return value of mtest when CFG_ALT_MEMTEST set by Guennadi Liakhovetski · 17 years ago
  99. e578d68 add support for memory commands with Blackfin L1 instruction memory by Mike Frysinger · 17 years ago
  100. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago