summaryrefslogtreecommitdiff
path: root/src/pc80
AgeCommit message (Expand)Author
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
2007-02-28This is (most of) the usb2 debug console code ripped out of Yinghai Lu
2005-12-04implement io based udelay function for all mainboards that lack an apicStefan Reinauer
2005-09-12Don't write to CMOS when HAVE_OPTION_TABLE = 0.Steven J. Magnani
2005-08-10more removal for obsolete VGABIOS supportLi-Ta Lo
2005-08-10remove obsolete VGA support for EPIALi-Ta Lo
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)
2005-01-10added PCI expansion ROM support,Li-Ta Lo
2005-01-07fixed indentationLi-Ta Lo
2004-12-27start consolidate various borken vga supportLi-Ta Lo
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-11-11- Refactor the pc keyboard code so it will timeout if the hardwareEric Biederman
2004-11-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman
2004-10-21- Bump the LinuxBIOS major versionEric Biederman
2004-10-14oops.Ronald G. Minnich
2004-10-06epia-m supportRonald G. Minnich
2004-05-24minor reformatLi-Ta Lo