coreboot-kgpe-d16/src/mainboard/tyan/s2895
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
..
acpi_tables.c This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
auto.c The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
cache_as_ram_auto.c OK, people, watch this. 2008-11-20 19:26:16 +00:00
chip.h Carl-Daniel's part: 2009-02-18 20:41:57 +00:00
cmos.layout MEMCLK to DDRXXX 2006-10-06 16:05:14 +00:00
Config.lb This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
dsdt.dsl This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
failover.c Fix whitespace in tyan s289{1,2,5} files. Also removes some #if 0 and #if 1 2008-09-18 15:30:42 +00:00
get_bus_conf.c The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
irq_tables.c Remove some warnings, mainly from format strings which didn't match the 2009-02-09 17:52:54 +00:00
mainboard.c This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
mptable.c This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
Options.lb This patch adds ACPI support for Tyan s2891, s2892, and s2895. There is still 2009-03-10 20:56:54 +00:00
resourcemap.c The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00