summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: Fix pre-console flushing via cfb_console being very slowHans de Goede2015-05-191-18/+22
* Export redesignMartin Dorwig2015-01-291-10/+10
* console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka2015-01-141-5/+41
* Fix console functions for U-Boot APISimon Glass2014-12-081-4/+4
* common:console: add missing includeJeroen Hofstee2014-10-251-1/+2
* sandbox: Disable Ctrl-CSimon Glass2014-09-241-0/+3
* Add a flag indicating when the serial console is readySimon Glass2014-07-231-2/+2
* console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-231-1/+1
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-231-9/+9
* Add the function 'confirm_yesno' for interactivePierre Aubert2014-05-231-1/+27
* sandbox: Allow the console to work earlierSimon Glass2014-01-081-1/+15
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: Add a silent env handlerJoe Hershberger2012-12-131-0/+23
* env: Add a console env handlerJoe Hershberger2012-12-131-0/+44
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-4/+4
* console: Enable function to display console infoSimon Glass2012-12-111-2/+4
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-231-9/+1
* Make printf and vprintf safe from buffer overrunsSonny Rao2011-12-171-5/+5
* Add board_pre_console_putc to deal with early console outputSimon Glass2011-12-091-1/+9
* console: Implement pre-console bufferGraeme Russ2011-10-051-2/+41
* console: Squelch pre-console output in console functionsGraeme Russ2011-10-011-0/+18
* stdio: constify "name" arg in public apiMike Frysinger2010-11-281-2/+2
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-041-4/+8
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-231-4/+0
* console.c: fix problem with splashimageAnatolij Gustschin2010-03-211-3/+7
* bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell2009-08-301-1/+1
* console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD2009-07-191-46/+29
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-18/+18
* common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD2009-02-181-52/+56
* common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD2009-02-181-98/+101
* IOMUX: Add console multiplexing support.Gary Jennejohn2008-12-071-1/+155
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-20/+20
* Allow console input to be disabledMark Jackson2008-09-061-0/+20
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-311-37/+25
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* [PATCH] simplify silent consoleLadislav Michl2007-05-051-7/+1
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-16/+2
* * Patch by Detlev Zundel, 31 Mar 2005:wdenk2005-03-311-5/+3
* * Cleanup, minor fixeswdenk2004-04-181-1/+4
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-12/+12
* Patch by Anders Larsen, 09 Jan 2004:wdenk2004-02-081-1/+1
* * Patch by Wolter Kamphuis, 15 Dec 2003:wdenk2004-02-061-0/+10
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-151-1/+1
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-101-1/+13
* Suppress all output with splashscreen configured only if "splashimage"dzu2003-09-291-2/+4
* * Patches by Anders Larsen, 17 Sep 2003:wdenk2003-09-181-0/+6
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-13/+13
* Patches by Murray Jensen, 17 Jun 2003:wdenk2003-06-191-0/+14
* * Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk2003-04-201-2/+7
* * Patches by Robert Schwebel, 06 Mar 2003:wdenk2003-03-061-1/+1
OpenPOWER on IntegriCloud