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