index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cli_readline.c
Age
Commit message (
Expand
)
Author
2024-10-11
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2024-03-13
cli: allow users to determine history buffer allocation method
Hanyuan Zhao
2024-03-13
cli: panic when failed to allocate memory for the history buffer
Hanyuan Zhao
2024-01-18
getchar(): Correct usage
Tom Rini
2023-12-20
command: Allocate history buffer using calloc()
Marek Vasut
2023-10-11
cli: Add a function to set up a new cread
Simon Glass
2023-10-11
cli: Allow command completion to be disabled
Simon Glass
2023-10-11
cli: Allow history to be disabled
Simon Glass
2023-10-11
cli: Terminate the string in cread_line_process_ch()
Simon Glass
2023-10-11
cli: Create a function to process characters
Simon Glass
2023-10-11
cli: Unindent some code in cread_line()
Simon Glass
2023-10-11
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
2023-10-11
cli: Use unsigned int instead of unsigned long
Simon Glass
2023-10-11
cli: Implement delete-word in cread_line()
Simon Glass
2023-10-11
cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
Simon Glass
2023-10-11
cli: Drop some #ifdefs in cli_readline
Simon Glass
2023-10-11
cli: Add a command to show cmdline history
Simon Glass
2023-10-11
cli: Move simple readline into a function
Simon Glass
2023-03-28
cli: Correct handling of invalid escape sequences in cread_line()
Simon Glass
2023-01-16
cli: Move readline character-processing to a state machine
Simon Glass
2022-11-21
Revert "cli_readline: Only insert printable chars"
Pali Rohár
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-15
cli: Reduce size of readline buffers in SPL
Sean Anderson
2022-07-18
cli: support bracketed paste
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
cli_readline: Only insert printable chars
Steve Bennett
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
2018-09-10
cli: handle getch error
Patrick Delaunay
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-08-20
common: cli_readline: Improve command line editing
James Byrne
2015-08-12
spl, common, serial: build SPL without serial support
Heiko Schocher
2014-05-29
Move bootretry code into bootretry.c and clean up
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