summaryrefslogtreecommitdiff
path: root/common/cli_hush.c
AgeCommit message (Expand)AuthorFilesLines
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