Add msi/ms9652_fam10 board.
authorTimothy Pearson <tpearson@raptorengineeringinc.com>
Mon, 1 Mar 2010 10:56:51 +0000 (10:56 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Mon, 1 Mar 2010 10:56:51 +0000 (10:56 +0000)
commitd3b2bbe08c59e36488ca9d04d01ddd61c04504ca
tree448855c54db7dc270376fe5b97bdfe4307af96df
parent55cf7bcbeb605648ccfa2fdab102506f87388c07
Add msi/ms9652_fam10 board.

Updated Timothy's patch to match recent changes in the tree. It's build tested.

Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5180 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
15 files changed:
src/mainboard/msi/Kconfig
src/mainboard/msi/ms9652_fam10/Kconfig [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/acpi_tables.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/chip.h [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/cmos.layout [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/devicetree.cb [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/dsdt.asl [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/get_bus_conf.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/irq_tables.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/mainboard.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/mb_sysconf.h [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/mptable.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/resourcemap.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/romstage.c [new file with mode: 0644]
src/mainboard/msi/ms9652_fam10/spd_addr.h [new file with mode: 0644]