1. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 8 months ago
  2. 30f3333 image: Move common image code to image_board and command by Simon Glass · 1 year, 9 months ago
  3. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  4. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  5. 7cf5b40 common: always compile fixup_cmdtable() by Heinrich Schuchardt · 3 years, 10 months ago
  6. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 3 years, 11 months ago
  7. a33a824 command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 4 months ago
  8. 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 4 months ago
  9. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  10. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  11. 4d979bf common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 9 months ago
  12. 6f94daf common: command: Fix manual relocation for repeatable command by Michal Simek · 5 years ago
  13. af95f20 env: Create a new file for environment functions by Simon Glass · 5 years ago
  14. 4225f83 common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT by Marek Vasut · 5 years ago
  15. 7ae31fc common: command: Add command execution tracer. by Christoph Muellner · 5 years ago
  16. 03dcf17 common: command: Add support for $ auto-completion by Boris Brezillon · 6 years ago
  17. 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  18. 6fb6144 common: command: Expose a generic helper to auto-complete sub commands by Boris Brezillon · 6 years ago
  19. cbe07eb common: command: Fix command auto-completion by Boris Brezillon · 6 years ago
  20. 27eb7bc common: command: Handle USAGE failure separately by Michal Simek · 6 years ago
  21. 3723324 common: command: Use command_ret_t enum values instead of values by Michal Simek · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. 2614a20 common: command: tempory buffer should have size of command line buf by Heinrich Schuchardt · 7 years ago
  24. f8bb696 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
  25. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  26. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  27. 58b6ad6 common: command add '\n' for debug msg by Peng Fan · 9 years ago
  28. 616e216 common: command: trivial coding style fixes by Masahiro Yamada · 10 years ago
  29. 4d1fd7f Add 64-bit data support for memory commands by York Sun · 11 years ago
  30. 16ff990 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  31. 9b43894 command.c: Fix auto-completion for the full commands list case by Andrew Gabbasov · 11 years ago
  32. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  33. 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  34. 22b6fcb common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  35. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  36. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  37. 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  38. bdf8e34 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  39. 3668d8f common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  40. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  41. fa28bd2 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  42. e84ffdd cmd_usage: constify by Mike Frysinger · 13 years ago
  43. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  44. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  45. 7013c06 Common/command: Guard strchr/strlen from NULL pointer by Thomas Weber · 14 years ago
  46. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  47. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  48. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  49. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  50. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  51. 39f7aac command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 14 years ago
  52. 6b8f5ad command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  53. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  54. 94796d8 Make "usage" messages more helpful. by Wolfgang Denk · 15 years ago
  55. 2dce551 command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  56. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  57. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  58. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. b799cb4 Expose command table search for sub-commands by Kumar Gala · 16 years ago
  60. 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  61. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  62. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  63. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  64. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  65. 953c5b6 Adjust "echo" as a default command Patch by Sam Song, 19 Jun 2005 by Wolfgang Denk · 19 years ago
  66. 20787e2 * Patches by Robert Whaley, 29 Nov 2004: by wdenk · 19 years ago
  67. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  68. c26e454 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 20 years ago
  69. 04a85b3 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  70. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  71. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  72. 9d2b18a Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
  73. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  74. 71f9511 * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  75. 73a8b27 * Add support for RMU board by wdenk · 21 years ago
  76. 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 21 years ago
  77. d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 21 years ago
  78. dc7c9a1 * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  79. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  80. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  81. eb9401e * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
  82. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago
  83. 5dfa25f Initial revision by wdenk · 22 years ago