summaryrefslogtreecommitdiffstats
path: root/common/cli_hush.c
Commit message (Expand)AuthorAgeFilesLines
* hush: Add rudimentary support for PS1 and PS2Marek Vasut2016-02-081-0/+10
* hush: Pull out U-Boot prompt display and read functionalityMarek Vasut2016-02-081-5/+16
* common: cli_hush: Fix up simple typoNishanth Menon2015-12-121-2/+2
* common: cli_hush: avoid memory leakPeng Fan2015-12-051-2/+7
* common: cli_hush: avoid dead codePeng Fan2015-12-051-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* Revert "hush: fix segfault on syntax error"Rabin Vincent2014-11-241-1/+1
* hush: make run_command() return an error on parsing failureRabin Vincent2014-11-071-1/+1
* hush: fix segfault on syntax errorRabin Vincent2014-11-071-1/+1
* hush: return consistent codes from run_command()Rabin Vincent2014-11-071-1/+3
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-271-1/+2
* common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee2014-06-111-2/+2
* Fix hush to give the correct return code for a simple commandSimon Glass2014-06-051-1/+3
* Rename bootretry functions and remove #ifdefsSimon Glass2014-05-291-6/+1
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-0/+1
* Add cli_ prefix to readline functionsSimon Glass2014-05-291-2/+2
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-291-0/+1
* Rename hush to cli_hushSimon Glass2014-05-291-0/+3687
OpenPOWER on IntegriCloud