summaryrefslogtreecommitdiffstats
path: root/src/pc80
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-302-11/+12
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-254-0/+10
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-231-0/+3
* This patch avoids a timeout during PS/2 keyboardScott Duplichan2010-09-091-1/+1
* Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboardKevin O'Connor2010-09-091-0/+2
* Revert 5762. It silently broke a lot of boards because abuild was broken.Myles Watson2010-09-023-8/+0
* Fix race condition in option_table.h generation by moving the include statementStefan Reinauer2010-09-013-0/+8
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-302-3/+3
* Remove warnings from USB debug console code.Myles Watson2010-08-041-2/+2
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-2/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-064-62/+12
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-4/+4
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-251-1/+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-275-13/+13
* Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer2010-03-293-1/+13
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-292-7/+7
* Some keyboards need a longer timeout. Also increase error level, because aStefan Reinauer2010-03-241-3/+3
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-221-3/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-26/+26
* Get rid of a few warnings:Myles Watson2010-03-191-0/+2
* fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer2010-03-171-0/+2
* use names instead of numbers where possible, also print a better message if noStefan Reinauer2010-02-281-6/+12
* Remove nonsensical wrapper for function inStefan Reinauer2010-02-231-11/+1
* This is a general cleanup patchStefan Reinauer2010-02-223-4/+1
* newconfig is no more.Patrick Georgi2010-02-072-30/+0
* RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer2010-01-161-4/+4
* http://www.coreboot.org/pipermail/coreboot/2007-October/025740.htmlStefan Reinauer2009-11-053-2/+55
* Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka2009-10-272-0/+3
* Rework the keyboard driverStefan Reinauer2009-10-241-44/+91
* A (hypothetical southbridge) component might provide functionality that is notStefan Reinauer2009-10-241-1/+1
* drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer2009-10-233-965/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-1/+1
* Add const to get rid of some warnings when passing quoted strings.Myles Watson2009-10-091-1/+1
* A keyboard controller fix to stop the code from waiting for a code that neverMarc Jones2009-09-291-28/+16
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-251-7/+7
* This now builds. Ronald G. Minnich2009-08-122-1/+3
* Kconfig!Patrick Georgi2009-08-122-1/+10
* fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lbStefan Reinauer2009-08-061-0/+2
* Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer2009-07-211-34/+133
* Rewrite keyboard driver to actually wait time in ms as specified in the specs,Stefan Reinauer2009-07-211-16/+36
* Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer2009-07-211-8/+36
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-304-45/+45
* Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson2009-06-191-7/+4
* work around initobject breakage in pc80/Config.lbStefan Reinauer2009-06-191-2/+9
* These changes implement car in qemu. The implementation is in several Ronald G. minnich2009-06-162-1/+5
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-124/+36
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-36/+124
* Implement native VGA Support.Luc Verhaegen2009-05-296-1/+5237
* keyboard driver: function definitions should not omit void if they don't takeStefan Reinauer2009-05-231-1/+1
OpenPOWER on IntegriCloud