summaryrefslogtreecommitdiff
path: root/common/cli_readline.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16cli_readline: Only insert printable charsSteve Bennett1-2/+4
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-2/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-03Drop CONFIG_SHOW_ACTIVITYSimon Glass1-6/+0
2018-09-11cli: handle getch errorPatrick Delaunay1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-08-20common: cli_readline: Improve command line editingJames Byrne1-31/+67
2015-08-13spl, common, serial: build SPL without serial supportHeiko Schocher1-1/+1
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass1-55/+5
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-3/+4
2014-05-30Split out simple parser and readline into separate filesSimon Glass1-0/+670