summaryrefslogtreecommitdiff
path: root/common/cli.c
Commit message (Expand)AuthorAgeLines
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-24-7/+7
* common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese2016-04-04-1/+1
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-01-1/+16
* common: cli: avoid memory leakPeng Fan2016-01-04-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-18-2/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-27-3/+6
* Add run_command_repeatable()Thomas Betker2014-06-11-0/+24
* main: Make the execution path a little clearer in main.cSimon Glass2014-05-29-0/+66
* main: Hide the hush/simple details inside cli.cSimon Glass2014-05-29-0/+22
* Move command line API into cli.cSimon Glass2014-05-29-0/+106