diff options
author | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2011-04-14 23:14:27 +0000 |
---|---|---|
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2011-04-14 23:14:27 +0000 |
commit | 2842db315de428fca28db6bfae0585fe602e41c0 (patch) | |
tree | 0e4b7537ca95db7a2b208fc1cdcdc8434f3ea624 /print.c | |
parent | 7700051fee3e6cbd10dd1702216c85a31d988034 (diff) | |
download | flashrom-2842db315de428fca28db6bfae0585fe602e41c0.tar.gz flashrom-2842db315de428fca28db6bfae0585fe602e41c0.tar.bz2 flashrom-2842db315de428fca28db6bfae0585fe602e41c0.zip |
Board enable for Foxconn 6150K8MD-8EKRSH
Reported by: wickberg@student.chalmers.se
flashrom -V: http://paste.flashrom.org/view.php?id=452
lspci: http://paste.flashrom.org/view.php?id=453
(note that the flashrom dump is with a foreign chip. That
board is originally equipped with an PMC Pm49FL004.
Corresponding to flashrom svn r1286.
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -462,6 +462,7 @@ const struct board_info boards_known[] = { B("EPoX", "EP-BX3", 1, "http://www.epox.com/product.asp?ID=EP-BX3", NULL), B("EVGA", "132-CK-NF78", 1, "http://http://www.evga.com/articles/385.asp", NULL), B("FIC", "VA-502", 0, "ftp://ftp.fic.com.tw/motherboard/manual/socket7/va-502/", "No public report found. Owned by Uwe Hermann <uwe@hermann-uwe.de>. Seems the PCI subsystem IDs are identical with the Tekram P6Pro-A5. May work now."), + B("Foxconn", "6150K8MD-8EKRSH", 1, "http://www.foxconnchannel.com/product/motherboards/detail_overview.aspx?id=en-us0000157", NULL), B("Foxconn", "A6VMX", 1, "http://www.foxconnchannel.com/product/motherboards/detail_overview.aspx?id=en-us0000346", NULL), B("Fujitsu-Siemens", "ESPRIMO P5915", 1, "http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/professionalpc/ESPRIMO/P/EsprimoP5915-6.htm", "Mainboard model is D2312-A2."), B("GIGABYTE", "GA-2761GXDK", 1, "http://www.computerbase.de/news/hardware/mainboards/amd-systeme/2007/mai/gigabyte_dtx-mainboard/", NULL), |