| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: Allow the console to work earlier | Simon Glass | 2014-01-08 | 1 | -1/+15 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | env: Add a silent env handler | Joe Hershberger | 2012-12-13 | 1 | -0/+23 |
* | env: Add a console env handler | Joe Hershberger | 2012-12-13 | 1 | -0/+44 |
* | env: Refactor do_apply to a flag | Joe Hershberger | 2012-12-13 | 1 | -4/+4 |
* | console: Enable function to display console info | Simon Glass | 2012-12-11 | 1 | -2/+4 |
* | Revert "Add board_pre_console_putc to deal with early console output" | Simon Glass | 2012-03-23 | 1 | -9/+1 |
* | Make printf and vprintf safe from buffer overruns | Sonny Rao | 2011-12-17 | 1 | -5/+5 |
* | Add board_pre_console_putc to deal with early console output | Simon Glass | 2011-12-09 | 1 | -1/+9 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | 1 | -2/+41 |
* | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | 1 | -0/+18 |
* | stdio: constify "name" arg in public api | Mike Frysinger | 2010-11-28 | 1 | -2/+2 |
* | Make *printf() return "int" instead of "void" | Wolfgang Denk | 2010-07-04 | 1 | -4/+8 |
* | Remove AmigaOneG3SE board | Wolfgang Denk | 2010-06-23 | 1 | -4/+0 |
* | console.c: fix problem with splashimage | Anatolij Gustschin | 2010-03-21 | 1 | -3/+7 |
* | bugfix CONFIG_SYS_CONSOLE_INFO_QUIET | David Brownell | 2009-08-30 | 1 | -1/+1 |
* | console: unify printing current devices | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-19 | 1 | -46/+29 |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | 1 | -18/+18 |
* | common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-18 | 1 | -52/+56 |
* | common/console: coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-18 | 1 | -98/+101 |
* | IOMUX: Add console multiplexing support. | Gary Jennejohn | 2008-12-07 | 1 | -1/+155 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -20/+20 |
* | Allow console input to be disabled | Mark Jackson | 2008-09-06 | 1 | -0/+20 |
* | devices: merge to list_head | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-31 | 1 | -37/+25 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 1 | -1/+1 |
* | [PATCH] simplify silent console | Ladislav Michl | 2007-05-05 | 1 | -7/+1 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 1 | -16/+2 |
* | * Patch by Detlev Zundel, 31 Mar 2005: | wdenk | 2005-03-31 | 1 | -5/+3 |
* | * Cleanup, minor fixes | wdenk | 2004-04-18 | 1 | -1/+4 |
* | * Patches by Thomas Viehweger, 16 Mar 2004: | wdenk | 2004-03-23 | 1 | -12/+12 |
* | Patch by Anders Larsen, 09 Jan 2004: | wdenk | 2004-02-08 | 1 | -1/+1 |
* | * Patch by Wolter Kamphuis, 15 Dec 2003: | wdenk | 2004-02-06 | 1 | -0/+10 |
* | * Patches by Xianghua Xiao, 15 Oct 2003: | wdenk | 2003-10-15 | 1 | -1/+1 |
* | Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent | wdenk | 2003-10-10 | 1 | -1/+13 |
* | Suppress all output with splashscreen configured only if "splashimage" | dzu | 2003-09-29 | 1 | -2/+4 |
* | * Patches by Anders Larsen, 17 Sep 2003: | wdenk | 2003-09-18 | 1 | -0/+6 |
* | * Implement new mechanism to export U-Boot's functions to standalone | wdenk | 2003-07-24 | 1 | -13/+13 |
* | Patches by Murray Jensen, 17 Jun 2003: | wdenk | 2003-06-19 | 1 | -0/+14 |
* | * Make sure Block Lock Bits get cleared in R360MPI flash driver | wdenk | 2003-04-20 | 1 | -2/+7 |
* | * Patches by Robert Schwebel, 06 Mar 2003: | wdenk | 2003-03-06 | 1 | -1/+1 |
* | * Patch by Thomas Frieden, 13 Nov 2002: | wdenk | 2002-11-19 | 1 | -0/+4 |
* | Initial revision | wdenk | 2002-11-03 | 1 | -0/+532 |