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