summaryrefslogtreecommitdiff
path: root/common/console.c
AgeCommit message (Expand)Author
2017-03-30common: spl: add config to suppress console outputMax Krummenacher
2016-10-23Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass
2016-10-23Convert SILENT_CONSOLE options to KconfigSimon Glass
2016-10-17watchdog: Fix Watchdog Reset while in U-Boot PromptAndreas J. Reichel
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham
2016-03-27debug_uart: Remove duplicated carriage return handlingBin Meng
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass
2016-01-25common/console.c: Remove unused inline functionsTom Rini
2015-11-23lib/tiny-printf.c: Add tiny printf function for space limited environmentsStefan Roese
2015-11-23common/console.c: Small coding style cleanupStefan Roese
2015-11-23common/console.c: Drop sandbox special-case console codeStefan Roese
2015-11-19console: Add a console bufferSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-07-21sandbox: Drop special-case sandbox console codeSimon Glass
2015-07-21dm: Allow debug UART to support an early consoleSimon Glass
2015-05-19console: Fix pre-console flushing via cfb_console being very slowHans de Goede
2015-01-29Export redesignMartin Dorwig
2015-01-14console: Use pre-console buffer to get complete log on all consolesSiarhei Siamashka
2014-12-08Fix console functions for U-Boot APISimon Glass
2014-10-25common:console: add missing includeJeroen Hofstee
2014-09-24sandbox: Disable Ctrl-CSimon Glass
2014-07-23Add a flag indicating when the serial console is readySimon Glass
2014-07-23console: Remove vprintf() optimisation for sandboxSimon Glass
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2014-05-23Add the function 'confirm_yesno' for interactivePierre Aubert
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-13env: Add a silent env handlerJoe Hershberger
2012-12-13env: Add a console env handlerJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-12-11console: Enable function to display console infoSimon Glass
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass
2011-12-17Make printf and vprintf safe from buffer overrunsSonny Rao
2011-12-09Add board_pre_console_putc to deal with early console outputSimon Glass
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ
2010-11-28stdio: constify "name" arg in public apiMike Frysinger
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk
2010-03-21console.c: fix problem with splashimageAnatolij Gustschin
2009-08-30bugfix CONFIG_SYS_CONSOLE_INFO_QUIETDavid Brownell
2009-07-19console: unify printing current devicesJean-Christophe PLAGNIOL-VILLARD
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-02-18common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD
2009-02-18common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-06Allow console input to be disabledMark Jackson
2008-08-31devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD
2008-05-21Big white-space cleanup.Wolfgang Denk