1. d0eb940 Allow newlines within command environment vars by Simon Glass · 13 years ago
  2. a6642e0 Add run_command_list() to run a list of commands by Simon Glass · 13 years ago
  3. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 13 years ago
  4. 9ba5472 Fix the behaviour of the 'run' command by Timo Ketola · 13 years ago
  5. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  6. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  7. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  8. 82c2132 Don't include standard parser if hush is used by Simon Glass · 13 years ago
  9. bf8c5b0 Stop using builtin_run_command() by Simon Glass · 13 years ago
  10. 8161d04 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  11. c023a89 Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  12. 388d223 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  13. b4c1df8 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined by Heiko Schocher · 13 years ago
  14. 0eab4d5 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  15. 0e3a593 Add pxe command by Jason Hobbs · 13 years ago
  16. cafa1aa Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  17. cba50df cosmetic: remove unneeded curly braces by Jason Hobbs · 13 years ago
  18. a56febb common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  19. 65febe6 common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  20. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  21. e3fd7c0 automatic update from FIT image: add optional address parameter by Andreas Pretzsch · 13 years ago
  22. 3b403b7 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · 13 years ago
  23. 89f95a8 cosmetic, main: clean up declarations of abortboot by Jason Hobbs · 13 years ago
  24. 8f399b3 ARM: drop unsupported 'trab' board by Wolfgang Denk · 14 years ago
  25. d5c319c cmd editing: mark erase/tab seqs constant by Mike Frysinger · 14 years ago
  26. b5bc05e autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  27. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  28. 2e50fa3 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
  29. 7e0e5ca Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE by Peter Tyser · 14 years ago
  30. 3952bea cmd editing: optimize/shrink output blanking by Mike Frysinger · 14 years ago
  31. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  32. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  33. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  34. 1124755 FIX: watchdog timeout, while waiting for input by Jens Scharsig · 15 years ago
  35. c1115d9 cmd history: Match history buffer size to console buffer by John Schmoller · 15 years ago
  36. c01e720 console: Fix console buffer overrun by John Schmoller · 15 years ago
  37. ce2dd6e Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT by Wolfgang Denk · 15 years ago
  38. 8ad15a9 readline(): Add ability to modify a string buffer by Peter Tyser · 15 years ago
  39. 03e46c4 cread_line(): Remove unused variables by Peter Tyser · 15 years ago
  40. c144e01 Check for NULL prompt in readline_into_buffer() by Peter Tyser · 15 years ago
  41. ace7cc8 Remove inline qualifier from show_boot_progress() by Emil Medve · 16 years ago
  42. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  43. 6499fd6 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED by Peter Korsgaard · 16 years ago
  44. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 49ebcb5 hush: add showvar command for hush shell. by Heiko Schocher · 16 years ago
  46. e273e9f Automatic software update from TFTP server by Bartlomiej Sieka · 16 years ago
  47. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  48. e4ad454 Fix printf errors. by Andrew Klossner · 16 years ago
  49. bb83038 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 17 years ago
  50. b83983f Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · 17 years ago
  51. d773efb The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode. by Yuri Tikhonov · 17 years ago
  52. 3a0ba10 Make bootretry work when command line editing is enabled by Andreas Engel · 17 years ago
  53. e225b17 Fix compiler warning by Kumar Gala · 17 years ago
  54. 20ffa97 Expose parse_line() globally. by James Yang · 17 years ago
  55. 6366f00 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  56. ff87484 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  57. 8a8ec53 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  58. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  59. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  60. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  61. 508c5ba Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  62. 70df7bc Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  63. eeab5a1 Fix 'run' not to continue after interrupted command by Detlev Zundel · 18 years ago
  64. 75ba08a Merge with /home/tur/git/u-boot#motionpro by Wolfgang Denk · 18 years ago
  65. cadc8e8 Fix: Add missing NULL termination in strings expanded by macros parser. by Bartlomiej Sieka · 18 years ago
  66. dcecd7b Merge with /home/git/u-boot by Wolfgang Denk · 18 years ago
  67. 6c6a38a [PATCH] simplify silent console by Ladislav Michl · 18 years ago
  68. 83fc7e5 [PATCH] simplify silent console by Ladislav Michl · 18 years ago
  69. 9c82c68 Minor code cleanup. by Wolfgang Denk · 18 years ago
  70. dc5ff70 Fix control-c handing in CONFIG_CMDLINE_EDITING by Stefan Roese · 18 years ago
  71. 59ff5a5 Fix CONFIG_CMDLINE_EDITING implementation Patch by Stefan Roese, 27 Jul 2006 by Stefan Roese · 18 years ago
  72. 92549de Minor code cleanup. by Wolfgang Denk · 18 years ago
  73. 4c9ca78 Add readline cmdline-editing extension Patch by JinHua Luo, 01 Sep 2005 by Wolfgang Denk · 18 years ago
  74. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  75. d44e7bb Avoid dereferencing NULL in find_cmd() if no valid commands were found by Wolfgang Denk · 19 years ago
  76. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  77. b072379 Fix compiler warning by Wolfgang Denk · 19 years ago
  78. 6493420 Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005 by Wolfgang Denk · 19 years ago
  79. 91a4f36 * Patch by Sam Song, 11 October 2004: by wdenk · 20 years ago
  80. 20c98a6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · 21 years ago
  81. 3902d70 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
  82. 8d4d1f6 * Patch by Carl Riechers, 17 Mar 2004: by wdenk · 21 years ago
  83. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  84. 444f22b * Patch by Yuli Barcohen, 3 Dec 2003: by wdenk · 21 years ago
  85. 6605c84 * Correct header printing for multi-image files in do_bootm() by dzu · 21 years ago
  86. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  87. 0a65855 * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
  88. b9ab27c - Fix bug in CONFIG_VERSION_VARIABLE. by stroese · 21 years ago
  89. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  90. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  91. f4688a2 * Fix data abort exception handling for arm920t CPU by wdenk · 22 years ago
  92. 541a76d * Add support for Promess ATC board by wdenk · 22 years ago
  93. b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 22 years ago
  94. f8105cf U-Boot version environment variable "ver" added (CONFIG_VERSION_VARIABLE). by stroese · 22 years ago
  95. ef5fe75 * Patch by Josef Wagner, 12 Mar 2003: by wdenk · 22 years ago
  96. 654868c Patch by Detlev Zundel, 30 Dec 2002: by wdenk · 22 years ago
  97. 9dd2b88 * Fix startup problems with VFD display on TRAB by wdenk · 22 years ago
  98. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  99. c609719 Initial revision by wdenk · 22 years ago