summaryrefslogtreecommitdiffstats
path: root/common/cli.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* cli: Make the sandbox board_run_command the defaultSean Anderson2020-02-051-0/+7
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* main: add new bootstage ID for entering cli loopHeiko Schocher2019-04-261-0/+1
* dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis2019-01-261-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-241-7/+7
* common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese2016-04-041-1/+1
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-011-1/+16
* common: cli: avoid memory leakPeng Fan2016-01-041-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* cli: hush: Adjust 'run' command to run each line of the env varSimon Glass2014-10-271-3/+6
* Add run_command_repeatable()Thomas Betker2014-06-111-0/+24
* main: Make the execution path a little clearer in main.cSimon Glass2014-05-291-0/+66
* main: Hide the hush/simple details inside cli.cSimon Glass2014-05-291-0/+22
* Move command line API into cli.cSimon Glass2014-05-291-0/+106