summaryrefslogtreecommitdiff
path: root/common/cli.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-06cli: Make the sandbox board_run_command the defaultSean Anderson1-0/+7
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-04-27main: add new bootstage ID for entering cli loopHeiko Schocher1-0/+1
2019-01-26dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2016-06-25hush: 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-02Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass1-1/+16
2016-01-04common: cli: avoid memory leakPeng Fan1-1/+1
2015-11-20Move 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-12Add run_command_repeatable()Thomas Betker1-0/+24
2014-05-30main: Make the execution path a little clearer in main.cSimon Glass1-0/+66
2014-05-30main: Hide the hush/simple details inside cli.cSimon Glass1-0/+22
2014-05-30Move command line API into cli.cSimon Glass1-0/+106