summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-161-10/+5
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-161-4/+3
* console: Set file and devices at one goAndy Shevchenko2021-02-161-10/+12
* console: Set console device counter in console_devices_set()Andy Shevchenko2021-02-161-0/+1
* console: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-161-11/+3
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-161-10/+0
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-151-9/+9
* console: Keep ->start() and ->stop() balancedAndy Shevchenko2021-01-151-0/+37
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-151-7/+23
* console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay2021-01-151-12/+25
* console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay2021-01-151-22/+73
* console: add function console_devices_setPatrick Delaunay2021-01-151-7/+13
* console: remove #ifdef CONFIG when it is possiblePatrick Delaunay2021-01-151-94/+64
* console: allow to record console output before readyPatrick Delaunay2021-01-151-8/+8
* console: remove duplicated test on gd valuePatrick Delaunay2021-01-151-8/+8
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-6/+6
* console: Always define the console-recording functionsSimon Glass2020-08-071-1/+3
* 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