summaryrefslogtreecommitdiff
path: root/common/cli_hush.c
AgeCommit message (Expand)Author
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut
2015-12-12common: cli_hush: Fix up simple typoNishanth Menon
2015-12-05common: cli_hush: avoid memory leakPeng Fan
2015-12-05common: cli_hush: avoid dead codePeng Fan
2015-11-19Move console definitions into a new console.h fileSimon Glass
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent
2014-11-07hush: fix segfault on syntax errorRabin Vincent
2014-11-07hush: return consistent codes from run_command()Rabin Vincent
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-06-11common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee
2014-06-05Fix hush to give the correct return code for a simple commandSimon Glass
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-05-29Rename hush to cli_hushSimon Glass