aboutsummaryrefslogtreecommitdiffstats
path: root/common/cli.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* common: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* cli: always show cursorHeinrich Schuchardt2024-04-121-0/+4
* cli: add modern hush as parser for run_command*()Francis Laniel2023-12-281-17/+50
* cli: Enables using modern hush parser as command line parserFrancis Laniel2023-12-281-6/+32
* cmd: Add new cli commandFrancis Laniel2023-12-281-1/+2
* global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel2023-12-281-0/+2
* cli: run_commandf(): small fixupsEvgeny Bachinin2023-03-301-6/+19
* Correct SPL use of HUSH_PARSERSimon Glass2023-02-101-1/+1
* cmd: exit: Fix return value propagation out of environment scriptsMarek Vasut2023-01-111-3/+4
* fdt: Start a test for the fdt commandSimon Glass2022-07-261-0/+15
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-4/+3
* 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