1. 3b05a26 common/console.c: discard volatile by Heinrich Schuchardt · Wed Feb 12 18:23:49 2020 +0100
  2. b17c158 console: Add a function to read a line of the output / eof by Simon Glass · Mon Jan 27 08:49:54 2020 -0700
  3. d30aeb1 common/console.c: Fix unused warning with console_doenv() by Tom Rini · Wed Oct 30 09:18:43 2019 -0400
  4. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  5. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  6. b39862f console: execute flush on uart when silent is removed by Patrick Delaunay · Fri Aug 02 14:58:10 2019 +0200
  7. 46b610d console: update silent tag after env load by Patrick Delaunay · Fri Aug 02 14:58:09 2019 +0200
  8. bf5c486 sandbox: Allow puts() output before global_data is set up by Simon Glass · Thu Nov 15 18:44:04 2018 -0700
  9. d837c53 console: unify fgetc function when console MUX is deactivated by Patrick Delaunay · Fri Aug 03 13:38:44 2018 +0200
  10. b3eff9b sandbox: Don't disable ctrlc() on sandbox if in raw mode by Joe Hershberger · Mon Jul 02 20:06:49 2018 -0500
  11. c2f3954 console: Remember if ctrlc is disabled in console_tstc() by Joe Hershberger · Mon Jul 02 20:06:48 2018 -0500
  12. 18fc706 console: Fix handling of NULL global_data by Simon Glass · Tue Jun 12 00:04:56 2018 -0600
  13. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  14. 66c4d71 stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly by Tom Rini · Thu May 03 09:12:26 2018 -0400
  15. 16e3d7c Revert "sandbox: Drop special case console code for sandbox" by Simon Glass · Mon Dec 04 13:48:19 2017 -0700
  16. 54619bb Revert "console: simplify puts()" by Soeren Moch · Sat Nov 04 16:14:09 2017 +0100
  17. 1664c5b common: console: Fix duplicated CONFIG in silent env callback by Wilson Lee · Fri Aug 25 00:06:29 2017 -0700
  18. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  19. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  20. 10a7fe9 dm: console: Check for serial devices properly by Simon Glass · Thu Jul 27 09:31:04 2017 -0600
  21. 045e4b5 console: Unify the check for a serial console by Simon Glass · Thu Jul 27 09:31:03 2017 -0600
  22. f25fe39 console: simplify puts() by Masahiro Yamada · Mon Jul 17 13:08:32 2017 +0900
  23. 9770370 sandbox: Drop special case console code for sandbox by Simon Glass · Thu Jun 15 21:37:54 2017 -0600
  24. 46aaad0 console: Use map_sysmem() for the pre-relocation console by Simon Glass · Thu Jun 15 21:37:52 2017 -0600
  25. c9c5c9f Allow displaying the U-Boot banner on a video display by Simon Glass · Thu Jun 15 21:37:50 2017 -0600
  26. dfc2535 console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL by Simon Glass · Mon Jan 16 07:03:26 2017 -0700
  27. e304a5e Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig by Simon Glass · Mon Oct 17 20:12:36 2016 -0600
  28. 4458d3b Convert SILENT_CONSOLE options to Kconfig by Simon Glass · Mon Oct 17 20:12:35 2016 -0600
  29. 982ca46 watchdog: Fix Watchdog Reset while in U-Boot Prompt by Andreas J. Reichel · Wed Jul 13 12:56:51 2016 +0200
  30. fab806d common/console.c: ensure GD_FLG_SILENT is set or cleared by Chris Packham · Fri Sep 23 15:59:43 2016 +1200
  31. fdb3e4a debug_uart: Remove duplicated carriage return handling by Bin Meng · Thu Mar 17 23:59:04 2016 -0700
  32. 86f0746 dm: video: Add a temporary work-around for old stdout var by Simon Glass · Sat Feb 06 14:31:37 2016 -0700
  33. 11b34d6 common/console.c: Remove unused inline functions by Tom Rini · Thu Jan 21 09:10:26 2016 -0500
  34. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · Mon Nov 23 07:00:22 2015 +0100
  35. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · Mon Nov 16 15:26:32 2015 +0100
  36. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · Mon Nov 16 15:26:31 2015 +0100
  37. 1bb4923 console: Add a console buffer by Simon Glass · Sun Nov 08 23:47:48 2015 -0700
  38. a73bda4 Move console definitions into a new console.h file by Simon Glass · Sun Nov 08 23:47:45 2015 -0700
  39. 1fa4c71 sandbox: Drop special-case sandbox console code by Simon Glass · Tue Jun 23 15:38:34 2015 -0600
  40. 7dd27e0 dm: Allow debug UART to support an early console by Simon Glass · Tue Jun 23 15:38:33 2015 -0600
  41. e355da0 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · Tue May 05 13:13:36 2015 +0200
  42. cb2c286 Export redesign by Martin Dorwig · Mon Jan 26 15:22:54 2015 -0700
  43. 616d03e console: Use pre-console buffer to get complete log on all consoles by Siarhei Siamashka · Thu Jan 08 09:02:31 2015 +0200
  44. 379bcd6 Fix console functions for U-Boot API by Simon Glass · Thu Nov 13 20:51:12 2014 -0700
  45. 3b46b3b common:console: add missing include by Jeroen Hofstee · Wed Oct 08 22:57:48 2014 +0200
  46. 28c5ce7 sandbox: Disable Ctrl-C by Simon Glass · Sun Sep 14 12:40:15 2014 -0600
  47. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · Wed Jul 23 06:55:07 2014 -0600
  48. a9d808b console: Remove vprintf() optimisation for sandbox by Simon Glass · Wed Jul 23 06:55:06 2014 -0600
  49. 0d1e1f7 stdio: Pass device pointer to stdio methods by Simon Glass · Wed Jul 23 06:54:59 2014 -0600
  50. 5fef9d3 Add the function 'confirm_yesno' for interactive by Pierre Aubert · Thu Apr 24 10:30:07 2014 +0200
  51. 3e9fd24 sandbox: Allow the console to work earlier by Simon Glass · Sun Nov 10 10:27:01 2013 -0700
  52. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  53. 03ddaba env: Add a silent env handler by Joe Hershberger · Tue Dec 11 22:16:30 2012 -0600
  54. 5c89d6d env: Add a console env handler by Joe Hershberger · Tue Dec 11 22:16:29 2012 -0600
  55. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · Tue Dec 11 22:16:19 2012 -0600
  56. a2cc855 console: Enable function to display console info by Simon Glass · Wed Dec 05 14:46:43 2012 +0000
  57. 89aa5c9 Revert "Add board_pre_console_putc to deal with early console output" by Simon Glass · Mon Mar 19 21:59:14 2012 -0700
  58. 2813a21 Make printf and vprintf safe from buffer overruns by Sonny Rao · Mon Oct 10 09:22:31 2011 +0000
  59. 7420ca1 Add board_pre_console_putc to deal with early console output by Simon Glass · Tue Oct 18 13:43:20 2011 +0000
  60. 3c28f48 console: Implement pre-console buffer by Graeme Russ · Thu Sep 01 00:48:27 2011 +0000
  61. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · Mon Aug 29 02:14:05 2011 +0000
  62. e3d5572 stdio: constify "name" arg in public api by Mike Frysinger · Wed Oct 20 07:18:03 2010 -0400
  63. 318ef5c Make *printf() return "int" instead of "void" by Wolfgang Denk · Sun Jun 20 17:14:14 2010 +0200
  64. b0b104a Remove AmigaOneG3SE board by Wolfgang Denk · Sun Jun 13 18:28:54 2010 +0200
  65. ec8744a console.c: fix problem with splashimage by Anatolij Gustschin · Tue Mar 16 15:29:33 2010 +0100
  66. a2bbf4e bugfix CONFIG_SYS_CONSOLE_INFO_QUIET by David Brownell · Sun Aug 30 11:05:29 2009 -0700
  67. 5a30936 console: unify printing current devices by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:55 2009 +0200
  68. 2a7a031 stdio/device: rework function naming convention by Jean-Christophe PLAGNIOL-VILLARD · Sat May 16 12:14:54 2009 +0200
  69. 63331a0 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible by Jean-Christophe PLAGNIOL-VILLARD · Sun Feb 01 17:07:52 2009 +0100
  70. c7dc672 common/console: coding style cleanup by Jean-Christophe PLAGNIOL-VILLARD · Sun Feb 01 17:07:51 2009 +0100
  71. c6dc755 IOMUX: Add console multiplexing support. by Gary Jennejohn · Thu Nov 06 15:04:23 2008 +0100
  72. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  73. 5de5621 Allow console input to be disabled by Mark Jackson · Mon Aug 25 19:21:30 2008 +0100
  74. 8a4a784 devices: merge to list_head by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:24:55 2008 +0200
  75. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  76. 6c6a38a [PATCH] simplify silent console by Ladislav Michl · Wed Apr 25 16:01:26 2007 +0200
  77. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · Fri Mar 31 18:32:53 2006 +0200
  78. 61c636e * Patch by Detlev Zundel, 31 Mar 2005: by wdenk · Thu Mar 31 18:42:15 2005 +0000
  79. 0593920 * Cleanup, minor fixes by wdenk · Sun Apr 18 17:39:38 2004 +0000
  80. 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · Tue Mar 23 22:14:11 2004 +0000
  81. 927034e Patch by Anders Larsen, 09 Jan 2004: by wdenk · Sun Feb 08 19:38:38 2004 +0000
  82. 4b6e905 * Patch by Wolter Kamphuis, 15 Dec 2003: by wdenk · Fri Feb 06 21:48:22 2004 +0000
  83. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · Wed Oct 15 23:53:47 2003 +0000
  84. 808532a Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent by wdenk · Fri Oct 10 10:05:42 2003 +0000
  85. d36e6fa Suppress all output with splashscreen configured only if "splashimage" is set by dzu · Mon Sep 29 21:55:54 2003 +0000
  86. 5958f4a * Patches by Anders Larsen, 17 Sep 2003: by wdenk · Thu Sep 18 09:21:33 2003 +0000
  87. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · Thu Jul 24 23:38:38 2003 +0000
  88. b00ec16 Patches by Murray Jensen, 17 Jun 2003: by wdenk · Thu Jun 19 23:40:20 2003 +0000
  89. 92bbe3f * Make sure Block Lock Bits get cleared in R360MPI flash driver by wdenk · Sun Apr 20 14:04:18 2003 +0000
  90. cc1e256 * Patches by Robert Schwebel, 06 Mar 2003: by wdenk · Thu Mar 06 13:39:27 2003 +0000
  91. 452cfd6 * Patch by Thomas Frieden, 13 Nov 2002: by wdenk · Tue Nov 19 11:04:11 2002 +0000
  92. 47d1a6e Initial revision by wdenk · Sun Nov 03 00:01:44 2002 +0000