1. f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · 3 years, 10 months ago
  2. 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · 3 years, 10 months ago
  3. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  4. 127dde8 console: cosmetics: remove #if 0 by Patrick Delaunay · 4 years ago
  5. cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · 4 years ago
  6. bdb0d4c console: Keep ->start() and ->stop() balanced by Andy Shevchenko · 4 years ago
  7. 2bce021 console: Introduce console_start() and console_stop() by Andy Shevchenko · 4 years ago
  8. 4e8d61f console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · 4 years ago
  9. c20847f console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · 4 years ago
  10. 7c5f6ed console: add function console_devices_set by Patrick Delaunay · 4 years ago
  11. 4b0b56f console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 4 years ago
  12. ca734c6 console: allow to record console output before ready by Patrick Delaunay · 4 years ago
  13. 8f14b40 console: remove duplicated test on gd value by Patrick Delaunay · 4 years ago
  14. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  15. dc357ef console: Always define the console-recording functions by Simon Glass · 4 years, 4 months ago
  16. 66ee817 console: Add a way to output to serial only by Simon Glass · 4 years, 5 months ago
  17. 60b9224 video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean by Patrick Delaunay · 4 years, 5 months ago
  18. 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
  19. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  20. 3b05a26 common/console.c: discard volatile by Heinrich Schuchardt · 4 years, 10 months ago
  21. b17c158 console: Add a function to read a line of the output / eof by Simon Glass · 4 years, 10 months ago
  22. d30aeb1 common/console.c: Fix unused warning with console_doenv() by Tom Rini · 5 years ago
  23. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  24. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  25. b39862f console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  26. 46b610d console: update silent tag after env load by Patrick Delaunay · 5 years ago
  27. bf5c486 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  28. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  29. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  30. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  31. 18fc706 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  32. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  33. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 7 years ago
  34. 16e3d7c Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  35. 54619bb Revert "console: simplify puts()" by Soeren Moch · 7 years ago
  36. 1664c5b common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · 7 years ago
  37. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  38. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  39. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  40. 045e4b5 console: Unify the check for a serial console by Simon Glass · 7 years ago
  41. f25fe39 console: simplify puts() by Masahiro Yamada · 7 years ago
  42. 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
  43. 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
  44. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  45. dfc2535 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  46. e304a5e Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  47. 4458d3b Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  48. 982ca46 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  49. fab806d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  50. fdb3e4a debug_uart: Remove duplicated carriage return handling by Bin Meng · 9 years ago
  51. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  52. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  53. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  54. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  55. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  56. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  57. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  58. 1fa4c71 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  59. 7dd27e0 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  60. e355da0 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 10 years ago
  61. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  62. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  63. 379bcd6 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  64. 3b46b3b common:console: add missing include by Jeroen Hofstee · 10 years ago
  65. 28c5ce7 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  66. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  67. a9d808b console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  68. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  69. 5fef9d3 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 11 years ago
  70. 3e9fd24 sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  71. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  72. 03ddaba env: Add a silent env handler by Joe Hershberger · 12 years ago
  73. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  74. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  75. a2cc855 console: Enable function to display console info by Simon Glass · 12 years ago
  76. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  77. 2813a21 Make printf and vprintf safe from buffer overruns by Sonny Rao · 13 years ago
  78. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  79. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  80. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  81. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  82. 318ef5c Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  83. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  84. ec8744a console.c: fix problem with splashimage by Anatolij Gustschin · 15 years ago
  85. a2bbf4e bugfix CONFIG_SYS_CONSOLE_INFO_QUIET by David Brownell · 15 years ago
  86. 5a30936 console: unify printing current devices by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  87. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  88. 63331a0 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  89. c7dc672 common/console: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  90. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  91. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  92. 5de5621 Allow console input to be disabled by Mark Jackson · 16 years ago
  93. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  94. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  95. 6c6a38a [PATCH] simplify silent console by Ladislav Michl · 18 years ago
  96. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  97. 61c636e * Patch by Detlev Zundel, 31 Mar 2005: by wdenk · 20 years ago
  98. 0593920 * Cleanup, minor fixes by wdenk · 21 years ago
  99. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  100. 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago