aboutsummaryrefslogtreecommitdiff
path: root/common/cli_simple.c
AgeCommit message (Expand)AuthorFilesLines
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