summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay1-10/+0
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko1-9/+9
2021-01-15console: Keep ->start() and ->stop() balancedAndy Shevchenko1-0/+37
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko1-7/+23
2021-01-15console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay1-12/+25
2021-01-15console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay1-22/+73
2021-01-15console: add function console_devices_setPatrick Delaunay1-7/+13
2021-01-15console: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-94/+64
2021-01-15console: allow to record console output before readyPatrick Delaunay1-8/+8
2021-01-15console: remove duplicated test on gd valuePatrick Delaunay1-8/+8
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-6/+6
2020-08-08console: Always define the console-recording functionsSimon Glass1-1/+3
2020-07-09console: Add a way to output to serial onlySimon Glass1-6/+22
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay1-3/+3
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin1-3/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-13common/console.c: discard volatileHeinrich Schuchardt1-10/+13
2020-02-06console: Add a function to read a line of the output / eofSimon Glass1-0/+11
2019-11-07common/console.c: Fix unused warning with console_doenv()Tom Rini1-0/+4
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-07console: execute flush on uart when silent is removedPatrick Delaunay1-9/+36
2019-08-07console: update silent tag after env loadPatrick Delaunay1-0/+4
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass1-0/+7
2018-09-11console: unify fgetc function when console MUX is deactivatedPatrick Delaunay1-4/+5
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger1-2/+0
2018-07-26console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger1-3/+4
2018-06-18console: Fix handling of NULL global_dataSimon Glass1-2/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini1-2/+2
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass1-0/+7
2017-11-13Revert "console: simplify puts()"Soeren Moch1-2/+42
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+10
2017-07-31console: Unify the check for a serial consoleSimon Glass1-2/+17
2017-07-28console: simplify puts()Masahiro Yamada1-42/+2
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass1-13/+0
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass1-2/+9
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass1-4/+13
2017-02-06console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass1-15/+15
2016-10-24Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass1-3/+3
2016-10-24Convert SILENT_CONSOLE options to KconfigSimon Glass1-2/+2
2016-10-18watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel1-0/+2
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham1-4/+13
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng1-2/+0
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass1-0/+8
2016-01-25common/console.c: Remove unused inline functionsTom Rini1-48/+0
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-36/+0