Age | Commit message (Expand) | Author |
2016-08-10 | console: Add write line routine | Lee Leahy |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-05 | Add EM100 'hyper term' spi console support in ramstage & smm | Martin Roth |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-15 | console: Bring back newline translation | Kyösti Mälkki |
2014-06-25 | src/console: Sanitize headers and IS_ENABLED usage | Edward O'Callaghan |
2014-05-26 | console: Add console for GDB | Kyösti Mälkki |
2014-04-18 | console: Simplify the enable rules | Kyösti Mälkki |
2014-04-18 | console: Use romstage code for ramstage and SMM | Kyösti Mälkki |
2014-04-18 | console: Drop driver list in ramstage | Kyösti Mälkki |
2014-04-09 | console: Move newline translation outside console_tx_byte | Kyösti Mälkki |
2014-04-09 | console: Split console_init() | Kyösti Mälkki |
2014-04-09 | OxPCIe uart: Split PCI bridge control | Kyösti Mälkki |
2014-03-04 | usbdebug: Move Kconfig under drivers/usb | Kyösti Mälkki |
2014-03-04 | uart8250mem: Unify calls with generic UART | Kyösti Mälkki |
2014-03-04 | console: Fix includes | Kyösti Mälkki |
2014-03-04 | option: Add arch-agnostic get_option() | Kyösti Mälkki |
2014-02-11 | Move hexdump32() to lib/hexdump. | Kyösti Mälkki |
2013-12-02 | global: Fix usage of get_option() to make use of CB_CMOS_ codes | Alexandru Gagniuc |
2013-11-10 | console: Add hexdump32 function | Marc Jones |
2013-10-22 | usbdebug: Fix boards without EARLY_CBMEM_INIT | Kyösti Mälkki |
2013-10-15 | Have option of timestamps, CBMEM console and usbdebug for most boards | Kyösti Mälkki |
2013-09-21 | ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebug | Kyösti Mälkki |
2013-08-10 | usbdebug: Add option for verbose logging of connection | Kyösti Mälkki |
2013-07-10 | usbdebug: Move ehci_debug_info allocation | Kyösti Mälkki |
2013-07-10 | Don't try to use CBMEM console in bootblock | Stefan Reinauer |
2013-07-10 | ARM: Separate the early console (romstage) from the bootblock console. | Gabe Black |
2013-04-18 | spkmodem console | Vladimir Serbinenko |
2013-04-01 | console: Make use of CONFIG_USE_OPTION_TABLE | Christian Gmeiner |
2013-02-08 | console: Fix using CMOS for options | Patrick Georgi |
2013-02-08 | console: Only print romstage messages with EARLY_CONSOLE enabled. | Hung-Te Lin |
2013-02-08 | console: Revise serial console configuration names. | Hung-Te Lin |
2013-01-11 | Fix console.c with serial support disabled | Stefan Reinauer |
2013-01-04 | make early serial console support more generic | David Hendricks |
2012-12-05 | Conditionally include mc146818rtc in console.c | David Hendricks |
2012-03-29 | CBMEM CONSOLE: Add code using the new console driver. | Vadim Bendebury |
2012-03-09 | move console includes to central console/console.h | Stefan Reinauer |
2011-10-31 | Fix usb debug dongle support | Sven Schnelle |
2011-04-26 | Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an | Stefan Reinauer |
2011-04-20 | run uart_init() from console_init, just like the other console initialization... | Stefan Reinauer |
2011-04-18 | * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value | Stefan Reinauer |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-09-27 | Add 2 missing license headers based on svn logs and remove an unneeded #include | Stefan Reinauer |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-05-08 | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2009-10-16 | Revert deletion that snuck in to 4794. Sorry. | Myles Watson |
2009-10-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-05 | die() does never return. Annotate it as such. | Carl-Daniel Hailfinger |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-04-22 | fix warnings, shadowed declarations and style guide violations (all trivial) | Stefan Reinauer |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2004-10-14 | fixed function prototype for die() | Li-Ta Lo |
2004-03-22 | updates for the E325 | Ronald G. Minnich |
2004-03-19 | fix up for serial post | Ronald G. Minnich |
2004-03-13 | added rx support | Greg Watson |
2003-07-30 | updates from YhLu, plus fixes for PPC/K8 issues. | Ronald G. Minnich |
2003-07-12 | - Remove all of the annoying $Id strings | Eric Biederman |
2003-04-22 | - Initial checkin of the freebios2 tree | Eric Biederman |