summaryrefslogtreecommitdiffstats
path: root/common/cli_readline.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cli_readline: Only insert printable charsSteve Bennett2021-01-161-2/+4
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-6/+0
* cli: handle getch errorPatrick Delaunay2018-09-101-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common: cli_readline: Improve command line editingJames Byrne2016-08-201-31/+67
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-1/+1
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-55/+5
* Add cli_ prefix to readline functionsSimon Glass2014-05-291-3/+4
* Split out simple parser and readline into separate filesSimon Glass2014-05-291-0/+670