Commit Graph

21 Commits (lime2-spi)

Author SHA1 Message Date
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Marek Vasut f3b267b3a2 hush: Add rudimentary support for PS1 and PS2 8 years ago
Marek Vasut 13d3046fa3 hush: Pull out U-Boot prompt display and read functionality 8 years ago
Nishanth Menon 8405b8d98a common: cli_hush: Fix up simple typo 9 years ago
Peng Fan c6bb23c819 common: cli_hush: avoid memory leak 9 years ago
Peng Fan aa72252963 common: cli_hush: avoid dead code 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Rabin Vincent f3a05c8f94 Revert "hush: fix segfault on syntax error" 10 years ago
Rabin Vincent 2302b3ab85 hush: make run_command() return an error on parsing failure 10 years ago
Rabin Vincent 128059b926 hush: fix segfault on syntax error 10 years ago
Rabin Vincent 484408fb51 hush: return consistent codes from run_command() 10 years ago
Simon Glass 87b6398b46 cli: hush: Adjust 'run' command to run each line of the env var 10 years ago
Jeroen Hofstee 930e4254ec common/cli_hush.c: remove unnecessary double braces 10 years ago
Simon Glass 587e1d43e7 Fix hush to give the correct return code for a simple command 10 years ago
Simon Glass b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
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 11 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 15 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 15 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 15 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago