summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)Author
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
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass
2017-02-06console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass
2016-10-23Convert SILENT_CONSOLE options to KconfigSimon Glass
2016-10-17watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass
2016-01-25common/console.c: Remove unused inline functionsTom Rini
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-23common/console.c: Small coding style cleanupStefan Roese
2015-11-23common/console.c: Drop sandbox special-case console codeStefan Roese
2015-11-19console: Add a console bufferSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass
2015-05-19console: Fix pre-console flushing via cfb_console being very slowHans de Goede
2015-01-29Export redesignMartin Dorwig
2015-01-14console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka
2014-12-08Fix console functions for U-Boot APISimon Glass
2014-10-25common:console: add missing includeJeroen Hofstee
2014-09-24sandbox: Disable Ctrl-CSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass