1. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · 9 years ago
  2. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · 9 years ago
  3. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  4. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  5. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  6. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  7. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  8. 1fa4c71 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  9. 7dd27e0 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  10. e355da0 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 10 years ago
  11. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  12. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · 10 years ago
  13. 379bcd6 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  14. 3b46b3b common:console: add missing include by Jeroen Hofstee · 10 years ago
  15. 28c5ce7 sandbox: Disable Ctrl-C by Simon Glass · 10 years ago
  16. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  17. a9d808b console: Remove vprintf() optimisation for sandbox by Simon Glass · 10 years ago
  18. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  19. 5fef9d3 Add the function 'confirm_yesno' for interactive by Pierre Aubert · 11 years ago
  20. 3e9fd24 sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  21. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  22. 03ddaba env: Add a silent env handler by Joe Hershberger · 12 years ago
  23. 5c89d6d env: Add a console env handler by Joe Hershberger · 12 years ago
  24. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago
  25. a2cc855 console: Enable function to display console info by Simon Glass · 12 years ago
  26. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · 13 years ago
  27. 2813a21 Make printf and vprintf safe from buffer overruns by Sonny Rao · 13 years ago
  28. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · 13 years ago
  29. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  30. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  31. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · 14 years ago
  32. 318ef5c Make *printf() return "int" instead of "void" by Wolfgang Denk · 14 years ago
  33. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · 14 years ago
  34. ec8744a console.c: fix problem with splashimage by Anatolij Gustschin · 15 years ago
  35. a2bbf4e bugfix CONFIG_SYS_CONSOLE_INFO_QUIET by David Brownell · 15 years ago
  36. 5a30936 console: unify printing current devices by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  37. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  38. 63331a0 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  39. c7dc672 common/console: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  40. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · 16 years ago
  41. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  42. 5de5621 Allow console input to be disabled by Mark Jackson · 16 years ago
  43. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  44. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  45. 6c6a38a [PATCH] simplify silent console by Ladislav Michl · 18 years ago
  46. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  47. 61c636e * Patch by Detlev Zundel, 31 Mar 2005: by wdenk · 20 years ago
  48. 0593920 * Cleanup, minor fixes by wdenk · 21 years ago
  49. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
  50. 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · 21 years ago
  51. 4b6e905 * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · 21 years ago
  52. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  53. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · 21 years ago
  54. d36e6fa Suppress all output with splashscreen configured only if "splashimage" is set by dzu · 21 years ago
  55. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · 21 years ago
  56. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  57. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · 21 years ago
  58. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · 22 years ago
  59. cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · 22 years ago
  60. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · 22 years ago
  61. 47d1a6e Initial revision by wdenk · 22 years ago