Add Supermicro h8dm3 mainboard. This is mostly a copy from the h8dmr.
authorMarc Jones <marcj303@gmail.com>
Fri, 20 Mar 2009 16:36:05 +0000 (16:36 +0000)
committerMarc Jones <marc.jones@amd.com>
Fri, 20 Mar 2009 16:36:05 +0000 (16:36 +0000)
commit5dd4a20b96f2bb563ae724c4eaf2524529bc46d0
treebf2408d2ba042c23fee2d160fd6ce954f92a10c4
parent2f4979f347ea7014786934cccab10772f6a6402a
Add Supermicro h8dm3 mainboard. This is mostly a copy from the h8dmr.
The one issues is the SPD address switch for the second CPU. That means that
the memory must be an exact match on each CPU.

Signed-off-by: Marc Jones <marcj303@gmail.com>
Acked-by: Ward Vandewege <ward@gnu.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4022 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
16 files changed:
src/mainboard/supermicro/h8dme/Config.lb [new file with mode: 0644]
src/mainboard/supermicro/h8dme/Options.lb [new file with mode: 0644]
src/mainboard/supermicro/h8dme/apc_auto.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/cache_as_ram_auto.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/chip.h [new file with mode: 0644]
src/mainboard/supermicro/h8dme/cmos.layout [new file with mode: 0644]
src/mainboard/supermicro/h8dme/get_bus_conf.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/irq_tables.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/mainboard.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/mptable.c [new file with mode: 0644]
src/mainboard/supermicro/h8dme/resourcemap.c [new file with mode: 0644]
targets/supermicro/h8dme/Config-abuild.lb [new file with mode: 0644]
targets/supermicro/h8dme/Config-lab.lb [new file with mode: 0644]
targets/supermicro/h8dme/Config.lb [new file with mode: 0644]
targets/supermicro/h8dme/Config.lb.kernel [new file with mode: 0644]
targets/supermicro/h8dme/VERSION [new file with mode: 0644]