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
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
2019-11-06
common/console.c: Fix unused warning with console_doenv()
Tom Rini
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-08-07
console: execute flush on uart when silent is removed
Patrick Delaunay
2019-08-07
console: update silent tag after env load
Patrick Delaunay
2018-11-26
sandbox: Allow puts() output before global_data is set up
Simon Glass
2018-09-10
console: unify fgetc function when console MUX is deactivated
Patrick Delaunay
2018-07-26
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
2018-07-26
console: Remember if ctrlc is disabled in console_tstc()
Joe Hershberger
2018-06-18
console: Fix handling of NULL global_data
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-06
stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly
Tom Rini
2017-12-07
Revert "sandbox: Drop special case console code for sandbox"
Simon Glass
2017-11-12
Revert "console: simplify puts()"
Soeren Moch
2017-08-28
common: console: Fix duplicated CONFIG in silent env callback
Wilson Lee
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
2017-07-31
console: Unify the check for a serial console
Simon Glass
2017-07-28
console: simplify puts()
Masahiro Yamada
[next]