aboutsummaryrefslogtreecommitdiff
path: root/common/cli_simple.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-02common: 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-13common: cli_simple: use strlcpy instead of strcpyPeng Fan1-1/+2
2015-11-19Move 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-12spl, 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-11Use run_command_repeatable()Thomas Betker1-1/+1
2014-06-05Correct return code from builtin_run_command_list()Simon Glass1-1/+1
2014-05-29main: Hide the hush/simple details inside cli.cSimon Glass1-1/+1
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass1-3/+1
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-0/+1
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-3/+3
2014-05-29Split out simple parser and readline into separate filesSimon Glass1-0/+338