summaryrefslogtreecommitdiff
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: Use only 0x00 as line separator for console recordingMarek Vasut2023-03-141-1/+1
* console: Add option to keep it silent until env is loadedHarald Seiler2023-01-121-0/+5
* console: file should always be non-negativeHeinrich Schuchardt2022-12-021-5/+5
* serial: Implement serial_flush() function for console flush() fallbackPali Rohár2022-09-241-0/+3
* console: Implement flush() functionPali Rohár2022-09-241-0/+61
* Merge branch 'master' into nextTom Rini2022-09-191-1/+9
|\
| * common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes2022-08-311-1/+9
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
|/
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes2022-05-111-6/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* console: Avoid serial output before the console is runningSimon Glass2021-12-261-2/+4
* common: Allow a smaller console-recording pre-relocSimon Glass2021-11-281-1/+3
* test: add first autoboot unit testsSteffen Jaeckel2021-07-231-0/+5
* console: Report an error when output buffer is exhaustedSimon Glass2021-06-081-4/+14
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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