summaryrefslogtreecommitdiffstats
path: root/common/cli_simple.c
Commit message (Expand)AuthorAgeFilesLines
* cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-041-5/+12
* common: Drop log.h from common headerSimon Glass2020-05-181-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
* 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-2/+2
* common: cli_simple: use strlcpy instead of strcpyPeng Fan2016-01-131-1/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* cli_simple.c: fix possible overflow when copying the stringImran Zaman2015-09-151-1/+1
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-1/+1
* cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede2014-08-211-2/+2
* Use run_command_repeatable()Thomas Betker2014-06-111-1/+1
* Correct return code from builtin_run_command_list()Simon Glass2014-06-051-1/+1
* main: Hide the hush/simple details inside cli.cSimon Glass2014-05-291-1/+1
* Rename bootretry functions and remove #ifdefsSimon Glass2014-05-291-3/+1
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-0/+1
* Add cli_ prefix to readline functionsSimon Glass2014-05-291-3/+3
* Split out simple parser and readline into separate filesSimon Glass2014-05-291-0/+338