summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-17/+17
* Add 2 missing license headers based on svn logs and remove an unneeded #includeStefan Reinauer2010-09-271-2/+16
* Add a kconfig option to allow the user to select a specific physicalUwe Hermann2010-09-271-0/+21
* Fix the build, CONFIG_USBDEBUG must always be defined (trivial).Uwe Hermann2010-09-261-0/+3
* Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann2010-09-261-21/+13
* Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer2010-09-231-2/+2
* USB Debug Port related license header fixes (trivial).Uwe Hermann2010-09-231-0/+3
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* Remove warnings from USB debug console code.Myles Watson2010-08-041-6/+6
* Add support for the console over Ethernet (through PCI NE2000).Rudolf Marek2010-07-164-2/+89
* also rename the config option.Stefan Reinauer2010-05-252-2/+2
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-252-2/+2
* We didn't have console.initobj.o before, but the same hard codedStefan Reinauer2010-05-081-0/+1
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-082-1/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-277-21/+21
* - 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-312-3/+45
* add CONFIG_NO_POST as it is used in the code, and move it together with CONFI...Stefan Reinauer2010-03-301-11/+16
* SMM: remove hack that was needed back in oldconfig times.Stefan Reinauer2010-03-241-0/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-2/+2
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-163-11/+0
* This patch is from 2009-10-20Uwe Hermann2010-03-051-2/+0
* newconfig is no more.Patrick Georgi2010-02-071-31/+0
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-122-2/+2
* Create lib.h for homeless prototypes.Myles Watson2009-10-281-2/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-0/+2
* Various smaller console option fixes as suggested by Peter Stuge:Uwe Hermann2009-10-261-16/+16
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-261-0/+11
* re-order console output functions, add proper prototypes, Stefan Reinauer2009-10-244-63/+39
* Make COM port selection and BAUD rate a "choice" for better usability.Uwe Hermann2009-10-161-8/+69
* 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-163-67/+79
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-1/+1
* Make console maximum/default log level a choice option.Uwe Hermann2009-10-111-9/+110
* Remove extra CONFIG variables.Myles Watson2009-10-091-6/+1
* Various Kconfig fixes and improvements:Uwe Hermann2009-10-071-12/+55
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-061-0/+5
* Rename CONFIG_SERIAL_CONSOLE to match newconfig.Myles Watson2009-09-252-4/+5
* tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson2009-09-221-0/+6
* Help text for maximum and default console loglevel in Kconfig.Carl-Daniel Hailfinger2009-09-221-2/+2
* Separate CONFIG_VGA_CONSOLE from CONFIG_VGA_BRIDGE_SETUP.Myles Watson2009-09-171-1/+1
* Move some config variables that are in one or two mainboards to Ronald G. Minnich2009-08-281-0/+4
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-17/+20
* Kconfig!Patrick Georgi2009-08-123-9/+52
* trivial typo in a commentStefan Reinauer2009-07-261-1/+1
* Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer2009-07-211-16/+44
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-19/+19
* die() does never return. Annotate it as such.Carl-Daniel Hailfinger2009-06-051-1/+1
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-033-7/+15
OpenPOWER on IntegriCloud