summaryrefslogtreecommitdiff
path: root/common/console.c
Commit message (Expand)AuthorAgeLines
* sandbox: Allow the console to work earlierSimon Glass2014-01-08-1/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* env: Add a silent env handlerJoe Hershberger2012-12-13-0/+23
* env: Add a console env handlerJoe Hershberger2012-12-13-0/+44
* env: Refactor do_apply to a flagJoe Hershberger2012-12-13-4/+4
* console: Enable function to display console infoSimon Glass2012-12-11-2/+4
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-23-9/+1
* Make printf and vprintf safe from buffer overrunsSonny Rao2011-12-17-5/+5
* Add board_pre_console_putc to deal with early console outputSimon Glass2011-12-09-1/+9
* console: Implement pre-console bufferGraeme Russ2011-10-05-2/+41
* console: Squelch pre-console output in console functionsGraeme Russ2011-10-01-0/+18
* stdio: constify "name" arg in public apiMike Frysinger2010-11-28-2/+2
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-04-4/+8
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-23-4/+0
* console.c: fix problem with splashimageAnatolij Gustschin2010-03-21-3/+7
* bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell2009-08-30-1/+1
* console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD2009-07-19-46/+29
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-18/+18
* common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD2009-02-18-52/+56
* common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD2009-02-18-98/+101
* IOMUX: Add console multiplexing support.Gary Jennejohn2008-12-07-1/+155
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-20/+20
* Allow console input to be disabledMark Jackson2008-09-06-0/+20
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-31-37/+25
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* [PATCH] simplify silent consoleLadislav Michl2007-05-05-7/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-16/+2
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-31-5/+3
* * Cleanup, minor fixeswdenk2004-04-18-1/+4
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-12/+12
* Patch by Anders Larsen, 09 Jan 2004:wdenk2004-02-08-1/+1
* * Patch by Wolter Kamphuis, 15 Dec 2003:wdenk2004-02-06-0/+10
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-1/+1
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-10-1/+13
* Suppress all output with splashscreen configured only if "splashimage"dzu2003-09-29-2/+4
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-18-0/+6
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-13/+13
* Patches by Murray Jensen, 17 Jun 2003:wdenk2003-06-19-0/+14
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-20-2/+7
* * Patches by Robert Schwebel, 06 Mar 2003:wdenk2003-03-06-1/+1
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-19-0/+4
* Initial revisionwdenk2002-11-03-0/+532