This patch adds the Supermicro H8QME-2+ (fam10) Motherboard with the
authorKnut Kujat <knuku@gap.upv.es>
Wed, 3 Feb 2010 16:04:40 +0000 (16:04 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Wed, 3 Feb 2010 16:04:40 +0000 (16:04 +0000)
commit081c8978acd5f4ad9dfb79cc8e7eafb01695cf88
treea8cf1c83a2815d9c3dbbd6958ef49fb7a4aa5780
parent5a559d4386b4f659bfeddffa8f38670e24a35ac0
This patch adds the Supermicro H8QME-2+ (fam10) Motherboard with the
following remaining issues:
- ACPI not working
- SMBus gets irq 0 instead of 5
- Loading VGA rom fails (using seabios to do it)

(copied a newer Makefile.inc from h8dmr_fam10 vs. the patch on the list)

Signed-off-by: Knut Kujat <knuku@gap.upv.es>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5075 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
19 files changed:
src/mainboard/supermicro/Kconfig
src/mainboard/supermicro/h8qme_fam10/Config.lb [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/Kconfig [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/Makefile.inc [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/Options.lb [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/apc_auto.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/cache_as_ram_auto.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/chip.h [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/cmos.layout [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/devicetree.cb [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/get_bus_conf.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/irq_tables.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/mainboard.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/mptable.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/resourcemap.c [new file with mode: 0644]
src/mainboard/supermicro/h8qme_fam10/spd_addr.h [new file with mode: 0644]
targets/supermicro/h8qme_fam10/Config.lb [new file with mode: 0644]
targets/supermicro/h8qme_fam10/VERSION [new file with mode: 0644]