Commit Graph

4 Commits (0098e179e1afacb3cf595c67a98b8739dc7edcde)

Author SHA1 Message Date
Simon Glass 0098e179e1 Move bootretry code into bootretry.c and clean up 10 years ago
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 10 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 10 years ago
Simon Glass eca86fad3d Rename hush to cli_hush 10 years ago
Kristian Otnes 5c50a92bbe hush shell: Avoid string write overflow when entering max cmd length 10 years ago
Stephen Warren fe9ca3d328 hush: fix some quoted variable expansion issues 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Richard Genoud 34765e8853 cmd_time: merge run_command_and_time_it with cmd_process 12 years ago
Kim Phillips 199adb601f common/misc: sparse fixes 12 years ago
Joe Hershberger a005f19eff hush: Don't parse the contents of a dereferenced var 12 years ago
Joe Hershberger 641b0d374e hush: Add default value substitution support 12 years ago
Tom Rini 219f4788d3 hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 12 years ago
Simon Glass 9d12d5d41d Add cmd_process() to process commands in one place 12 years ago
Simon Glass 7344f9128d Remove interleave of non-U-Boot code in hush 12 years ago
Simon Glass bdf8e34b93 Create a single cmd_call() function to handle command execution 12 years ago
Igor Grinberg e3150460a4 common: move extern char console_buffer[] to common.h 13 years ago
Simon Glass 3cce8a5496 Move simple_itoa to vsprintf 13 years ago
Jason Hobbs c8a2079e49 common: add run_command2 for running simple or hush commands 13 years ago
Holger Brunck eae3b0644c common/hush: make get_local_var visible for other users 13 years ago
Mike Frysinger 882b7d726f do_reset: unify duplicate prototypes 14 years ago
Mike Frysinger 7842fb7c4f do_bootd: unify duplicate prototypes 14 years ago
Wolfgang Denk 2e5167ccad Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC 14 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 14 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 14 years ago
Remy Bohmer 0d7f4abcf6 Fix console_buffer size conflict error. 14 years ago
Remy Bohmer 1f9d10f694 Fix console_buffer size conflict error. 14 years ago
Peter Tyser 521af04d85 Conditionally perform common relocation fixups 15 years ago
Peter Tyser 197324d7d9 hush: Fix bogus free() call 15 years ago
Wolfgang Denk a89c33db96 General help message cleanup 15 years ago
Mike Frysinger e915f8bb73 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile 16 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Heiko Schocher 81473f6781 hush: add showvar command for hush shell. 16 years ago
Stefan Roese 4cacf7c646 hush: Fix printf debug macro in hush.c so that it usable in U-Boot 16 years ago
Wolfgang Denk d0ff51ba5d Code cleanup: fix old style assignment ambiguities like "=-" etc. 16 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 16 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 17 years ago
Jon Loeliger c3517f919d common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 17 years ago
Jon Loeliger b453960d4f common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 17 years ago
Wolfgang Denk d87080b721 GCC-4.x fixes: clean up global data pointer initialization for all boards. 18 years ago
Wolfgang Denk 77ddac9480 Cleanup for GCC-4.x 19 years ago
Wolfgang Denk e98f68be94 Fix uninitialized variable problem in hush shell 19 years ago
Wolfgang Denk 396387ab8d Make bootretry feature work with hush shell. 19 years ago
wdenk c26e454dfc Patches by Pantelis Antoniou, 16 Apr 2004: 20 years ago
wdenk 56b86bf0cd Fix if / elif handling bug in HUSH shell 20 years ago
wdenk 2d1a537d87 * Patch by Thomas Elste, 10 Feb 2004: 21 years ago
wdenk 2d5b561e2b * Make sure HUSH is initialized for running auto-update scripts 21 years ago
wdenk 8bde7f776c * Code cleanup: 21 years ago
wdenk 3e38691e8f * Patch by Arun Dharankar, 4 Apr 2003: 22 years ago