From 6add09424a8d8178497022c524a17606aa3dec23 Mon Sep 17 00:00:00 2001 From: Maciej Pijanka Date: Thu, 9 Jun 2011 20:59:30 +0000 Subject: Add board enable for MSI MS-6788-040 (848P Neo-V) Tested-by: Melroy van den Berg http://www.flashrom.org/pipermail/flashrom/2010-December/005642.html Corresponding to flashrom svn r1327. Based on reverse engineering by Michael Karcher. Signed-off-by: Maciej Pijanka Acked-by: Idwer Vollering --- board_enable.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board_enable.c b/board_enable.c index 41db9f2..71e6636 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1572,6 +1572,7 @@ static int intel_ich_gpio26_raise(void) * Suited for: * - P4SD-LA (HP OEM): i865 + ICH5 * - GIGABYTE GA-8PE667 Ultra 2: socket 478 + i845PE + ICH4 + * - MSI MS-6788-40 (aka 848P Neo-V) */ static int intel_ich_gpio32_raise(void) { @@ -2037,6 +2038,7 @@ const struct board_pciid_enable board_pciid_enables[] = { {0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, NULL, NULL, NULL, P3, "MSI", "MS-6702E (K8T Neo2-F)", 0, OK, w83627thf_gpio44_raise_2e}, {0x1106, 0x0571, 0x1462, 0x7120, 0x1106, 0x3065, 0x1462, 0x7120, NULL, NULL, NULL, P3, "MSI", "MS-6712 (KT4V)", 0, OK, board_msi_kt4v}, {0x1106, 0x3148, 0 , 0 , 0x1106, 0x3177, 0 , 0 , NULL, "msi", "ms6787", P3, "MSI", "MS-6787 (P4MAM-V/P4MAM-L)", 0, OK, w836xx_memw_enable_2e}, + {0x8086, 0x24d3, 0x1462, 0x7880, 0x8086, 0x2570, 0, 0, NULL, NULL, NULL, P3, "MSI", "MS-6788-040 (848P NeoV)", 0, OK, intel_ich_gpio32_raise}, {0x1039, 0x7012, 0x1462, 0x0050, 0x1039, 0x6325, 0x1462, 0x0058, NULL, NULL, NULL, P3, "MSI", "MS-7005 (651M-L)", 0, OK, board_msi_651ml}, {0x10DE, 0x00E0, 0x1462, 0x0250, 0x10DE, 0x00E1, 0x1462, 0x0250, NULL, NULL, NULL, P3, "MSI", "MS-7025 (K8N Neo2 Platinum)", 0, OK, nvidia_mcp_gpio0c_raise}, {0x8086, 0x2658, 0x1462, 0x7046, 0x1106, 0x3044, 0x1462, 0x046d, NULL, NULL, NULL, P3, "MSI", "MS-7046", 0, OK, intel_ich_gpio19_raise}, -- cgit v1.1