summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)Author
2025-05-02console: Support a format string for stderr outputSimon Glass
2025-04-10common: console: move break; statementAndre Przywara
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-03-14common: console: Delete obsolete VIDCONSOLE_AS_{LCD, NAME} optionsDragan Simic
2024-11-17console: Use printascii for lowlevel debug stringKever Yang
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18dm: usb: Deal with USB keyboard persisting across testsSimon Glass
2024-09-18log: Add a new log category for the consoleSimon Glass
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
2024-08-26test: Fail when an empty line is expected but not presentSimon Glass
2024-08-26global_data: Remove jump table in SPLSimon Glass
2024-08-26global_data: Convert have_console into a flagSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2024-01-24common: console: Fix print complete stdio device listPatrice Chotard
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria
2024-01-09common: console: record console from the beginningIon Agorria
2024-01-09common: console: introduce console_record_isempty helperIon Agorria
2023-12-13video: Add a function to clear the displaySimon Glass
2023-08-02console: Print out complete stdio device listBin Meng
2023-08-02console: Refactor stdio_print_current_devices() a little bitBin Meng
2023-08-02console: Make stdio_print_current_devices() staticBin Meng
2023-03-14console: Use only 0x00 as line separator for console recordingMarek Vasut
2023-01-12console: Add option to keep it silent until env is loadedHarald Seiler
2022-12-02console: file should always be non-negativeHeinrich Schuchardt
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24console: Implement flush() functionPali Rohár
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-08-31common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes
2022-08-10common: Drop display_options.h from common headerSimon Glass
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