This patch adds support for the AMD Norwich development platform
authorMarc Jones <marc.jones@amd.com>
Fri, 4 May 2007 18:47:52 +0000 (18:47 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 4 May 2007 18:47:52 +0000 (18:47 +0000)
commit9c9083ba4a1cd280fe70c0eec78e562d714a2dc7
tree690f8bc96d2598fce87cbd2f36557d1ebf5f88ae
parentbc8176c5526ec9124aa99559f9432210be364dfe
This patch adds support for the AMD Norwich development platform
based on the Geode LX processor.  The Norwich is the canonical
Geode reference, and will server as a good basis for other
Geode based platforms.

Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/amd/norwich/Config.lb [new file with mode: 0644]
src/mainboard/amd/norwich/Options.lb [new file with mode: 0644]
src/mainboard/amd/norwich/auto.c [new file with mode: 0644]
src/mainboard/amd/norwich/cache_as_ram_auto.c [new file with mode: 0644]
src/mainboard/amd/norwich/chip.h [new file with mode: 0644]
src/mainboard/amd/norwich/cmos.layout [new file with mode: 0644]
src/mainboard/amd/norwich/debug.c [new file with mode: 0644]
src/mainboard/amd/norwich/failover.c [new file with mode: 0644]
src/mainboard/amd/norwich/irq_tables.c [new file with mode: 0644]
src/mainboard/amd/norwich/mainboard.c [new file with mode: 0644]
targets/amd/norwich/Config.lb [new file with mode: 0644]