coreboot-kgpe-d16/src
Myles Watson 34b1d4ef37 This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still
a problem with IRQ 9, but besides that Linux is happy.  BSOD in Windows still.

changes by file:

src/mainboard/tyan/s289X/Options.lb:
	Add options and defaults for ACPI tables and resources.

src/mainboard/tyan/s289X/mainboard.c:
	Add high_tables resource ala Stefan's code for the Kontron.

src/mainboard/tyan/s289X/acpi_tables.c:
	Fill out the ACPI tables, using existing code where possible.
	Only the madt is different between the boards, to be combined later.

src/mainboard/tyan/s289X/Config.lb:
	Compile in acpi_tables.c and dsdt.dsl.
	Turn on the parallel port and the real-time-clock.

src/mainboard/tyan/s289x/dsdt.dsl:
	The board layout (thanks Rudolf) and interrupts from mptable.c

src/mainboard/tyan/s289x/mptable.c:
	Minor formatting changes to make them diff better.

src/superio/smsc/lpc47b397/superio.c:
	Correct the size of the real-time-clock so it can be where it belongs.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Rudolf Marek <r.marek@assembler.cz>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3989 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-03-10 20:56:54 +00:00
..
arch This patch makes the boards use a single amdk8_util.asl. There are only 2009-03-10 18:06:47 +00:00
boot Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. 2009-02-10 03:02:05 +00:00
config Fix mmconf (PCIe memory mapped config space access) support in v2. It was 2009-03-06 19:11:52 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu Some updates for core/core duo/core2/core2 duo cpus. 2009-03-06 19:54:15 +00:00
devices Fix mmconf (PCIe memory mapped config space access) support in v2. It was 2009-03-06 19:11:52 +00:00
drivers coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 2009-02-28 20:10:20 +00:00
include * fix a minor power state issue in the ich7 smm handler 2009-03-06 19:52:36 +00:00
lib use pointers instead of size_t when dealing with pointers. Also fix a few 2009-03-06 17:22:35 +00:00
mainboard This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
northbridge This patch adds common elements for ck804-based boards. 2009-03-10 20:39:27 +00:00
pc80 This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge This patch adds common elements for ck804-based boards. 2009-03-10 20:39:27 +00:00
stream This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
superio This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00