1. cffb3ba cmd: fix mtest on 64 bit systems by Heinrich Schuchardt · Fri Jan 27 00:38:50 2023 +0100
  2. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  3. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  4. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  5. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  6. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  7. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  8. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · Sun Nov 01 14:15:36 2020 -0700
  9. 1c39c10 cmd: mem: fix range of bitflip test by Ralph Siemsen · Wed Sep 09 12:10:00 2020 -0400
  10. 93b5cb2 cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH by Michal Simek · Mon Aug 24 13:17:00 2020 +0200
  11. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  12. 19038de cmd: Add a memory-search command by Simon Glass · Tue Jun 02 19:26:49 2020 -0600
  13. d1c117b cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · Tue Jun 02 19:26:46 2020 -0600
  14. 683e39e cmd: mem: Use a macro to avoid #ifdef in help by Simon Glass · Tue Jun 02 19:26:45 2020 -0600
  15. 3a6bca1 Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · Tue Jun 02 19:26:44 2020 -0600
  16. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  17. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  18. 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · Sun May 10 11:40:10 2020 -0600
  19. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  20. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  21. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  22. 9eaf644 cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping by Michal Simek · Mon May 04 13:54:40 2020 +0200
  23. 82accda CMD: random: fix return code by Eugeniy Paltsev · Fri Mar 20 19:38:17 2020 +0300
  24. fbfd5a1 cmd: mem: Add bitflip memory test to alternate mtest by Stefan Roese · Thu Mar 05 07:21:32 2020 +0100
  25. 1eb8b1e cmd: mem: Use IS_ENABLED instead of alt_test variable by Stefan Roese · Thu Mar 05 07:21:31 2020 +0100
  26. c1d47db cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem() by Stefan Roese · Thu Mar 05 07:21:30 2020 +0100
  27. 32265fc cmd: mem: Correctly count the errors in mtest by Stefan Roese · Thu Mar 05 07:21:29 2020 +0100
  28. db5a97e cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · Wed Jan 29 09:17:18 2020 -0700
  29. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · Sat Dec 28 10:45:10 2019 -0700
  30. a606ffc common: Move flash_perror() to flash.h by Simon Glass · Sat Dec 28 10:44:40 2019 -0700
  31. b5f461a cmd: cp: add missing map_sysmem by Philippe Reynes · Mon Dec 02 17:33:22 2019 +0100
  32. 320a5d4 common: Drop board_show_dram() by Simon Glass · Thu Nov 14 12:57:44 2019 -0700
  33. d3f0937 cmd: mem: Add a command to fill the memory with random data by Jean-Jacques Hiblot · Tue Jul 02 14:23:26 2019 +0200
  34. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  35. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  36. 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · Tue Oct 10 21:59:42 2017 +0300
  37. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · Fri May 19 17:26:58 2017 +0100
  38. 210ebce Blackfin: Remove by Tom Rini · Tue Mar 14 11:08:10 2017 -0400
  39. 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · Sat Feb 11 22:43:54 2017 +0900
  40. b03b0c8 cmd: mem: Use memcpy for 'cp' command by Fabio Estevam · Thu Dec 15 16:00:13 2016 -0200
  41. 45f8e33 cmd: mem: Show 64bit addresses which are tested by Michal Simek · Wed Feb 24 08:36:02 2016 +0100
  42. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_mem.c]
  43. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_mem.c]
  44. abd06c9 fix always succesful memory test by Rasmus Villemoes · Thu Jan 07 11:36:04 2016 +0100
  45. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  46. ec9dbc9 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · Fri May 22 08:30:14 2015 -0400
  47. 5fcee9a Fix broken verify functionality in crc32 command by Joe Hershberger · Tue May 05 12:23:53 2015 -0500
  48. f62c1ec Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · Tue May 05 12:23:52 2015 -0500
  49. 3ec0288 cmd_mem: Store last address/size/etc as ulong by Scott Wood · Thu Mar 19 09:43:12 2015 -0700
  50. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  51. 3c4a287 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · Thu Mar 05 12:25:18 2015 -0700
  52. b918088 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · Tue Apr 07 09:38:54 2015 -0400
  53. d319f59 cmd_mem: cleanups, catch bad usage by Pavel Machek · Wed Apr 01 13:50:41 2015 +0200
  54. e9f343f sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · Tue Nov 11 12:47:07 2014 -0700
  55. 787b0c5 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · Thu Oct 23 17:46:24 2014 +0900
  56. 0b2f331 cmd_mem: add static to internally used functions by Masahiro Yamada · Thu Sep 04 00:38:26 2014 +0900
  57. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · Thu Apr 10 20:01:31 2014 -0600
  58. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · Thu Apr 10 20:01:30 2014 -0600
  59. be6aafc Add cli_ prefix to readline functions by Simon Glass · Thu Apr 10 20:01:27 2014 -0600
  60. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · Thu Apr 10 20:01:25 2014 -0600
  61. 6c48001 Add 64-bit data support for memory commands by York Sun · Wed Feb 26 17:03:19 2014 -0800
  62. d8a405d Fix memory commands for 64-bit platforms by York Sun · Wed Feb 12 15:55:35 2014 -0800
  63. f40b221 fix address of error message in mtest command by David Feng · Wed Feb 12 16:10:08 2014 +0800
  64. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  65. 50d9eb9 Fix missing return in do_mem_loop() by Simon Glass · Tue Jun 11 11:14:35 2013 -0700
  66. 4ad7dd5 cmd_mem: fix cp command by Masahiro Yamada · Mon May 20 21:08:08 2013 +0000
  67. a5f0270 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · Tue Mar 12 10:07:19 2013 -0400
  68. 9d00928 Feature Removal: disable "mtest" command by default by Wolfgang Denk · Fri Mar 08 10:51:32 2013 +0000
  69. ad02a01 sandbox: Update mtest to fix crashes by Simon Glass · Thu Feb 28 17:47:14 2013 +0000
  70. 1c6c725 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · Sun Feb 24 17:33:29 2013 +0000
  71. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · Sun Feb 24 20:30:22 2013 +0000
  72. 5107525 Reduce casting in mtest by Simon Glass · Sun Feb 24 17:33:20 2013 +0000
  73. eb4598b Bring mtest putc() into common code by Simon Glass · Sun Feb 24 17:33:19 2013 +0000
  74. 130103e Fix mtest indenting by Simon Glass · Sun Feb 24 17:33:18 2013 +0000
  75. 57ee443 Use common mtest iteration counting by Simon Glass · Sun Feb 24 17:33:17 2013 +0000
  76. 8f2c758 Split out the memory tests into separate functions by Simon Glass · Sun Feb 24 17:33:16 2013 +0000
  77. e6d0ca2 sandbox: Change memory commands to use map_physmem by Simon Glass · Sun Feb 24 17:33:15 2013 +0000
  78. 21c9b78 cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · Sun Feb 03 02:29:54 2013 +0000
  79. eacd14f Add option to display customised memory information by Simon Glass · Fri Nov 30 13:01:20 2012 +0000
  80. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:31 2012 +0000
  81. a66afbd cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · Fri Jan 20 09:07:22 2012 +0000
  82. 62a7ea7 cmd_mem: cmp: unify size code paths by Mike Frysinger · Fri Jan 20 09:07:21 2012 +0000
  83. 3afa803 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · Fri Jan 20 09:07:20 2012 +0000
  84. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · Sat Dec 10 08:44:01 2011 +0000
  85. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · Mon Nov 07 01:13:56 2011 +0000
  86. 9f4d72f Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · Sat Nov 12 08:02:12 2011 +0000
  87. 117310f sandbox: Change md command to use map_physmem by Simon Glass · Tue Oct 25 13:51:09 2011 +0000
  88. fc95324 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · Sat Sep 17 06:48:58 2011 +0000
  89. 7d33582 GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · Mon Sep 26 02:26:06 2011 +0200
  90. 5b2e6c2 Fix: if using crc32 command watchdog timed out by Jens Scharsig · Mon Jul 18 08:46:26 2011 +0200
  91. a227490 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · Sat Apr 02 21:40:19 2011 -0400
  92. 321ab9e crc32: make command optional by Mike Frysinger · Tue Dec 21 14:19:51 2010 -0500
  93. 2fdcce2 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · Fri Feb 11 20:20:51 2011 +0100
  94. 37ef539 Fix defines needed to enable command sha1sum by Alexander Holler · Tue Jan 18 09:48:08 2011 +0100
  95. 1a4af8c cmd_mem: localize state variables by Mike Frysinger · Wed Dec 22 09:40:29 2010 -0500
  96. d4ef82b cp/cmp: Add WATCHDOG_RESET in copy and compare loop by Stefan Roese · Mon Sep 13 11:10:34 2010 +0200
  97. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · Sat Jul 17 01:06:04 2010 +0200
  98. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  99. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  100. cb47b4f mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · Fri Oct 02 18:18:33 2009 -0400