1. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  2. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  3. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  4. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  5. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  6. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  7. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 3 years, 11 months ago
  8. 9989fb1 cmd: mem: fix range of bitflip test by Ralph Siemsen · 4 years ago
  9. 0b2b9b8 cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH by Michal Simek · 4 years, 1 month ago
  10. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 2 months ago
  11. bdded20 cmd: Add a memory-search command by Simon Glass · 4 years, 4 months ago
  12. 4680976 cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 4 months ago
  13. 76be8f7 cmd: mem: Use a macro to avoid #ifdef in help by Simon Glass · 4 years, 4 months ago
  14. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 4 months ago
  15. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  16. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  17. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 5 months ago
  18. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  19. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  20. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  21. e519f03 cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping by Michal Simek · 4 years, 5 months ago
  22. 5f2c4e0 CMD: random: fix return code by Eugeniy Paltsev · 4 years, 6 months ago
  23. 8e434cb cmd: mem: Add bitflip memory test to alternate mtest by Stefan Roese · 4 years, 7 months ago
  24. f14bfa7 cmd: mem: Use IS_ENABLED instead of alt_test variable by Stefan Roese · 4 years, 7 months ago
  25. 54de244 cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem() by Stefan Roese · 4 years, 7 months ago
  26. a8c708e cmd: mem: Correctly count the errors in mtest by Stefan Roese · 4 years, 7 months ago
  27. 7273231 cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage by Joel Johnson · 4 years, 8 months ago
  28. 4d979bf common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 9 months ago
  29. 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 9 months ago
  30. 787f10a cmd: cp: add missing map_sysmem by Philippe Reynes · 4 years, 10 months ago
  31. 428a6a1 common: Drop board_show_dram() by Simon Glass · 4 years, 10 months ago
  32. 803e1a3 cmd: mem: Add a command to fill the memory with random data by Jean-Jacques Hiblot · 5 years ago
  33. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. c68c03f Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
  36. 221a949 Kconfig: Finish migration of hashing commands by Daniel Thompson · 7 years ago
  37. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  38. e856bdc flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
  39. c253842 cmd: mem: Use memcpy for 'cp' command by Fabio Estevam · 8 years ago
  40. dfe461d cmd: mem: Show 64bit addresses which are tested by Michal Simek · 9 years ago
  41. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mem.c]
  42. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mem.c]
  43. fea6730 fix always succesful memory test by Rasmus Villemoes · 9 years ago
  44. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  45. ea11b40 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 9 years ago
  46. a69bdba Fix broken verify functionality in crc32 command by Joe Hershberger · 9 years ago
  47. 849337b Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · 9 years ago
  48. 581508b cmd_mem: Store last address/size/etc as ulong by Scott Wood · 10 years ago
  49. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  50. cc5e196 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 10 years ago
  51. adcc570 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · 9 years ago
  52. e37f1eb cmd_mem: cleanups, catch bad usage by Pavel Machek · 9 years ago
  53. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  54. a3a4749 cmd_mem: call unmap_sysmem() after map_sysmem() by Masahiro Yamada · 10 years ago
  55. 5a8608e cmd_mem: add static to internally used functions by Masahiro Yamada · 10 years ago
  56. b26440f Rename bootretry functions and remove #ifdefs by Simon Glass · 10 years ago
  57. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 10 years ago
  58. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 10 years ago
  59. 18d6653 move CLI prototypes to cli.h and add comments by Simon Glass · 10 years ago
  60. 4d1fd7f Add 64-bit data support for memory commands by York Sun · 11 years ago
  61. 76698b4 Fix memory commands for 64-bit platforms by York Sun · 11 years ago
  62. 102c051 fix address of error message in mtest command by David Feng · 11 years ago
  63. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  64. 92765f42 Fix missing return in do_mem_loop() by Simon Glass · 11 years ago
  65. 53237af cmd_mem: fix cp command by Masahiro Yamada · 11 years ago
  66. 68149e9 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set by Tom Rini · 12 years ago
  67. a268170 Feature Removal: disable "mtest" command by default by Wolfgang Denk · 12 years ago
  68. 5512d5b sandbox: Update mtest to fix crashes by Simon Glass · 12 years ago
  69. 8e169cc Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file by Simon Glass · 12 years ago
  70. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  71. 8c86bbe Reduce casting in mtest by Simon Glass · 12 years ago
  72. c44d438 Bring mtest putc() into common code by Simon Glass · 12 years ago
  73. 7ecbd4d Fix mtest indenting by Simon Glass · 12 years ago
  74. 51209b1 Use common mtest iteration counting by Simon Glass · 12 years ago
  75. c9638f5 Split out the memory tests into separate functions by Simon Glass · 12 years ago
  76. 0628ab8 sandbox: Change memory commands to use map_physmem by Simon Glass · 12 years ago
  77. 85de63e cmd_mem.c: Fix some typoes, no functional changes by Robert P. J. Day · 12 years ago
  78. 15a33e4 Add option to display customised memory information by Simon Glass · 12 years ago
  79. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  80. feb12a1 cmd_mem: cmp: convert while() to for() loop by Mike Frysinger · 13 years ago
  81. 054ea17 cmd_mem: cmp: unify size code paths by Mike Frysinger · 13 years ago
  82. 9504a55 cmd_mem: replace custom PRINTF() with debug() by Mike Frysinger · 13 years ago
  83. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  84. e315046 common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  85. 94c50f1 Revert "sandbox: Change md command to use map_physmem" by Kumar Gala · 13 years ago
  86. 355a835 sandbox: Change md command to use map_physmem by Simon Glass · 13 years ago
  87. 9254935 sandbox: Use uintptr_t for 32/64-bit compatibility by Simon Glass · 13 years ago
  88. f3b3c3d GCC4.6: Squash warning in cmd_mem.c by Marek Vasut · 13 years ago
  89. 39c6e03 Fix: if using crc32 command watchdog timed out by Jens Scharsig · 13 years ago
  90. c3d2a17 md5sum/sha1sum/unzip: split out of mondo mem file by Mike Frysinger · 13 years ago
  91. 710b993 crc32: make command optional by Mike Frysinger · 14 years ago
  92. 67fb062 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · 14 years ago
  93. c6b1ee6 Fix defines needed to enable command sha1sum by Alexander Holler · 14 years ago
  94. d6efe24 cmd_mem: localize state variables by Mike Frysinger · 14 years ago
  95. eaadb44 cp/cmp: Add WATCHDOG_RESET in copy and compare loop by Stefan Roese · 14 years ago
  96. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  97. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  98. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  99. 87b22b7 mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · 15 years ago
  100. 02c9aa1 Add md5sum and sha1 commands... by Robin Getz · 15 years ago