Commit Graph

84 Commits (lime2-spi)

Author SHA1 Message Date
Patrick Delaunay 273a12526c console: unify fgetc function when console MUX is deactivated 6 years ago
Joe Hershberger 82a115fdec sandbox: Don't disable ctrlc() on sandbox if in raw mode 6 years ago
Joe Hershberger b2f58d8ee0 console: Remember if ctrlc is disabled in console_tstc() 6 years ago
Simon Glass af880e247d console: Fix handling of NULL global_data 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tom Rini 27b4225b3c stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly 6 years ago
Simon Glass 64e9b4f346 Revert "sandbox: Drop special case console code for sandbox" 7 years ago
Soeren Moch be135cc5eb Revert "console: simplify puts()" 7 years ago
Wilson Lee 5daf6e56d3 common: console: Fix duplicated CONFIG in silent env callback 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 7b3c4c3a53 dm: console: Check for serial devices properly 7 years ago
Simon Glass 42f9f915c2 console: Unify the check for a serial console 7 years ago
Masahiro Yamada c61d0009fe console: simplify puts() 7 years ago
Simon Glass d8c6fb8ced sandbox: Drop special case console code for sandbox 7 years ago
Simon Glass 4e6bafa568 console: Use map_sysmem() for the pre-relocation console 7 years ago
Simon Glass b0895384be Allow displaying the U-Boot banner on a video display 7 years ago
Simon Glass b026542946 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL 7 years ago
Simon Glass 8f92558414 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig 8 years ago
Simon Glass 98af879976 Convert SILENT_CONSOLE options to Kconfig 8 years ago
Andreas J. Reichel 644074671e watchdog: Fix Watchdog Reset while in U-Boot Prompt 8 years ago
Chris Packham 43e0a3dec0 common/console.c: ensure GD_FLG_SILENT is set or cleared 8 years ago
Bin Meng ce1a7d1564 debug_uart: Remove duplicated carriage return handling 8 years ago
Simon Glass a2931b30d2 dm: video: Add a temporary work-around for old stdout var 8 years ago
Tom Rini 3da5240925 common/console.c: Remove unused inline functions 8 years ago
Stefan Roese 7d9cde1031 lib/tiny-printf.c: Add tiny printf function for space limited environments 9 years ago
Stefan Roese ddf7355a73 common/console.c: Small coding style cleanup 9 years ago
Stefan Roese dd5577703b common/console.c: Drop sandbox special-case console code 9 years ago
Simon Glass 9854a8748c console: Add a console buffer 9 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Simon Glass da229e4e57 sandbox: Drop special-case sandbox console code 9 years ago
Simon Glass d6ea5307da dm: Allow debug UART to support an early console 9 years ago
Hans de Goede a8552c7c9b console: Fix pre-console flushing via cfb_console being very slow 9 years ago
Martin Dorwig 49cad54788 Export redesign 9 years ago
Siarhei Siamashka 2766966750 console: Use pre-console buffer to get complete log on all consoles 9 years ago
Simon Glass d8727713b6 Fix console functions for U-Boot API 10 years ago
Jeroen Hofstee 482f4691a3 common:console: add missing include 10 years ago
Simon Glass 8969ea3e9f sandbox: Disable Ctrl-C 10 years ago
Simon Glass 093f79ab88 Add a flag indicating when the serial console is ready 10 years ago
Simon Glass 7793ac96c6 console: Remove vprintf() optimisation for sandbox 10 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 10 years ago
Pierre Aubert a5dffa4b67 Add the function 'confirm_yesno' for interactive 10 years ago
Simon Glass 91b136c798 sandbox: Allow the console to work earlier 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Joe Hershberger e080d545f8 env: Add a silent env handler 12 years ago
Joe Hershberger 849d5d9cda env: Add a console env handler 12 years ago
Joe Hershberger c4e0057fa7 env: Refactor do_apply to a flag 12 years ago
Simon Glass 78c112c9f9 console: Enable function to display console info 12 years ago
Simon Glass 3fa4977a9e Revert "Add board_pre_console_putc to deal with early console output" 12 years ago
Sonny Rao 068af6f843 Make printf and vprintf safe from buffer overruns 13 years ago