summaryrefslogtreecommitdiff
path: root/common/cli_simple.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-05cli: Support macro processing with a fixed-size bufferSimon Glass1-5/+12
2020-05-19common: Drop log.h from common headerSimon 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
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-2/+2
2016-01-14common: cli_simple: use strlcpy instead of strcpyPeng Fan1-1/+2
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-15cli_simple.c: fix possible overflow when copying the stringImran Zaman1-1/+1
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-1/+1
2014-08-21cli: Export cli_simple_process_macros for use outside of cli_simpleHans de Goede1-2/+2
2014-06-12Use run_command_repeatable()Thomas Betker1-1/+1
2014-06-05Correct return code from builtin_run_command_list()Simon Glass1-1/+1
2014-05-30main: Hide the hush/simple details inside cli.cSimon Glass1-1/+1
2014-05-30Rename bootretry functions and remove #ifdefsSimon Glass1-3/+1
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-3/+3
2014-05-30Split out simple parser and readline into separate filesSimon Glass1-0/+338