summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-10-05 17:29:35 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-10-05 17:29:35 +0000
commit39dcdece3ad5d629b80958df8f193f0763e878d3 (patch)
tree26f563fcb088a02cfbdd4da697f47e03be5dba71 /print.c
parent9c31b50cbeebd5d668d19176d137c14aec18af97 (diff)
downloadflashrom-39dcdece3ad5d629b80958df8f193f0763e878d3.tar.gz
flashrom-39dcdece3ad5d629b80958df8f193f0763e878d3.tar.bz2
flashrom-39dcdece3ad5d629b80958df8f193f0763e878d3.zip
Board enable for GA-6IEM
Reported by Konstantin <hc@comp.susu.ac.ru> lspci (superiotool missing, doesn't matter for this patch) http://www.coreboot.org/pipermail/flashrom/2010-September/004609.html DMI is needed, as there are no usefull PCI IDs. (no test of that board yet, thus marked as untested) Corresponding to flashrom svn r1187. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index e51d8ee9d..e9cceca1b 100644
--- a/print.c
+++ b/print.c
@@ -410,6 +410,7 @@ const struct board_info boards_known[] = {
B("GIGABYTE", "GA-2761GXDK", 1, "http://www.computerbase.de/news/hardware/mainboards/amd-systeme/2007/mai/gigabyte_dtx-mainboard/", NULL),
B("GIGABYTE", "GA-6BXC", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1445", NULL),
B("GIGABYTE", "GA-6BXDU", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1429", NULL),
+ B("GIGABYTE", "GA-6IEM", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1379", NULL),
B("GIGABYTE", "GA-6ZMA", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=1541", NULL),
B("GIGABYTE", "GA-MA785GMT-UD2H", 1, "http://www.gigabyte.de/Products/Motherboard/Products_Overview.aspx?ProductID=4525", NULL),
B("GIGABYTE", "GA-770TA-UD3", 1, "http://www.gigabyte.com/products/product-page.aspx?pid=3272#ov", NULL),