aboutsummaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: Use printascii for lowlevel debug stringKever Yang2024-11-171-5/+1
* global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-1/+1
* Merge patch series "Fix various bugs"WIP/18Sep2024-nextTom Rini2024-09-181-0/+36
|\
| * dm: usb: Deal with USB keyboard persisting across testsSimon Glass2024-09-181-0/+34
| * log: Add a new log category for the consoleSimon Glass2024-09-181-0/+2
* | Merge patch series "Tidy up console recording in tests"WIP/26Aug2024-nextTom Rini2024-08-261-0/+2
|\|
| * test: Fail when an empty line is expected but not presentSimon Glass2024-08-261-0/+2
* | global_data: Remove jump table in SPLSimon Glass2024-08-261-1/+2
* | global_data: Convert have_console into a flagSimon Glass2024-08-261-7/+7
|/
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* common: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+0
* common: console: Fix print complete stdio device listPatrice Chotard2024-01-241-15/+12
* lib: membuff: fix readline not returning line in case of overflowIon Agorria2024-01-091-1/+1
* common: console: record console from the beginningIon Agorria2024-01-091-0/+3
* common: console: introduce console_record_isempty helperIon Agorria2024-01-091-0/+5
* video: Add a function to clear the displaySimon Glass2023-12-131-0/+31
* console: Print out complete stdio device listBin Meng2023-08-021-9/+21
* console: Refactor stdio_print_current_devices() a little bitBin Meng2023-08-021-15/+15
* console: Make stdio_print_current_devices() staticBin Meng2023-08-021-1/+1
* 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 testsWIP/2021-07-23-reboot-mode-and-cryptfs-passwd-supportSteffen 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 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