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