summaryrefslogtreecommitdiffstats
path: root/src/pc80
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix comment in keyboard driver (trivial)Stefan Reinauer2009-05-231-1/+1
* The semantics of the changed code are pretty simple and looking atMyles Watson2009-05-011-2/+1
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-301-2/+2
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-3/+0
* fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer2009-04-221-2/+1
* * Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer2009-04-222-36/+56
* Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer2009-04-171-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-1/+1
* add a header file for i8259.h (trivial)Stefan Reinauer2009-01-201-0/+1
* Made await_ide(), which polls for an ide status change, check the statusJens Rottmann2008-10-221-1/+2
* This patch fixes the dbm690t keyboard not working issue. It should alsoMarc Jones2008-09-261-39/+177
* Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codesStefan Reinauer2008-08-131-1/+1
* fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer2008-08-031-0/+5
* serial.inc is not used anywhere. drop it (trivial)Stefan Reinauer2008-08-011-107/+0
* rename linuxbios_* files, too.Stefan Reinauer2008-01-181-1/+1
* Add a debug message to keyboard init. This helped isolate at least oneCarl-Daniel Hailfinger2007-10-171-0/+1
* Small patch that adds an error message in case the keyboard selftest fails.Philipp Degler2007-05-241-1/+3
* two more directories from YhLu's mcp55 megapatch.Yinghai Lu2007-04-061-1/+2
* This is (most of) the usb2 debug console code ripped out of Yinghai Lu2007-02-281-0/+25
* implement io based udelay function for all mainboards that lack an apicStefan Reinauer2005-12-042-0/+14
* Don't write to CMOS when HAVE_OPTION_TABLE = 0.Steven J. Magnani2005-09-121-4/+12
* more removal for obsolete VGABIOS supportLi-Ta Lo2005-08-101-1/+0
* remove obsolete VGA support for EPIALi-Ta Lo2005-08-101-4/+0
* Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)2005-07-062-5/+29
* added PCI expansion ROM support,Li-Ta Lo2005-01-101-1/+0