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
|
10 years ago |
Simon Glass
|
d6ea5307da
dm: Allow debug UART to support an early console
|
10 years ago |
Hans de Goede
|
a8552c7c9b
console: Fix pre-console flushing via cfb_console being very slow
|
10 years ago |
Martin Dorwig
|
49cad54788
Export redesign
|
10 years ago |
Siarhei Siamashka
|
2766966750
console: Use pre-console buffer to get complete log on all consoles
|
10 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
|
11 years ago |
Simon Glass
|
91b136c798
sandbox: Allow the console to work earlier
|
11 years ago |
Wolfgang Denk
|
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
|
12 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"
|
13 years ago |
Sonny Rao
|
068af6f843
Make printf and vprintf safe from buffer overruns
|
13 years ago |
Simon Glass
|
295d3942b8
Add board_pre_console_putc to deal with early console output
|
13 years ago |
Graeme Russ
|
9558b48af0
console: Implement pre-console buffer
|
13 years ago |
Graeme Russ
|
e3e454cd72
console: Squelch pre-console output in console functions
|
13 years ago |
Mike Frysinger
|
d7be3056de
stdio: constify "name" arg in public api
|
14 years ago |
Wolfgang Denk
|
d9c27253ce
Make *printf() return "int" instead of "void"
|
15 years ago |