1. f8bb696 Drop command-processing code when CONFIG_CMDLINE is disabled by Simon Glass · 9 years ago
  2. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  3. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  4. 58b6ad6 common: command add '\n' for debug msg by Peng Fan · 9 years ago
  5. 616e216 common: command: trivial coding style fixes by Masahiro Yamada · 10 years ago
  6. 4d1fd7f Add 64-bit data support for memory commands by York Sun · 11 years ago
  7. 16ff990 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  8. 9b43894 command.c: Fix auto-completion for the full commands list case by Andrew Gabbasov · 11 years ago
  9. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  10. 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  11. 22b6fcb common/command.c: revert changes from commit 199adb60 by Anatolij Gustschin · 12 years ago
  12. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  13. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  14. 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  15. bdf8e34 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  16. 3668d8f common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  17. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  18. fa28bd2 common: fix missing function pointer relocation in fixup_cmdtable() by Daniel Schwierzeck · 13 years ago
  19. e84ffdd cmd_usage: constify by Mike Frysinger · 13 years ago
  20. 560d424 env: re-add support for auto-completion by Mike Frysinger · 14 years ago
  21. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  22. 7013c06 Common/command: Guard strchr/strlen from NULL pointer by Thomas Weber · 14 years ago
  23. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  24. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  25. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  26. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  27. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  28. 39f7aac command.c: Enable auto tab for the editenv command by Trübenbach, Ralf · 14 years ago
  29. 6b8f5ad command.c: Break commands out to appropriate cmd_*.c files by Peter Tyser · 15 years ago
  30. a89c33d General help message cleanup by Wolfgang Denk · 15 years ago
  31. 94796d8 Make "usage" messages more helpful. by Wolfgang Denk · 15 years ago
  32. 2dce551 command.c: Expose the core of do_help as _do_help to the rest of u-boot. by Detlev Zundel · 16 years ago
  33. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  34. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  35. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  36. b799cb4 Expose command table search for sub-commands by Kumar Gala · 16 years ago
  37. 8a40fb1 move cmd_get_data_size to command.c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  39. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  40. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  41. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  42. 953c5b6 Adjust "echo" as a default command Patch by Sam Song, 19 Jun 2005 by Wolfgang Denk · 19 years ago
  43. 20787e2 * Patches by Robert Whaley, 29 Nov 2004: by wdenk · 19 years ago
  44. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  45. c26e454 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 20 years ago
  46. 04a85b3 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  47. 0d49839 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  48. b0fce99 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  49. 9d2b18a Rewrite command lookup and help command (fix problems with bubble by wdenk · 21 years ago
  50. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  51. 71f9511 * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  52. 73a8b27 * Add support for RMU board by wdenk · 21 years ago
  53. 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 21 years ago
  54. d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 21 years ago
  55. dc7c9a1 * Patch by Rick Bronson, 16 Mar 2003: by wdenk · 22 years ago
  56. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  57. 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago
  58. eb9401e * Patch by Andreas Oberritter, 09 Nov 2002: by wdenk · 22 years ago
  59. 56f94be * Add support for log buffer which can be passed to Linux kernel's by wdenk · 22 years ago
  60. 5dfa25f Initial revision by wdenk · 22 years ago