1. 5e63c96 common/console.c: Fix unused warning with console_doenv() by Tom Rini · 5 years ago
  2. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  3. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  4. 13551b9 console: execute flush on uart when silent is removed by Patrick Delaunay · 5 years ago
  5. bf46be7 console: update silent tag after env load by Patrick Delaunay · 5 years ago
  6. 36bcea6 sandbox: Allow puts() output before global_data is set up by Simon Glass · 6 years ago
  7. 273a125 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · 6 years ago
  8. 82a115f sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · 6 years ago
  9. b2f58d8 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · 6 years ago
  10. af880e2 console: Fix handling of NULL global_data by Simon Glass · 6 years ago
  11. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  12. 27b4225 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · 6 years ago
  13. 64e9b4f Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · 7 years ago
  14. be135cc Revert "console: simplify puts()" by Soeren Moch · 7 years ago
  15. 5daf6e5 common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · 7 years ago
  16. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  17. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  18. 7b3c4c3 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  19. 42f9f91 console: Unify the check for a serial console by Simon Glass · 7 years ago
  20. c61d000 console: simplify puts() by Masahiro Yamada · 7 years ago
  21. d8c6fb8 sandbox: Drop special case console code for sandbox by Simon Glass · 7 years ago
  22. 4e6bafa console: Use map_sysmem() for the pre-relocation console by Simon Glass · 7 years ago
  23. b089538 Allow displaying the U-Boot banner on a video display by Simon Glass · 7 years ago
  24. b026542 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · 8 years ago
  25. 8f92558 Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · 8 years ago
  26. 98af879 Convert SILENT_CONSOLE options to Kconfig by Simon Glass · 8 years ago
  27. 6440746 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · 8 years ago
  28. 43e0a3d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · 8 years ago
  29. ce1a7d1 debug_uart: Remove duplicated carriage return handling by Bin Meng · 9 years ago
  30. a2931b3 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  31. 3da5240 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  32. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  33. ddf7355 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  34. dd55777 common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  35. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  36. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  37. da229e4 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  38. d6ea530 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  39. a8552c7 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 9 years ago
  40. 49cad54 Export redesign by Martin Dorwig · 10 years ago
  41. 2766966 console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  42. d872771 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  43. 482f469 common:console: add missing include by Jeroen Hofstee · 10 years ago
  44. 8969ea3 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  45. 093f79a Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  46. 7793ac9 console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  47. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  48. a5dffa4 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 10 years ago
  49. 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  50. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. e080d54 env: Add a silent env handler by Joe Hershberger · 12 years ago
  52. 849d5d9 env: Add a console env handler by Joe Hershberger · 12 years ago
  53. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  54. 78c112c console: Enable function to display console info by Simon Glass · 12 years ago
  55. 3fa4977 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  56. 068af6f Make printf and vprintf safe from buffer overruns by Sonny Rao · 13 years ago
  57. 295d394 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  58. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  59. e3e454c console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  60. d7be305 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  61. d9c2725 Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  62. 953b7e6 Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  63. a749081 console.c: fix problem with splashimage by Anatolij Gustschin · 15 years ago
  64. 52f6c34 bugfix CONFIG_SYS_CONSOLE_INFO_QUIET by David Brownell · 15 years ago
  65. 7e3be7c console: unify printing current devices by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  66. 52cb4d4 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  67. 5f03201 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  68. ec6f149 common/console: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  69. 16a28ef IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  70. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  71. f5c3ba7 Allow console input to be disabled by Mark Jackson · 16 years ago
  72. c1de7a6 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  73. 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
  74. 4ec5bd5 [PATCH] simplify silent console by Ladislav Michl · 17 years ago
  75. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  76. 83e40ba * Patch by Detlev Zundel, 31 Mar 2005: by wdenk · 19 years ago
  77. 6e59238 * Cleanup, minor fixes by wdenk · 20 years ago
  78. 4b9206e * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  79. f6e20fc Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  80. a6cccae * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · 21 years ago
  81. 42d1f03 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  82. f72da34 Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  83. 87970eb Suppress all output with splashscreen configured only if "splashimage" is set by dzu · 21 years ago
  84. 5f535fe * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  85. 27b207f * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  86. 6dd652f Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  87. d791b1d * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 21 years ago
  88. 47cd00f * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
  89. c7de829 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  90. 47d1a6e Initial revision by wdenk · 22 years ago