index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
cli.h
Age
Commit message (
Expand
)
Author
2023-03-28
cli: Correct handling of invalid escape sequences in cread_line()
Simon Glass
2023-01-16
menu: Make use of CLI character processing
Simon Glass
2023-01-16
cli: Move readline character-processing to a state machine
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2020-12-04
cli: Support macro processing with a fixed-size buffer
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2014-08-21
cli: Export cli_simple_process_macros for use outside of cli_simple
Hans de Goede
2014-05-29
main: Make the execution path a little clearer in main.c
Simon Glass
2014-05-29
main: Hide the hush/simple details inside cli.c
Simon Glass
2014-05-29
Rename bootretry functions and remove #ifdefs
Simon Glass
2014-05-29
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
Split out simple parser and readline into separate files
Simon Glass
2014-05-29
move CLI prototypes to cli.h and add comments
Simon Glass