summaryrefslogtreecommitdiff
path: root/common/console.c
Commit message (Expand)AuthorAgeLines
* console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPLSimon Glass2017-02-06-15/+15
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-23-3/+3
* Convert SILENT_CONSOLE options to KconfigSimon Glass2016-10-23-2/+2
* watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel2016-10-17-0/+2
* common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham2016-10-07-4/+13
* debug_uart: Remove duplicated carriage return handlingBin Meng2016-03-27-2/+0
* dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-11-0/+8
* common/console.c: Remove unused inline functionsTom Rini2016-01-25-48/+0
* lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese2015-11-23-36/+0
* common/console.c: Small coding style cleanupStefan Roese2015-11-23-2/+4
* common/console.c: Drop sandbox special-case console codeStefan Roese2015-11-23-5/+0
* console: Add a console bufferSimon Glass2015-11-19-1/+49
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+1
* sandbox: Drop special-case sandbox console codeSimon Glass2015-07-21-5/+1
* dm: Allow debug UART to support an early consoleSimon Glass2015-07-21-0/+19
* console: Fix pre-console flushing via cfb_console being very slowHans de Goede2015-05-19-18/+22
* Export redesignMartin Dorwig2015-01-29-10/+10
* console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka2015-01-14-5/+41
* Fix console functions for U-Boot APISimon Glass2014-12-08-4/+4
* common:console: add missing includeJeroen Hofstee2014-10-25-1/+2
* sandbox: Disable Ctrl-CSimon Glass2014-09-24-0/+3
* Add a flag indicating when the serial console is readySimon Glass2014-07-23-2/+2
* console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-23-1/+1
* stdio: Pass device pointer to stdio methodsSimon Glass2014-07-23-9/+9
* Add the function 'confirm_yesno' for interactivePierre Aubert2014-05-23-1/+27
* 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