aboutsummaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06common: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-01-24common: console: Fix print complete stdio device listPatrice Chotard1-15/+12
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-1/+1
2024-01-09common: console: record console from the beginningIon Agorria1-0/+3
2024-01-09common: console: introduce console_record_isempty helperIon Agorria1-0/+5
2023-12-13video: Add a function to clear the displaySimon Glass1-0/+31
2023-08-02console: Print out complete stdio device listBin Meng1-9/+21
2023-08-02console: Refactor stdio_print_current_devices() a little bitBin Meng1-15/+15
2023-08-02console: Make stdio_print_current_devices() staticBin Meng1-1/+1
2023-03-14console: Use only 0x00 as line separator for console recordingMarek Vasut1-1/+1
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler1-0/+5
2022-12-02console: file should always be non-negativeHeinrich Schuchardt1-5/+5
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár1-0/+3
2022-09-24console: Implement flush() functionPali Rohár1-0/+61
2022-09-19Merge branch 'master' into nextTom Rini1-1/+9
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes1-1/+9
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-05-11common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes1-6/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-26console: Avoid serial output before the console is runningSimon Glass1-2/+4
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass1-1/+3
2021-07-23test: add first autoboot unit testsSteffen Jaeckel1-0/+5
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-4/+14
2021-02-16IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko1-10/+5
2021-02-16IOMUX: Split out iomux_match_device() helperAndy Shevchenko1-4/+3
2021-02-16console: Set file and devices at one goAndy Shevchenko1-10/+12
2021-02-16console: Set console device counter in console_devices_set()Andy Shevchenko1-0/+1
2021-02-16console: Switch to use stdio_file_to_flags()Andy Shevchenko1-11/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
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-07console: 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-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-13common/console.c: discard volatileHeinrich Schuchardt1-10/+13
2020-02-05console: Add a function to read a line of the output / eofSimon Glass1-0/+11
2019-11-06common/console.c: Fix unused warning with console_doenv()Tom Rini1-0/+4