summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* debug_uart: Remove duplicated carriage return handlingBin Meng2016-03-271-2/+0
* dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-111-0/+8
* common/console.c: Remove unused inline functionsTom Rini2016-01-251-48/+0
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-231-36/+0
* common/console.c: Small coding style cleanupStefan Roese2015-11-231-2/+4
* common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-231-5/+0
* console: Add a console bufferSimon Glass2015-11-191-1/+49
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* sandbox: Drop special-case sandbox console codeSimon Glass2015-07-211-5/+1
* dm: Allow debug UART to support an early consoleSimon Glass2015-07-211-0/+19
* 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
OpenPOWER on IntegriCloud