Add support for the Traverse Technologies Geos mainboard.
authorNathan Williams <nathan@traverse.com.au>
Thu, 20 May 2010 07:35:17 +0000 (07:35 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 20 May 2010 07:35:17 +0000 (07:35 +0000)
commit1a169d2a46047e72e34977b74884b8d9d250f124
tree891a6d3b0af976217ac65c23886bbdf24e1a963a
parent6d77252e743424ee7f80ad0920003b46aa29727a
Add support for the Traverse Technologies Geos mainboard.
This board is similar to the AMD Norwich mainboard.

Signed-off-by: Nathan Williams <nathan@traverse.com.au>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5574 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/Kconfig
src/mainboard/traverse/Kconfig [new file with mode: 0644]
src/mainboard/traverse/geos/Kconfig [new file with mode: 0644]
src/mainboard/traverse/geos/chip.h [new file with mode: 0644]
src/mainboard/traverse/geos/cmos.layout [new file with mode: 0644]
src/mainboard/traverse/geos/devicetree.cb [new file with mode: 0644]
src/mainboard/traverse/geos/irq_tables.c [new file with mode: 0644]
src/mainboard/traverse/geos/mainboard.c [new file with mode: 0644]
src/mainboard/traverse/geos/romstage.c [new file with mode: 0644]