1. 6b343ab console: Print out complete stdio device list by Bin Meng · 1 year, 2 months ago
  2. f30fd55 console: Refactor stdio_print_current_devices() a little bit by Bin Meng · 1 year, 2 months ago
  3. 75bfc6f console: Make stdio_print_current_devices() static by Bin Meng · 1 year, 2 months ago
  4. 97d6d7e console: Use only 0x00 as line separator for console recording by Marek Vasut · 1 year, 7 months ago
  5. 33965c7 console: Add option to keep it silent until env is loaded by Harald Seiler · 2 years, 3 months ago
  6. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 1 year, 11 months ago
  7. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 1 month ago
  8. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 1 month ago
  9. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  10. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  11. 04a20ca common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · 2 years, 5 months ago
  12. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  13. cff2963 common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables by Rasmus Villemoes · 2 years, 5 months ago
  14. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  15. 4057e27 console: Avoid serial output before the console is running by Simon Glass · 2 years, 10 months ago
  16. 8ce465e common: Allow a smaller console-recording pre-reloc by Simon Glass · 2 years, 11 months ago
  17. 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 3 months ago
  18. c1a2bb4 console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 5 months ago
  19. 400797c IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · 3 years, 7 months ago
  20. b672c16 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · 3 years, 7 months ago
  21. 09d8f07 console: Set file and devices at one go by Andy Shevchenko · 3 years, 7 months ago
  22. 20a7d35 console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 7 months ago
  23. 7b9ca3f console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 7 months ago
  24. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  25. 449efce console: cosmetics: remove #if 0 by Patrick Delaunay · 3 years, 10 months ago
  26. 3232487 console: rename search_device() to console_search_dev() by Andy Shevchenko · 3 years, 9 months ago
  27. 95aaf40 console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 3 years, 9 months ago
  28. 41f668b console: Introduce console_start() and console_stop() by Andy Shevchenko · 3 years, 9 months ago
  29. a17b38c console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 3 years, 9 months ago
  30. 1e99371 console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 3 years, 9 months ago
  31. 45375ad console: add function console_devices_set by Patrick Delaunay · 3 years, 9 months ago
  32. c04f856 console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 3 years, 9 months ago
  33. bf80edb console: allow to record console output before ready by Patrick Delaunay · 3 years, 10 months ago
  34. 93cdb52 console: remove duplicated test on gd value by Patrick Delaunay · 3 years, 10 months ago
  35. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  36. bd34715 console: Always define the console-recording functions by Simon Glass · 4 years, 2 months ago
  37. 493a4c8 console: Add a way to output to serial only by Simon Glass · 4 years, 3 months ago
  38. 27b5b9e video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 3 months ago
  39. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 4 months ago
  40. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 4 months ago
  41. a3a9e04 common/console.c: discard volatile by Heinrich Schuchardt · 4 years, 7 months ago
  42. b612312 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 8 months ago
  43. 5e63c96 common/console.c: Fix unused warning with console_doenv() by Tom Rini · 5 years ago
  44. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  45. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  46. 13551b9 console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  47. bf46be7 console: update silent tag after env load by Patrick Delaunay · 5 years ago
  48. 36bcea6 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  49. 273a125 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  50. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  51. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  52. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  53. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  54. 27b4225 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 6 years ago
  55. 64e9b4f Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  56. be135cc Revert "console: simplify puts()" by Soeren Moch · 7 years ago
  57. 5daf6e5 common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · 7 years ago
  58. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  59. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  60. 7b3c4c3 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  61. 42f9f91 console: Unify the check for a serial console by Simon Glass · 7 years ago
  62. c61d000 console: simplify puts() by Masahiro Yamada · 7 years ago
  63. d8c6fb8 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
  64. 4e6bafa console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
  65. b089538 Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  66. b026542 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  67. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  68. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  69. 6440746 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  70. 43e0a3d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  71. ce1a7d1 debug_uart: Remove duplicated carriage return handling by Bin Meng · 9 years ago
  72. a2931b3 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  73. 3da5240 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  74. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  75. ddf7355 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  76. dd55777 common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  77. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  78. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  79. da229e4 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  80. d6ea530 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  81. a8552c7 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 9 years ago
  82. 49cad54 Export redesign by Martin Dorwig · 10 years ago
  83. 2766966 console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  84. d872771 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  85. 482f469 common:console: add missing include by Jeroen Hofstee · 10 years ago
  86. 8969ea3 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  87. 093f79a Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  88. 7793ac9 console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  89. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  90. a5dffa4 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 10 years ago
  91. 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  92. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  93. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago
  94. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  95. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  96. 78c112c console: Enable function to display console info by Simon Glass · 12 years ago
  97. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  98. 068af6f Make printf and vprintf safe from buffer overruns by Sonny Rao · 13 years ago
  99. 295d394 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  100. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago