summaryrefslogtreecommitdiff
path: root/common/cli.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-02-05cli: Make the sandbox board_run_command the defaultSean Anderson
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-04-26main: add new bootstage ID for entering cli loopHeiko Schocher
2019-01-26dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2016-06-24hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada
2016-04-04common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINEStefan Roese
2016-04-01Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass
2016-01-04common: cli: avoid memory leakPeng Fan
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2014-10-27cli: hush: Adjust 'run' command to run each line of the env varSimon Glass
2014-06-11Add run_command_repeatable()Thomas Betker
2014-05-29main: Make the execution path a little clearer in main.cSimon Glass
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass
2014-05-29Move command line API into cli.cSimon Glass