summaryrefslogtreecommitdiffstats
path: root/src/console/console.c
Commit message (Expand)AuthorAgeFilesLines
* src/console: Sanitize headers and IS_ENABLED usageEdward O'Callaghan2014-06-251-5/+5
* console: Add console for GDBKyösti Mälkki2014-05-261-0/+24
* console: Simplify the enable rulesKyösti Mälkki2014-04-181-45/+17
* console: Use romstage code for ramstage and SMMKyösti Mälkki2014-04-181-5/+34
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-56/+9
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-8/+1
* console: Split console_init()Kyösti Mälkki2014-04-091-36/+2
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-091-2/+10
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-041-1/+1
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-3/+3
* console: Fix includesKyösti Mälkki2014-03-041-0/+6
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-12/+1
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-20/+0
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-2/+4
* console: Add hexdump32 functionMarc Jones2013-11-101-0/+20
* usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki2013-10-221-1/+1
* Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki2013-10-151-2/+2
* ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki2013-09-211-1/+1
* usbdebug: Add option for verbose logging of connectionKyösti Mälkki2013-08-101-3/+3
* usbdebug: Move ehci_debug_info allocationKyösti Mälkki2013-07-101-2/+1
* Don't try to use CBMEM console in bootblockStefan Reinauer2013-07-101-1/+1
* ARM: Separate the early console (romstage) from the bootblock console.Gabe Black2013-07-101-1/+2
* spkmodem consoleVladimir Serbinenko2013-04-181-0/+4
* console: Make use of CONFIG_USE_OPTION_TABLEChristian Gmeiner2013-04-011-1/+1
* console: Fix using CMOS for optionsPatrick Georgi2013-02-081-1/+1
* console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin2013-02-081-2/+4
* console: Revise serial console configuration names.Hung-Te Lin2013-02-081-1/+1
* Fix console.c with serial support disabledStefan Reinauer2013-01-111-1/+1
* make early serial console support more genericDavid Hendricks2013-01-041-1/+3
* Conditionally include mc146818rtc in console.cDavid Hendricks2012-12-051-0/+10
* CBMEM CONSOLE: Add code using the new console driver.Vadim Bendebury2012-03-291-1/+4
* move console includes to central console/console.hStefan Reinauer2012-03-091-18/+6
* Fix usb debug dongle supportSven Schnelle2011-10-311-0/+4
* Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as anStefan Reinauer2011-04-261-1/+4
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-0/+7
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-181-0/+4
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-221-42/+0
* Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer2010-09-271-2/+16
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-161-1/+8
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-4/+4
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-3/+3
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-3/+43
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* Revert deletion that snuck in to 4794. Sorry.Myles Watson2009-10-161-0/+8
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-161-8/+0
* Kconfig!Patrick Georgi2009-08-121-9/+0
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-2/+2
* die() does never return. Annotate it as such.Carl-Daniel Hailfinger2009-06-051-1/+1