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