summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: Add a way to output to serial onlySimon Glass2020-07-091-6/+22
* video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2020-07-061-3/+3
* video: extend stdout video console work-around for 'vga'Anatolij Gustschin2020-06-181-3/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common/console.c: discard volatileHeinrich Schuchardt2020-02-131-10/+13
* console: Add a function to read a line of the output / eofSimon Glass2020-02-051-0/+11
* common/console.c: Fix unused warning with console_doenv()Tom Rini2019-11-061-0/+4
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* console: execute flush on uart when silent is removedPatrick Delaunay2019-08-071-9/+36
* console: update silent tag after env loadPatrick Delaunay2019-08-071-0/+4
* sandbox: Allow puts() output before global_data is set upSimon Glass2018-11-261-0/+7
* console: unify fgetc function when console MUX is deactivatedPatrick Delaunay2018-09-101-4/+5
* sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger2018-07-261-2/+0
* console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger2018-07-261-3/+4
* console: Fix handling of NULL global_dataSimon Glass2018-06-181-2/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini2018-05-061-2/+2
* Revert "sandbox: Drop special case console code for sandbox"Simon Glass2017-12-071-0/+7
* Revert "console: simplify puts()"Soeren Moch2017-11-121-2/+42
* common: console: Fix duplicated CONFIG in silent env callbackWilson Lee2017-08-281-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* env: Rename setenv() to env_set()Simon Glass2017-08-161-2/+2
* dm: console: Check for serial devices properlySimon Glass2017-07-311-1/+10
* console: Unify the check for a serial consoleSimon Glass2017-07-311-2/+17
* console: simplify puts()Masahiro Yamada2017-07-281-42/+2
* sandbox: Drop special case console code for sandboxSimon Glass2017-07-111-13/+0
* console: Use map_sysmem() for the pre-relocation consoleSimon Glass2017-07-111-2/+9
* Allow displaying the U-Boot banner on a video displaySimon Glass2017-07-111-4/+13
* console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass2017-02-061-15/+15
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-231-3/+3
* Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-231-2/+2
* watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-171-0/+2
* common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham2016-10-071-4/+13
* debug_uart: Remove duplicated carriage return handlingBin Meng2016-03-271-2/+0
* dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-111-0/+8
* common/console.c: Remove unused inline functionsTom Rini2016-01-251-48/+0
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+0
* common/console.c: Small coding style cleanupStefan Roese2015-11-231-2/+4
* common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-231-5/+0
* console: Add a console bufferSimon Glass2015-11-191-1/+49
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* sandbox: Drop special-case sandbox console codeSimon Glass2015-07-211-5/+1
* dm: Allow debug UART to support an early consoleSimon Glass2015-07-211-0/+19
* console: Fix pre-console flushing via cfb_console being very slowHans de Goede2015-05-191-18/+22
* Export redesignMartin Dorwig2015-01-291-10/+10
* console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka2015-01-141-5/+41
* Fix console functions for U-Boot APISimon Glass2014-12-081-4/+4
* common:console: add missing includeJeroen Hofstee2014-10-251-1/+2
* sandbox: Disable Ctrl-CSimon Glass2014-09-241-0/+3