From f3a4bff427a1798c79b038d58f86d6e7b81cd9fa Mon Sep 17 00:00:00 2001 From: Sergey A Lichack Date: Tue, 7 Sep 2010 18:14:53 +0000 Subject: Add a board-enable for the MSI MS-6787 (P4MAM-V/P4MAM-L) Marked as untested for now, as there was no response from the user. Corresponding to flashrom svn r1155. Signed-off-by: Sergey A Lichack Acked-by: Michael Karcher Acked-by: Uwe Hermann --- board_enable.c | 2 ++ print.c | 1 + 2 files changed, 3 insertions(+) diff --git a/board_enable.c b/board_enable.c index a4763208..1b07537a 100644 --- a/board_enable.c +++ b/board_enable.c @@ -388,6 +388,7 @@ static void w836xx_memw_enable(uint16_t port) * - ASUS A7V8X-MX SE and A7V400-MX: AMD K7 + VIA KM400A + VT8235 * - Tyan S2498 (Tomcat K7M): AMD Geode NX + VIA KM400 + VT8237 * - MSI KM4M-V and KM4AM-V: VIA KM400/KM400A + VT8237 + * - MSI MS-6787 (P4MAM-V/P4MAM-L): VIA P4M266 + VT8235 */ static int w836xx_memw_enable_2e(void) { @@ -1836,6 +1837,7 @@ const struct board_pciid_enable board_pciid_enables[] = { {0x13f6, 0x0111, 0x1462, 0x5900, 0x1106, 0x3177, 0x1106, 0, NULL, NULL, NULL, "MSI", "MS-6590 (KT4 Ultra)", 0, OK, board_msi_kt4v}, {0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, NULL, NULL, NULL, "MSI", "MS-6702E (K8T Neo2-F)", 0, OK, w83627thf_gpio44_raise_2e}, {0x1106, 0x0571, 0x1462, 0x7120, 0x1106, 0x3065, 0x1462, 0x7120, NULL, NULL, NULL, "MSI", "MS-6712 (KT4V)", 0, OK, board_msi_kt4v}, + {0x1106, 0x3148, 0 , 0 , 0x1106, 0x3177, 0 , 0 , NULL, "msi", "ms6787", "MSI", "MS-6787 (P4MAM-V/P4MAM-L)", 0, NT, w836xx_memw_enable_2e}, {0x1039, 0x7012, 0x1462, 0x0050, 0x1039, 0x6325, 0x1462, 0x0058, NULL, NULL, NULL, "MSI", "MS-7005 (651M-L)", 0, OK, board_msi_651ml}, {0x10DE, 0x00E0, 0x1462, 0x0250, 0x10DE, 0x00E1, 0x1462, 0x0250, NULL, NULL, NULL, "MSI", "MS-7025 (K8N Neo2 Platinum)", 0, OK, nvidia_mcp_gpio0c_raise}, {0x8086, 0x2658, 0x1462, 0x7046, 0x1106, 0x3044, 0x1462, 0x046d, NULL, NULL, NULL, "MSI", "MS-7046", 0, OK, intel_ich_gpio19_raise}, diff --git a/print.c b/print.c index 6838d732..a5c36b70 100644 --- a/print.c +++ b/print.c @@ -450,6 +450,7 @@ const struct board_info boards_known[] = { B("MSI", "MS-6590 (KT4 Ultra)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=502", NULL), B("MSI", "MS-6702E (K8T Neo2-F)",1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=588", NULL), B("MSI", "MS-6712 (KT4V)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=505", NULL), + B("MSI", "MS-6787 (P4MAM-V/P4MAM-L)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=577", NULL), B("MSI", "MS-7005 (651M-L)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=559", NULL), B("MSI", "MS-7025 (K8N Neo2 Platinum)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=587", NULL), B("MSI", "MS-7046", 1, "http://www.heimir.de/ms7046/", NULL), -- cgit v1.2.3