~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* console: Print out complete stdio device listBin Meng2023-08-02
* console: Refactor stdio_print_current_devices() a little bitBin Meng2023-08-02
* console: Make stdio_print_current_devices() staticBin Meng2023-08-02
* console: Use only 0x00 as line separator for console recordingMarek Vasut2023-03-14
* console: Add option to keep it silent until env is loadedHarald Seiler2023-01-12
* console: file should always be non-negativeHeinrich Schuchardt2022-12-02
* serial: Implement serial_flush() function for console flush() fallbackPali Rohár2022-09-24
* console: Implement flush() functionPali Rohár2022-09-24
* Merge branch 'master' into nextTom Rini2022-09-19
|\
| * common/console.c: prevent pre-console buffer contents from being added to itselfRasmus Villemoes2022-08-31
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-18
|/
* common: Drop display_options.h from common headerSimon Glass2022-08-10
* common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variablesRasmus Villemoes2022-05-11
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* console: Avoid serial output before the console is runningSimon Glass2021-12-26
* common: Allow a smaller console-recording pre-relocSimon Glass2021-11-28
* test: add first autoboot unit testsSteffen Jaeckel2021-07-23
* console: Report an error when output buffer is exhaustedSimon Glass2021-06-08
* IOMUX: Split out for_each_console_dev() helper macroAndy Shevchenko2021-02-16
* IOMUX: Split out iomux_match_device() helperAndy Shevchenko2021-02-16
* console: Set file and devices at one goAndy Shevchenko2021-02-16
* console: Set console device counter in console_devices_set()Andy Shevchenko2021-02-16
* console: Switch to use stdio_file_to_flags()Andy Shevchenko2021-02-16
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* console: cosmetics: remove #if 0Patrick Delaunay2021-01-16
* console: rename search_device() to console_search_dev()Andy Shevchenko2021-01-15
* console: Keep ->start() and ->stop() balancedAndy Shevchenko2021-01-15
* console: Introduce console_start() and console_stop()Andy Shevchenko2021-01-15
* console: add console_has_tstc helper function for CONSOLE_MUXPatrick Delaunay2021-01-15
* console: remove #ifdef CONFIG_CONSOLE_RECORDPatrick Delaunay2021-01-15
* console: add function console_devices_setPatrick Delaunay2021-01-15
* console: remove #ifdef CONFIG when it is possiblePatrick Delaunay2021-01-15
* console: allow to record console output before readyPatrick Delaunay2021-01-15
* console: remove duplicated test on gd valuePatrick Delaunay2021-01-15
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-22
* console: Always define the console-recording functionsSimon Glass2020-08-07
* console: Add a way to output to serial onlySimon Glass2020-07-09
* video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2020-07-06
* video: extend stdout video console work-around for 'vga'Anatolij Gustschin2020-06-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common/console.c: discard volatileHeinrich Schuchardt2020-02-13
* console: Add a function to read a line of the output / eofSimon Glass2020-02-05
* common/console.c: Fix unused warning with console_doenv()Tom Rini2019-11-06
* env: Rename environment.h to env_internal.hSimon Glass2019-08-11
* env: Move env_set() to env.hSimon Glass2019-08-11
* console: execute flush on uart when silent is removedPatrick Delaunay2019-08-07
* console: update silent tag after env loadPatrick Delaunay2019-08-07
* sandbox: Allow puts() output before global_data is set upSimon Glass2018-11-26
* console: unify fgetc function when console MUX is deactivatedPatrick Delaunay2018-09-10
* sandbox: Don't disable ctrlc() on sandbox if in raw modeJoe Hershberger2018-07-26