summaryrefslogtreecommitdiffstats
path: root/src/include/console
Commit message (Expand)AuthorAgeFilesLines
* spkmodem consoleVladimir Serbinenko2013-04-182-0/+10
* x86: expose console_tx_flush in romstageAaron Durbin2013-03-231-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-012-2/+2
* console: Only print romstage messages with EARLY_CONSOLE enabled.Hung-Te Lin2013-02-081-0/+11
* console: Revise serial console configuration names.Hung-Te Lin2013-02-081-2/+2
* Provide MRC with a console printing callback functionVadim Bendebury2012-11-141-1/+1
* Define post codes for OS boot and resumeDuncan Laurie2012-11-121-4/+17
* Add POST code for "All devices initialized"Stefan Reinauer2012-11-071-0/+7
* Add a capability for mainboard-specific posting.Alexandru Gagniuc2012-08-041-0/+2
* CBMEM CONSOLE: Add CBMEM console driver implementation.Vadim Bendebury2012-03-292-0/+29
* move console includes to central console/console.hStefan Reinauer2012-03-091-7/+10
* post code: Replaced hard-coded post code with macroVikram Narayanan2012-01-231-0/+7
* remove trailing whitespaceStefan Reinauer2011-11-011-26/+26
* Simplify coreboot's console/console.hStefan Reinauer2011-04-201-159/+3
* Unify use of post_codeAlexandru Gagniuc2011-04-112-0/+352
* This patch gets usbdebug console working in romstage.Stefan Reinauer2011-01-281-3/+1
* fix the tree again. Stefan Reinauer2010-12-171-2/+6
* drop one more version of doing serial uart output differently.Stefan Reinauer2010-12-171-6/+11
* Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer2010-11-222-75/+2
* oops. always run abuild on a clean tree with no other patches applied.Stefan Reinauer2010-09-271-0/+1
* Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer2010-09-271-1/+19
* Remove warnings from USB debug console code.Myles Watson2010-08-041-0/+3
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-162-0/+50
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-091-0/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-081-0/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-3/+3
* oops, sorry, overlapping workStefan Reinauer2010-04-021-6/+0
* remove some more warningsStefan Reinauer2010-04-021-0/+3
* Fix console prototypes for non-romcc boards.Myles Watson2010-04-021-3/+6
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-012-12/+16
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-311-29/+211
* mini part of the patch on the mailing list to fix the boards againStefan Reinauer2010-03-311-4/+6
* fix newly introduced printk_foo warnings..Stefan Reinauer2010-03-232-97/+80
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-0/+12
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-151-6/+4
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-241-0/+29
* Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8.Myles Watson2009-10-162-21/+9
* Example how simple it is to use printk instead of printk_something inStefan Reinauer2009-07-211-0/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-302-16/+16
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-1/+1
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-1/+1
* Implement native VGA Support.Luc Verhaegen2009-05-291-0/+4
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-1/+1
* Check the printk format string against the matching arguments. We haveCarl-Daniel Hailfinger2009-01-201-1/+1
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* fix typos reported by Martin LeyStefan Reinauer2005-11-241-1/+1
* in loglevel.h, if ASM_CONSOLE_LOGLEVEL is defined, don't try to set it.Ronald G. Minnich2004-11-111-0/+2
* - First pass through with with device tree enhancement merge. Most of the me...Eric Biederman2004-10-141-2/+2
* add missing include files for btext console. add YhLu's fixes to ragexl codeStefan Reinauer2004-04-241-0/+72
* added rx supportGreg Watson2004-03-131-0/+4