summaryrefslogtreecommitdiff
path: root/src/pc80
AgeCommit message (Expand)Author
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-19Get rid of a few warnings:Myles Watson
2010-03-17fix minor warnings in RTC code when HAVE_OPTION_TABLE is disabled.Stefan Reinauer
2010-02-28use names instead of numbers where possible, also print a better message if noStefan Reinauer
2010-02-23Remove nonsensical wrapper for function inStefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-16RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer
2009-11-05http://www.coreboot.org/pipermail/coreboot/2007-October/025740.htmlStefan Reinauer
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-24Rework the keyboard driverStefan Reinauer
2009-10-24A (hypothetical southbridge) component might provide functionality that is notStefan Reinauer
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-09-29A keyboard controller fix to stop the code from waiting for a code that neverMarc Jones
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-06fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lbStefan Reinauer
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-21Rewrite keyboard driver to actually wait time in ms as specified in the specs,Stefan Reinauer
2009-07-21Some USB debug updates, mostly comments fixing, license header updatesStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-19work around initobject breakage in pc80/Config.lbStefan Reinauer
2009-06-16These changes implement car in qemu. The implementation is in several Ronald G. minnich
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-05-23keyboard driver: function definitions should not omit void if they don't takeStefan Reinauer
2009-05-23fix comment in keyboard driver (trivial)Stefan Reinauer
2009-05-01The semantics of the changed code are pretty simple and looking atMyles Watson
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-22fix warnings, shadowed declarations and style guide violations (all trivial)Stefan Reinauer
2009-04-22* Allow coreboot to use the full 256 bytes of CMOS memoryStefan Reinauer
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-01-20add a header file for i8259.h (trivial)Stefan Reinauer
2008-10-22Made await_ide(), which polls for an ide status change, check the statusJens Rottmann
2008-09-26This patch fixes the dbm690t keyboard not working issue. It should alsoMarc Jones
2008-08-13Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codesStefan Reinauer
2008-08-03fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer
2008-08-01serial.inc is not used anywhere. drop it (trivial)Stefan Reinauer
2008-01-18rename linuxbios_* files, too.Stefan Reinauer
2007-10-17Add a debug message to keyboard init. This helped isolate at least oneCarl-Daniel Hailfinger
2007-05-24Small patch that adds an error message in case the keyboard selftest fails.Philipp Degler
2007-04-06two more directories from YhLu's mcp55 megapatch.Yinghai Lu