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
/
console.c
Age
Commit message (
Expand
)
Author
2025-05-02
console: Support a format string for stderr output
Simon Glass
2025-04-10
common: console: move break; statement
Andre Przywara
2025-04-03
membuf: Rename struct
Simon Glass
2025-04-03
membuff: Rename functions to have membuf_ prefix
Simon Glass
2025-03-14
common: console: Delete obsolete VIDCONSOLE_AS_{LCD, NAME} options
Dragan Simic
2024-11-17
console: Use printascii for lowlevel debug string
Kever Yang
2024-10-11
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-09-18
Merge patch series "Fix various bugs"
Tom Rini
2024-09-18
dm: usb: Deal with USB keyboard persisting across tests
Simon Glass
2024-09-18
log: Add a new log category for the console
Simon Glass
2024-08-26
Merge patch series "Tidy up console recording in tests"
Tom Rini
2024-08-26
test: Fail when an empty line is expected but not present
Simon Glass
2024-08-26
global_data: Remove jump table in SPL
Simon Glass
2024-08-26
global_data: Convert have_console into a flag
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-01-24
common: console: Fix print complete stdio device list
Patrice Chotard
2024-01-09
lib: membuff: fix readline not returning line in case of overflow
Ion Agorria
2024-01-09
common: console: record console from the beginning
Ion Agorria
2024-01-09
common: console: introduce console_record_isempty helper
Ion Agorria
2023-12-13
video: Add a function to clear the display
Simon Glass
2023-08-02
console: Print out complete stdio device list
Bin Meng
2023-08-02
console: Refactor stdio_print_current_devices() a little bit
Bin Meng
2023-08-02
console: Make stdio_print_current_devices() static
Bin Meng
2023-03-14
console: Use only 0x00 as line separator for console recording
Marek Vasut
2023-01-12
console: Add option to keep it silent until env is loaded
Harald Seiler
2022-12-02
console: file should always be non-negative
Heinrich Schuchardt
2022-09-24
serial: Implement serial_flush() function for console flush() fallback
Pali Rohár
2022-09-24
console: Implement flush() function
Pali Rohár
2022-09-19
Merge branch 'master' into next
Tom Rini
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-08-31
common/console.c: prevent pre-console buffer contents from being added to itself
Rasmus Villemoes
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-05-11
common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables
Rasmus Villemoes
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-26
console: Avoid serial output before the console is running
Simon Glass
2021-11-28
common: Allow a smaller console-recording pre-reloc
Simon Glass
2021-07-23
test: add first autoboot unit tests
Steffen Jaeckel
2021-06-08
console: Report an error when output buffer is exhausted
Simon Glass
2021-02-16
IOMUX: Split out for_each_console_dev() helper macro
Andy Shevchenko
2021-02-16
IOMUX: Split out iomux_match_device() helper
Andy Shevchenko
2021-02-16
console: Set file and devices at one go
Andy Shevchenko
2021-02-16
console: Set console device counter in console_devices_set()
Andy Shevchenko
2021-02-16
console: Switch to use stdio_file_to_flags()
Andy Shevchenko
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
console: cosmetics: remove #if 0
Patrick Delaunay
2021-01-15
console: rename search_device() to console_search_dev()
Andy Shevchenko
2021-01-15
console: Keep ->start() and ->stop() balanced
Andy Shevchenko
2021-01-15
console: Introduce console_start() and console_stop()
Andy Shevchenko
[next]