| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "sandbox: Drop special case console code for sandbox" | Simon Glass | 2017-12-07 | 1 | -0/+7 |
* | Revert "console: simplify puts()" | Soeren Moch | 2017-11-12 | 1 | -2/+42 |
* | common: console: Fix duplicated CONFIG in silent env callback | Wilson Lee | 2017-08-28 | 1 | -2/+2 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -5/+5 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | dm: console: Check for serial devices properly | Simon Glass | 2017-07-31 | 1 | -1/+10 |
* | console: Unify the check for a serial console | Simon Glass | 2017-07-31 | 1 | -2/+17 |
* | console: simplify puts() | Masahiro Yamada | 2017-07-28 | 1 | -42/+2 |
* | sandbox: Drop special case console code for sandbox | Simon Glass | 2017-07-11 | 1 | -13/+0 |
* | console: Use map_sysmem() for the pre-relocation console | Simon Glass | 2017-07-11 | 1 | -2/+9 |
* | Allow displaying the U-Boot banner on a video display | Simon Glass | 2017-07-11 | 1 | -4/+13 |
* | console: Don't enable CONFIG-CONSOLE_MUX, etc. in SPL | Simon Glass | 2017-02-06 | 1 | -15/+15 |
* | Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig | Simon Glass | 2016-10-23 | 1 | -3/+3 |
* | Convert SILENT_CONSOLE options to Kconfig | Simon Glass | 2016-10-23 | 1 | -2/+2 |
* | watchdog: Fix Watchdog Reset while in U-Boot Prompt | Andreas J. Reichel | 2016-10-17 | 1 | -0/+2 |
* | common/console.c: ensure GD_FLG_SILENT is set or cleared | Chris Packham | 2016-10-07 | 1 | -4/+13 |
* | debug_uart: Remove duplicated carriage return handling | Bin Meng | 2016-03-27 | 1 | -2/+0 |
* | dm: video: Add a temporary work-around for old stdout var | Simon Glass | 2016-02-11 | 1 | -0/+8 |
* | common/console.c: Remove unused inline functions | Tom Rini | 2016-01-25 | 1 | -48/+0 |
* | lib/tiny-printf.c: Add tiny printf function for space limited environments | Stefan Roese | 2015-11-23 | 1 | -36/+0 |
* | common/console.c: Small coding style cleanup | Stefan Roese | 2015-11-23 | 1 | -2/+4 |
* | common/console.c: Drop sandbox special-case console code | Stefan Roese | 2015-11-23 | 1 | -5/+0 |
* | console: Add a console buffer | Simon Glass | 2015-11-19 | 1 | -1/+49 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | sandbox: Drop special-case sandbox console code | Simon Glass | 2015-07-21 | 1 | -5/+1 |
* | dm: Allow debug UART to support an early console | Simon Glass | 2015-07-21 | 1 | -0/+19 |
* | console: Fix pre-console flushing via cfb_console being very slow | Hans de Goede | 2015-05-19 | 1 | -18/+22 |
* | Export redesign | Martin Dorwig | 2015-01-29 | 1 | -10/+10 |
* | console: Use pre-console buffer to get complete log on all consoles | Siarhei Siamashka | 2015-01-14 | 1 | -5/+41 |
* | Fix console functions for U-Boot API | Simon Glass | 2014-12-08 | 1 | -4/+4 |
* | common:console: add missing include | Jeroen Hofstee | 2014-10-25 | 1 | -1/+2 |
* | sandbox: Disable Ctrl-C | Simon Glass | 2014-09-24 | 1 | -0/+3 |
* | Add a flag indicating when the serial console is ready | Simon Glass | 2014-07-23 | 1 | -2/+2 |
* | console: Remove vprintf() optimisation for sandbox | Simon Glass | 2014-07-23 | 1 | -1/+1 |
* | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | 1 | -9/+9 |
* | Add the function 'confirm_yesno' for interactive | Pierre Aubert | 2014-05-23 | 1 | -1/+27 |
* | sandbox: Allow the console to work earlier | Simon Glass | 2014-01-08 | 1 | -1/+15 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | env: Add a silent env handler | Joe Hershberger | 2012-12-13 | 1 | -0/+23 |
* | env: Add a console env handler | Joe Hershberger | 2012-12-13 | 1 | -0/+44 |
* | env: Refactor do_apply to a flag | Joe Hershberger | 2012-12-13 | 1 | -4/+4 |
* | console: Enable function to display console info | Simon Glass | 2012-12-11 | 1 | -2/+4 |
* | Revert "Add board_pre_console_putc to deal with early console output" | Simon Glass | 2012-03-23 | 1 | -9/+1 |
* | Make printf and vprintf safe from buffer overruns | Sonny Rao | 2011-12-17 | 1 | -5/+5 |
* | Add board_pre_console_putc to deal with early console output | Simon Glass | 2011-12-09 | 1 | -1/+9 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | 1 | -2/+41 |
* | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | 1 | -0/+18 |
* | stdio: constify "name" arg in public api | Mike Frysinger | 2010-11-28 | 1 | -2/+2 |
* | Make *printf() return "int" instead of "void" | Wolfgang Denk | 2010-07-04 | 1 | -4/+8 |
* | Remove AmigaOneG3SE board | Wolfgang Denk | 2010-06-23 | 1 | -4/+0 |