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
/
common
/
console.c
Age
Commit message (
Expand
)
Author
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
2021-01-15
console: add console_has_tstc helper function for CONSOLE_MUX
Patrick Delaunay
2021-01-15
console: remove #ifdef CONFIG_CONSOLE_RECORD
Patrick Delaunay
2021-01-15
console: add function console_devices_set
Patrick Delaunay
2021-01-15
console: remove #ifdef CONFIG when it is possible
Patrick Delaunay
2021-01-15
console: allow to record console output before ready
Patrick Delaunay
2021-01-15
console: remove duplicated test on gd value
Patrick Delaunay
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2020-08-07
console: Always define the console-recording functions
Simon Glass
2020-07-09
console: Add a way to output to serial only
Simon Glass
2020-07-06
video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean
Patrick Delaunay
2020-06-18
video: extend stdout video console work-around for 'vga'
Anatolij Gustschin
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-02-13
common/console.c: discard volatile
Heinrich Schuchardt
2020-02-05
console: Add a function to read a line of the output / eof
Simon Glass
[next]