1. 34765e8 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  2. b2f3e0e console: USB: KBD: Fix incorrect autoboot timeout by Jim Lin · 12 years ago
  3. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  4. 01433d6 Add new bootstage step for the main loop by Simon Glass · 12 years ago
  5. f39612d fdt: Correct global_data condition in main by Simon Glass · 12 years ago
  6. 9a8efc4 lcd: Add support for flushing LCD fb from dcache after update by Simon Glass · 12 years ago
  7. fcabc24 fdt: Set kernaddr if fdt indicates a kernel is present by Simon Glass · 12 years ago
  8. 67e1ea2 fdt: Allow device tree to specify secure booting by Doug Anderson · 12 years ago
  9. 3b73459 fdt: Tell the FDT library where the device tree is by Gabe Black · 12 years ago
  10. 224b72e fdt: Load boot command from device tree by Che-Liang Chiou · 12 years ago
  11. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  12. 93d7212 Allow runtime configuration of "zero-delay" check by Joe Hershberger · 12 years ago
  13. a5aae0a Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set by Dirk Eibach · 12 years ago
  14. 3a8a02b Allow newlines within command environment vars by Simon Glass · 12 years ago
  15. d51004a Add run_command_list() to run a list of commands by Simon Glass · 12 years ago
  16. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  17. 030fca5 Fix the behaviour of the 'run' command by Timo Ketola · 12 years ago
  18. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  19. 9d12d5d Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  20. bdf8e34 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  21. 7fed89e Don't include standard parser if hush is used by Simon Glass · 13 years ago
  22. 5307153 Stop using builtin_run_command() by Simon Glass · 13 years ago
  23. 009dde1 Rename run_command2() to run_command() by Simon Glass · 13 years ago
  24. f47360a Rename run_command() to builtin_run_command() by Simon Glass · 13 years ago
  25. 79714c1 Remove CMD_PXE's static on run_command() by Simon Glass · 13 years ago
  26. 317d6c5 common, menu: show menu on startup if CONFIG_MENU_SHOW is defined by Heiko Schocher · 13 years ago
  27. 9c34831 common: add possibility for readline_into_buffer timeout by Heiko Schocher · 13 years ago
  28. 06283a6 Add pxe command by Jason Hobbs · 13 years ago
  29. 4d91a6e Replace space and tab checks with isblank by Jason Hobbs · 13 years ago
  30. ce2d4c9 cosmetic: remove unneeded curly braces by Jason Hobbs · 13 years ago
  31. c8a2079 common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  32. b41bc5a common, menu: use abortboot for menu timeout by Jason Hobbs · 13 years ago
  33. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  34. 8d6b732 automatic update from FIT image: add optional address parameter by Andreas Pretzsch · 13 years ago
  35. 370d1e3 cosmetic, main: correct indentation/spacing issues by Jason Hobbs · 13 years ago
  36. 3c766dc cosmetic, main: clean up declarations of abortboot by Jason Hobbs · 13 years ago
  37. 566e5cf ARM: drop unsupported 'trab' board by Wolfgang Denk · 13 years ago
  38. 82359ae cmd editing: mark erase/tab seqs constant by Mike Frysinger · 14 years ago
  39. 722b061 autocomplete: remove runtime handler install by Mike Frysinger · 14 years ago
  40. 882b7d7 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  41. 7842fb7 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
  42. 8804ae3 Replace MAX_CMDBUF_SIZE references with CONFIG_SYS_CBSIZE by Peter Tyser · 14 years ago
  43. 8faba48 cmd editing: optimize/shrink output blanking by Mike Frysinger · 14 years ago
  44. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  45. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  46. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  47. 30dc165 FIX: watchdog timeout, while waiting for input by Jens Scharsig · 14 years ago
  48. d611295 cmd history: Match history buffer size to console buffer by John Schmoller · 15 years ago
  49. 6475b9f console: Fix console buffer overrun by John Schmoller · 15 years ago
  50. 143cd21 Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT by Wolfgang Denk · 15 years ago
  51. ecc5500 readline(): Add ability to modify a string buffer by Peter Tyser · 15 years ago
  52. f923943 cread_line(): Remove unused variables by Peter Tyser · 15 years ago
  53. e491a71 Check for NULL prompt in readline_into_buffer() by Peter Tyser · 15 years ago
  54. 5e2c08c Remove inline qualifier from show_boot_progress() by Emil Medve · 15 years ago
  55. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  56. c3284b0 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED by Peter Korsgaard · 16 years ago
  57. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  58. 81473f6 hush: add showvar command for hush shell. by Heiko Schocher · 16 years ago
  59. 4bae909 Automatic software update from TFTP server by Bartlomiej Sieka · 16 years ago
  60. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  61. dc4b0b3 Fix printf errors. by Andrew Klossner · 16 years ago
  62. 35ef877 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by Peter Tyser · 16 years ago
  63. 597f6c2 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating by James Yang · 16 years ago
  64. b428f6a 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
  65. 00ac50e Make bootretry work when command line editing is enabled by Andreas Engel · 17 years ago
  66. 0ec5952 Fix compiler warning by Kumar Gala · 17 years ago
  67. 6636b62 Expose parse_line() globally. by James Yang · 17 years ago
  68. 23d0baf Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago
  69. f2c2a93 Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  70. fad6340 make show_boot_progress () weak. by Heiko Schocher · 17 years ago
  71. 9025317 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  72. c3517f9 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  73. b453960 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  74. 98c440b Merge with /home/wd/git/u-boot/custodian/u-boot-testing by Wolfgang Denk · 17 years ago
  75. 1636d1c Coding stylke cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  76. 5afb202 Fix 'run' not to continue after interrupted command by Detlev Zundel · 17 years ago
  77. 19bf91f Merge with /home/tur/git/u-boot#motionpro by Wolfgang Denk · 17 years ago
  78. 9160b96 Fix: Add missing NULL termination in strings expanded by macros parser. by Bartlomiej Sieka · 17 years ago
  79. 426a442 Merge with /home/git/u-boot by Wolfgang Denk · 17 years ago
  80. 4ec5bd5 [PATCH] simplify silent console by Ladislav Michl · 17 years ago
  81. ada4d40 [PATCH] simplify silent console by Ladislav Michl · 17 years ago
  82. 19973b6 Minor code cleanup. by Wolfgang Denk · 18 years ago
  83. d8f961b Fix control-c handing in CONFIG_CMDLINE_EDITING by Stefan Roese · 18 years ago
  84. 3ca9122 Fix CONFIG_CMDLINE_EDITING implementation Patch by Stefan Roese, 27 Jul 2006 by Stefan Roese · 18 years ago
  85. dd9f06f Minor code cleanup. by Wolfgang Denk · 18 years ago
  86. 501090a Add readline cmdline-editing extension Patch by JinHua Luo, 01 Sep 2005 by Wolfgang Denk · 18 years ago
  87. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  88. 1264b40 Avoid dereferencing NULL in find_cmd() if no valid commands were found by Wolfgang Denk · 19 years ago
  89. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  90. d9631ec Fix compiler warning by Wolfgang Denk · 19 years ago
  91. 3146629 Remove unneeded #include <malloc.h> Patch by Ladislav Michl, 22 Feb 2005 by Wolfgang Denk · 19 years ago
  92. 6225c5d * Patch by Sam Song, 11 October 2004: by wdenk · 20 years ago
  93. 5cf91d6 * Modify KUP4X board configuration to use SL811 driver for USB memory by wdenk · 20 years ago
  94. 04a85b3 * Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 20 years ago
  95. 27aa818 * Patch by Carl Riechers, 17 Mar 2004: by wdenk · 21 years ago
  96. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  97. b028f71 * Patch by Yuli Barcohen, 3 Dec 2003: by wdenk · 21 years ago
  98. 8cb8143 * Correct header printing for multi-image files in do_bootm() by dzu · 21 years ago
  99. f72da34 Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  100. bdccc4f * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago