summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)Author
2022-05-11common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-26console: Avoid serial output before the console is runningSimon Glass
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko
2021-02-16console: Set file and devices at one goAndy Shevchenko
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-16console: cosmetics: remove #if 0Patrick Delaunay
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2021-01-15console: Keep ->start() and ->stop() balancedAndy Shevchenko
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko
2021-01-15console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay
2021-01-15console: add function console_devices_setPatrick Delaunay
2021-01-15console: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2021-01-15console: allow to record console output before readyPatrick Delaunay
2021-01-15console: remove duplicated test on gd valuePatrick Delaunay
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
2020-08-07console: Always define the console-recording functionsSimon Glass
2020-07-09console: Add a way to output to serial onlySimon Glass
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-02-13common/console.c: discard volatileHeinrich Schuchardt
2020-02-05console: Add a function to read a line of the output / eofSimon Glass
2019-11-06common/console.c: Fix unused warning with console_doenv()Tom Rini
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-07console: execute flush on uart when silent is removedPatrick Delaunay
2019-08-07console: update silent tag after env loadPatrick Delaunay
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass
2018-09-10console: unify fgetc function when console MUX is deactivatedPatrick Delaunay
2018-07-26sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger
2018-07-26console: Remember if ctrlc is disabled in console_tstc()Joe Hershberger
2018-06-18console: Fix handling of NULL global_dataSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini
2017-12-07Revert "sandbox: Drop special case console code for sandbox"Simon Glass
2017-11-12Revert "console: simplify puts()"Soeren Moch
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-31console: Unify the check for a serial consoleSimon Glass
2017-07-28console: simplify puts()Masahiro Yamada