aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
AgeCommit message (Expand)Author
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-23cbmem_console: fix it for x86Aaron Durbin
2015-04-14Add console wrapper for UART driverVadim Bendebury
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-09console: Fix broken early_print.h include guardsStefan Reinauer
2015-01-27CBMEM console: Fix and enhance pre-RAM supportKyösti Mälkki
2015-01-09misc: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-09src/include: Doxygen fixesMartin Roth
2014-12-30vboot: Add a new post code for TPM failureDuncan Laurie
2014-12-16CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-10-16uarts: 32/64 cleanupRonald G. Minnich
2014-05-26console: Add console for GDBKyösti Mälkki
2014-04-30console: Drop EARLY_CONSOLE optionKyösti Mälkki
2014-04-30uart: Support multiple portsKyösti Mälkki
2014-04-18console: Simplify the enable rulesKyösti Mälkki
2014-04-18console: Split ROMCC helpersKyösti Mälkki
2014-04-18console: Use romstage code for ramstage and SMMKyösti Mälkki
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09console: Refactor uart8250/NE2KKyösti Mälkki
2014-04-09console: Remove old fix for DEBUG_SMIKyösti Mälkki
2014-04-09console: Simplify vtxprintfKyösti Mälkki
2014-04-09console: Move newline translation outside console_tx_byteKyösti Mälkki
2014-04-09console: Add printk helper for ChromeOSKyösti Mälkki
2014-04-09console: Hide global console_loglevelKyösti Mälkki
2014-04-09console: Split console_init()Kyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-09uart: Prepare to support multiple base addressesKyösti Mälkki
2014-03-10CBMEM console: Fix build for ARMKyösti Mälkki
2014-03-04console: Use single driver entry for UARTsKyösti Mälkki
2014-03-04SMM: Only have console with DEBUG_SMIKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-02-20usbdebug: Unify console APIKyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-02-10usbdebug: Improve receive speedKyösti Mälkki
2014-02-06QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2013-12-21Add a specific post code for S3 resume failuresDuncan Laurie
2013-12-07vtxprintf: Introduce vtxdprintf for the ease of closuresVladimir Serbinenko
2013-11-26Clean up POST codes for Boot State machineDuncan Laurie
2013-11-26Log device path into CMOS during probe stagesDuncan Laurie
2013-11-26Extend CMOS POST code logging to store extra dataDuncan Laurie
2013-11-24no-car/cbmemc: Fix compilationVladimir Serbinenko
2013-11-10console: Add hexdump32 functionMarc Jones
2013-11-05usbdebug: Fix build for ROMCC boardsKyösti Mälkki
2013-09-21ROMCC boards: Fix builds with CBMEM console, timestamps or usbdebugKyösti Mälkki
2013-07-11include: Fix spellingMartin Roth
2013-07-10ARM: Separate the early console (romstage) from the bootblock console.Gabe Black
2013-07-10Rename hardwaremain() to main()Stefan Reinauer
2013-05-10Get rid of MAXIMUM_CONSOLE_LOGLEVEL; compile all messages into the coreboot b...Ronald G. Minnich
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-04-18spkmodem consoleVladimir Serbinenko
2013-03-23x86: expose console_tx_flush in romstageAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-08console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin
2013-02-08console: Revise serial console configuration names.Hung-Te Lin
2012-11-14Provide MRC with a console printing callback functionVadim Bendebury
2012-11-12Define post codes for OS boot and resumeDuncan Laurie
2012-11-07Add POST code for "All devices initialized"Stefan Reinauer
2012-08-04Add a capability for mainboard-specific posting.Alexandru Gagniuc
2012-03-29CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury
2012-03-09move console includes to central console/console.hStefan Reinauer
2012-01-23post code: Replaced hard-coded post code with macroVikram Narayanan
2011-11-01remove trailing whitespaceStefan Reinauer
2011-04-20Simplify coreboot's console/console.hStefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2011-01-28This patch gets usbdebug console working in romstage.Stefan Reinauer
2010-12-17fix the tree again. Stefan Reinauer
2010-12-17drop one more version of doing serial uart output differently.Stefan Reinauer
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-09-27oops. always run abuild on a clean tree with no other patches applied.Stefan Reinauer
2010-09-27Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer
2010-08-04Remove warnings from USB debug console code.Myles Watson
2010-07-16Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek
2010-05-09Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi
2010-05-08Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-02oops, sorry, overlapping workStefan Reinauer
2010-04-02remove some more warningsStefan Reinauer
2010-04-02Fix console prototypes for non-romcc boards.Myles Watson
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-31mini part of the patch on the mailing list to fix the boards againStefan Reinauer
2010-03-23fix newly introduced printk_foo warnings..Stefan Reinauer
2010-03-16This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2009-10-16Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson
2009-07-21Example how simple it is to use printk instead of printk_something inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-01-20Check the printk format string against the matching arguments. We haveCarl-Daniel Hailfinger
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2005-11-24fix typos reported by Martin LeyStefan Reinauer
2004-11-11in loglevel.h, if ASM_CONSOLE_LOGLEVEL is defined, don't try to set it.Ronald G. Minnich