summaryrefslogtreecommitdiffstats
path: root/src/console
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-033-15/+7
* Implement native VGA Support.Luc Verhaegen2009-05-291-73/+63
* Make vsprintf reentrant. More importantly, eliminate global variable.Patrick Georgi2009-05-261-11/+11
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-5/+1
* fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer2009-04-221-1/+1
* Eliminate various issues brought up by scan-build.Patrick Georgi2009-04-211-0/+1
* fix warning in vga console code (trivial)Stefan Reinauer2008-08-011-1/+1
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* Another CONSTification... Stefan Reinauer2007-10-245-5/+5
* smaller changes to silence build warnings. (trivial)Stefan Reinauer2007-10-241-1/+6
* This is (most of) the usb2 debug console code ripped out of Yinghai Lu2007-02-282-0/+62
* make ppc happy for consoleYinghai Lu2006-10-051-2/+2
* CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu2006-10-041-0/+3
* 1201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer2005-12-023-8/+5
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-44arch import user (historical)2005-07-061-2/+4
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-38arch import user (historical)2005-07-061-4/+2
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-36arch import user (historical)2005-07-061-2/+4
* minor reformatLi-Ta Lo2005-01-191-1/+3
* CONFIG_PCI_ROM_RUNYinghai Lu2005-01-141-6/+18
* added PCI expansion ROM support,Li-Ta Lo2005-01-101-2/+3
* btext fixYinghai Lu2004-12-162-2/+2
* - HDAMA boots!Eric Biederman2004-10-161-15/+20
* fixed function prototype for die()Li-Ta Lo2004-10-141-1/+1