This patch support for the Technexion Tim-5690 mainboard.
authorLibra Li <libra.li@technexion.com>
Tue, 13 Oct 2009 16:56:58 +0000 (16:56 +0000)
committerMyles Watson <mylesgw@gmail.com>
Tue, 13 Oct 2009 16:56:58 +0000 (16:56 +0000)
commit7d3649a605cf5d535039f1932224cdeafc49f73b
tree3d9fb481c22d70f1157faf7cf79a01f7d874e3a2
parentc270e896f0bf9c780f2c49fa258b1c225e61ec9d
This patch support for the Technexion Tim-5690 mainboard.
It's an embedded AMD RS690/SB600 mainboard.

http://www.technexion.com/index.php/tim-5690

Myles added Kconfig support.

Signed-off-by: Libra Li <libra.li@technexion.com>
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4765 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
27 files changed:
src/mainboard/technexion/Kconfig
src/mainboard/technexion/tim5690/Config.lb [new file with mode: 0644]
src/mainboard/technexion/tim5690/Kconfig [new file with mode: 0644]
src/mainboard/technexion/tim5690/Makefile.inc [new file with mode: 0644]
src/mainboard/technexion/tim5690/Options.lb [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/debug.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/doit.sh [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/dsdt.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/globutil.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/ide.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/routing.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/sata.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/statdef.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi/usb.asl [new file with mode: 0644]
src/mainboard/technexion/tim5690/acpi_tables.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/cache_as_ram_auto.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/chip.h [new file with mode: 0644]
src/mainboard/technexion/tim5690/cmos.layout [new file with mode: 0644]
src/mainboard/technexion/tim5690/devicetree.cb [new file with mode: 0644]
src/mainboard/technexion/tim5690/fadt.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/get_bus_conf.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/irq_tables.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/mainboard.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/mptable.c [new file with mode: 0644]
src/mainboard/technexion/tim5690/resourcemap.c [new file with mode: 0644]
src/mainboard/technexion/tim8690/mainboard.c
src/southbridge/amd/sb600/sb600_early_setup.c