~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
console.c
Commit message (
Expand
)
Author
Age
*
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-08-02
*
console: Use only 0x00 as line separator for console recording
Marek Vasut
2023-03-14
*
console: Add option to keep it silent until env is loaded
Harald Seiler
2023-01-12
*
console: file should always be non-negative
Heinrich Schuchardt
2022-12-02
*
serial: Implement serial_flush() function for console flush() fallback
Pali Rohár
2022-09-24
*
console: Implement flush() function
Pali Rohár
2022-09-24
*
Merge branch 'master' into next
Tom Rini
2022-09-19
|
\
|
*
common/console.c: prevent pre-console buffer contents from being added to itself
Rasmus Villemoes
2022-08-31
*
|
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-18
|
/
*
common: Drop display_options.h from common header
Simon Glass
2022-08-10
*
common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables
Rasmus Villemoes
2022-05-11
*
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
*
console: Avoid serial output before the console is running
Simon Glass
2021-12-26
*
common: Allow a smaller console-recording pre-reloc
Simon Glass
2021-11-28
*
test: add first autoboot unit tests
Steffen Jaeckel
2021-07-23
*
console: Report an error when output buffer is exhausted
Simon Glass
2021-06-08
*
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-16
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
console: cosmetics: remove #if 0
Patrick Delaunay
2021-01-16
*
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
2021-01-15
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
*
console: Always define the console-recording functions
Simon Glass
2020-08-07
*
console: Add a way to output to serial only
Simon Glass
2020-07-09
*
video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean
Patrick Delaunay
2020-07-06
*
video: extend stdout video console work-around for 'vga'
Anatolij Gustschin
2020-06-18
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
common/console.c: discard volatile
Heinrich Schuchardt
2020-02-13
*
console: Add a function to read a line of the output / eof
Simon Glass
2020-02-05
*
common/console.c: Fix unused warning with console_doenv()
Tom Rini
2019-11-06
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
*
console: execute flush on uart when silent is removed
Patrick Delaunay
2019-08-07
*
console: update silent tag after env load
Patrick Delaunay
2019-08-07
*
sandbox: Allow puts() output before global_data is set up
Simon Glass
2018-11-26
*
console: unify fgetc function when console MUX is deactivated
Patrick Delaunay
2018-09-10
*
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
2018-07-26
[next]