1. 69c6fa8 common: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. 24deb2a common: hush: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  6. a52881e cli: avoid buffer overrun by Heinrich Schuchardt · 1 year, 7 months ago
  7. 466a3e9 common: cli_hush: Restore clear local variable support by Stefan Herbrechtsmeier · 1 year, 8 months ago
  8. fd09932 cmd: exit: Fix return value propagation out of environment scripts by Marek Vasut · 1 year, 11 months ago
  9. 5a6741b global: Remove undef CONFIG_... for unused values by Tom Rini · 2 years ago
  10. d18973c cli: slighly more clear error messages by peng.wang@smartm.com · 3 years, 7 months ago
  11. 69d61a3 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 9 months ago
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  13. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years, 1 month ago
  14. 2e5ca31 cli_hush.c: remove broken sanity check by Rasmus Villemoes · 4 years, 2 months ago
  15. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  16. a988916 hush: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  17. 60df6eb hush: re-sequence includes by Heinrich Schuchardt · 5 years ago
  18. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  20. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  21. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  22. 734fb04 hush: Add rudimentary support for PS1 and PS2 by Marek Vasut · 9 years ago
  23. 755e12d hush: Pull out U-Boot prompt display and read functionality by Marek Vasut · 9 years ago
  24. 0978ef3 common: cli_hush: Fix up simple typo by Nishanth Menon · 9 years ago
  25. 27a9d26 common: cli_hush: avoid memory leak by Peng Fan · 9 years ago
  26. 0db5f0b common: cli_hush: avoid dead code by Peng Fan · 9 years ago
  27. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  28. ae68a82 Revert "hush: fix segfault on syntax error" by Rabin Vincent · 10 years ago
  29. c3249b8 hush: make run_command() return an error on parsing failure by Rabin Vincent · 10 years ago
  30. e2c7f9b hush: fix segfault on syntax error by Rabin Vincent · 10 years ago
  31. 401ac65 hush: return consistent codes from run_command() by Rabin Vincent · 10 years ago
  32. 94cb9c2 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
  33. 95ab0d3 common/cli_hush.c: remove unnecessary double braces by Jeroen Hofstee · 10 years ago
  34. 2961710 Fix hush to give the correct return code for a simple command by Simon Glass · 10 years ago
  35. 09007c4 Rename bootretry functions and remove #ifdefs by Simon Glass · 11 years ago
  36. 399ed9a Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  37. be6aafc Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  38. dec3c01 move CLI prototypes to cli.h and add comments by Simon Glass · 11 years ago
  39. 299f0be Rename hush to cli_hush by Simon Glass · 11 years ago[Renamed (99%) from common/hush.c]
  40. 2a262cd hush shell: Avoid string write overflow when entering max cmd length by Kristian Otnes · 11 years ago
  41. 60c38c9 hush: fix some quoted variable expansion issues by Stephen Warren · 11 years ago
  42. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  43. 94ff067 cmd_time: merge run_command_and_time_it with cmd_process by Richard Genoud · 12 years ago
  44. b052b60 common/misc: sparse fixes by Kim Phillips · 12 years ago
  45. 38de0b6 hush: Don't parse the contents of a dereferenced var by Joe Hershberger · 12 years ago
  46. 82fea77 hush: Add default value substitution support by Joe Hershberger · 12 years ago
  47. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  48. 1727b94 Add cmd_process() to process commands in one place by Simon Glass · 13 years ago
  49. e79731e Remove interleave of non-U-Boot code in hush by Simon Glass · 13 years ago
  50. 2176d60 Create a single cmd_call() function to handle command execution by Simon Glass · 13 years ago
  51. 269cbef common: move extern char console_buffer[] to common.h by Igor Grinberg · 13 years ago
  52. 931948a Move simple_itoa to vsprintf by Simon Glass · 13 years ago
  53. a56febb common: add run_command2 for running simple or hush commands by Jason Hobbs · 13 years ago
  54. 5095022 common/hush: make get_local_var visible for other users by Holger Brunck · 14 years ago
  55. 6d1f698 do_reset: unify duplicate prototypes by Mike Frysinger · 14 years ago
  56. 2e50fa3 do_bootd: unify duplicate prototypes by Mike Frysinger · 14 years ago
  57. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  58. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  59. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  60. 0618686 Fix console_buffer size conflict error. by Remy Bohmer · 14 years ago
  61. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  62. cc215a1 hush: Fix bogus free() call by Peter Tyser · 15 years ago
  63. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  64. 9dac2d7 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile by Mike Frysinger · 16 years ago
  65. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  66. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  67. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  68. 49ebcb5 hush: add showvar command for hush shell. by Heiko Schocher · 16 years ago
  69. c23634d hush: Fix printf debug macro in hush.c so that it usable in U-Boot by Stefan Roese · 16 years ago
  70. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  71. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  72. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  73. 052fc84 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  74. e4ea796 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  75. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  76. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  77. 00b67fd Fix uninitialized variable problem in hush shell by Wolfgang Denk · 19 years ago
  78. 2b7976a Make bootretry feature work with hush shell. by Wolfgang Denk · 19 years ago
  79. 6203e40 Patches by Pantelis Antoniou, 16 Apr 2004: by wdenk · 21 years ago
  80. 3359105 Fix if / elif handling bug in HUSH shell by wdenk · 21 years ago
  81. 2ebee31 * Patch by Thomas Elste, 10 Feb 2004: by wdenk · 21 years ago
  82. bd1575f * Make sure HUSH is initialized for running auto-update scripts by wdenk · 21 years ago
  83. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  84. b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 22 years ago
  85. e7f34c6 * Restrict baudrate settings on LWMON to higher speeds when watchdog is on by wdenk · 22 years ago
  86. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  87. fe8c280 Initial revision by wdenk · 22 years ago