summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25common/console.c: Remove unused inline functionsTom Rini1-48/+0
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese1-36/+0
2015-11-23common/console.c: Small coding style cleanupStefan Roese1-2/+4
2015-11-23common/console.c: Drop sandbox special-case console codeStefan Roese1-5/+0
2015-11-20console: Add a console bufferSimon Glass1-1/+49
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-07-22sandbox: Drop special-case sandbox console codeSimon Glass1-5/+1
2015-07-22dm: Allow debug UART to support an early consoleSimon Glass1-0/+19
2015-05-19console: Fix pre-console flushing via cfb_console being very slowHans de Goede1-18/+22
2015-01-30Export redesignMartin Dorwig1-10/+10
2015-01-14console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka1-5/+41
2014-12-08Fix console functions for U-Boot APISimon Glass1-4/+4
2014-10-25common:console: add missing includeJeroen Hofstee1-1/+2
2014-09-25sandbox: Disable Ctrl-CSimon Glass1-0/+3
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-2/+2
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass1-1/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-9/+9
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert1-1/+27
2014-01-09sandbox: Allow the console to work earlierSimon Glass1-1/+15
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-13env: Add a silent env handlerJoe Hershberger1-0/+23
2012-12-13env: Add a console env handlerJoe Hershberger1-0/+44
2012-12-13env: Refactor do_apply to a flagJoe Hershberger1-4/+4
2012-12-12console: Enable function to display console infoSimon Glass1-2/+4
2012-03-24Revert "Add board_pre_console_putc to deal with early console output"Simon Glass1-9/+1
2011-12-18Make printf and vprintf safe from buffer overrunsSonny Rao1-5/+5
2011-12-09Add board_pre_console_putc to deal with early console outputSimon Glass1-1/+9
2011-10-06console: Implement pre-console bufferGraeme Russ1-2/+41
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ1-0/+18
2010-11-28stdio: constify "name" arg in public apiMike Frysinger1-2/+2
2010-07-05Make *printf() return "int" instead of "void"Wolfgang Denk1-4/+8
2010-06-24Remove AmigaOneG3SE boardWolfgang Denk1-4/+0
2010-03-22console.c: fix problem with splashimageAnatolij Gustschin1-3/+7
2009-08-30bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell1-1/+1
2009-07-19console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD1-46/+29
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-18/+18
2009-02-18common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD1-52/+56
2009-02-18common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD1-98/+101
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn1-1/+155
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-20/+20
2008-09-07Allow console input to be disabledMark Jackson1-0/+20
2008-08-31devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD1-37/+25
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2007-05-05[PATCH] simplify silent consoleLadislav Michl1-7/+1
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-16/+2
2005-03-31* Patch by Detlev Zundel, 31 Mar 2005:wdenk1-5/+3
2004-04-18* Cleanup, minor fixeswdenk1-1/+4
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-12/+12
2004-02-08Patch by Anders Larsen, 09 Jan 2004:wdenk1-1/+1
2004-02-07* Patch by Wolter Kamphuis, 15 Dec 2003:wdenk1-0/+10