Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER | Masahiro Yamada | 2016-06-24 | -7/+7 |
* | common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE | Stefan Roese | 2016-04-04 | -1/+1 |
* | Drop command-processing code when CONFIG_CMDLINE is disabled | Simon Glass | 2016-04-01 | -1/+16 |
* | common: cli: avoid memory leak | Peng Fan | 2016-01-04 | -1/+1 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | -0/+1 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | -2/+2 |
* | cli: hush: Adjust 'run' command to run each line of the env var | Simon Glass | 2014-10-27 | -3/+6 |
* | Add run_command_repeatable() | Thomas Betker | 2014-06-11 | -0/+24 |
* | main: Make the execution path a little clearer in main.c | Simon Glass | 2014-05-29 | -0/+66 |
* | main: Hide the hush/simple details inside cli.c | Simon Glass | 2014-05-29 | -0/+22 |
* | Move command line API into cli.c | Simon Glass | 2014-05-29 | -0/+106 |