summaryrefslogtreecommitdiff
path: root/common/cli_hush.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-18cli: slighly more clear error messagespeng.wang@smartm.com1-2/+2
2021-04-13hush: Fix assignments being misinterpreted as commandsSean Anderson1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-01cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay1-3/+0
2020-10-22cli_hush.c: remove broken sanity checkRasmus Villemoes1-8/+0
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-01hush: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2019-11-08hush: re-sequence includesHeinrich Schuchardt1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-7/+7
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut1-0/+10
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut1-5/+16
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon1-2/+2
2015-12-06common: cli_hush: avoid memory leakPeng Fan1-2/+7
2015-12-06common: cli_hush: avoid dead codePeng Fan1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent1-1/+1
2014-11-08hush: make run_command() return an error on parsing failureRabin Vincent1-1/+1
2014-11-08hush: fix segfault on syntax errorRabin Vincent1-1/+1
2014-11-08hush: return consistent codes from run_command()Rabin Vincent1-1/+3
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass1-1/+2
2014-06-12common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee1-2/+2
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass1-1/+3
2014-05-30Rename bootretry functions and remove #ifdefsSimon Glass1-6/+1
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-2/+2
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2014-05-30Rename hush to cli_hushSimon Glass1-0/+3687