CBMEM CONSOLE: Add code using the new console driver.
[coreboot.git] / src / console / console.c
2012-03-29 Vadim BendeburyCBMEM CONSOLE: Add code using the new console driver.
2012-03-09 Stefan Reinauermove console includes to central console/console.h
2011-10-31 Sven SchnelleFix usb debug dongle support
2011-04-26 Stefan ReinauerAdd support for memory mapped UARTs to coreboot and...
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-18 Stefan Reinauer* Set USBDEBUG_DEFAULT_PORT in all southbridges and...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-09-27 Stefan ReinauerAdd 2 missing license headers based on svn logs and...
2010-07-16 Rudolf MarekAdd support for the console over Ethernet (through...
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2009-10-16 Myles WatsonRevert deletion that snuck in to 4794. Sorry.
2009-10-16 Myles WatsonChange console code to emit SPEW with DEFAULT_CONSOLE_L...
2009-08-12 Patrick GeorgiKconfig!
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-06-05 Carl-Daniel Hailfingerdie() does never return. Annotate it as such.
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-04-22 Stefan Reinauerfix warnings, shadowed declarations and style guide...
2005-12-02 Stefan Reinauer1201_ht_bus0_dev0_fidvid_core.diff
2004-10-14 Li-Ta Lofixed function prototype for die()
2004-03-22 Ronald G. Minnichupdates for the E325
2004-03-19 Ronald G. Minnichfix up for serial post
2004-03-13 Greg Watsonadded rx support
2003-07-30 Ronald G. Minnichupdates from YhLu, plus fixes for PPC/K8 issues.
2003-07-12 Eric Biederman- Remove all of the annoying $Id strings
2003-04-22 Eric Biederman- Initial checkin of the freebios2 tree