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
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
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
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
2017-07-11
sandbox: Drop special case console code for sandbox
Simon Glass
2017-07-11
console: Use map_sysmem() for the pre-relocation console
Simon Glass
2017-07-11
Allow displaying the U-Boot banner on a video display
Simon Glass
2017-02-06
console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL
Simon Glass
2016-10-23
Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig
Simon Glass
2016-10-23
Convert SILENT_CONSOLE options to Kconfig
Simon Glass
2016-10-17
watchdog: Fix Watchdog Reset while in U-Boot Prompt
Andreas J. Reichel
2016-10-07
common/console.c: ensure GD_FLG_SILENT is set or cleared
Chris Packham
2016-03-27
debug_uart: Remove duplicated carriage return handling
Bin Meng
2016-02-11
dm: video: Add a temporary work-around for old stdout var
Simon Glass
2016-01-25
common/console.c: Remove unused inline functions
Tom Rini
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
2015-11-23
common/console.c: Small coding style cleanup
Stefan Roese
2015-11-23
common/console.c: Drop sandbox special-case console code
Stefan Roese
2015-11-19
console: Add a console buffer
Simon Glass
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-07-21
sandbox: Drop special-case sandbox console code
Simon Glass
2015-07-21
dm: Allow debug UART to support an early console
Simon Glass
2015-05-19
console: Fix pre-console flushing via cfb_console being very slow
Hans de Goede
2015-01-29
Export redesign
Martin Dorwig
2015-01-14
console: Use pre-console buffer to get complete log on all consoles
Siarhei Siamashka
2014-12-08
Fix console functions for U-Boot API
Simon Glass
2014-10-25
common:console: add missing include
Jeroen Hofstee
2014-09-24
sandbox: Disable Ctrl-C
Simon Glass
2014-07-23
Add a flag indicating when the serial console is ready
Simon Glass
2014-07-23
console: Remove vprintf() optimisation for sandbox
Simon Glass
2014-07-23
stdio: Pass device pointer to stdio methods
Simon Glass
2014-05-23
Add the function 'confirm_yesno' for interactive
Pierre Aubert
2014-01-08
sandbox: Allow the console to work earlier
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-12-13
env: Add a silent env handler
Joe Hershberger
2012-12-13
env: Add a console env handler
Joe Hershberger
2012-12-13
env: Refactor do_apply to a flag
Joe Hershberger
2012-12-11
console: Enable function to display console info
Simon Glass
2012-03-23
Revert "Add board_pre_console_putc to deal with early console output"
Simon Glass
2011-12-17
Make printf and vprintf safe from buffer overruns
Sonny Rao
2011-12-09
Add board_pre_console_putc to deal with early console output
Simon Glass
[next]