summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Pijanka <maciej.pijanka@gmail.com>2011-06-09 20:59:30 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2011-06-09 20:59:30 +0000
commit6add09424a8d8178497022c524a17606aa3dec23 (patch)
tree356e4803c7d49a80154ed229223823efee8bb9e6
parentc422484b84cc7a251166792a367b0a8143a3d206 (diff)
downloadast2050-flashrom-6add09424a8d8178497022c524a17606aa3dec23.zip
ast2050-flashrom-6add09424a8d8178497022c524a17606aa3dec23.tar.gz
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 <maciej.pijanka@gmail.com> Acked-by: Idwer Vollering <vidwer@gmail.com>
-rw-r--r--board_enable.c2
1 files changed, 2 insertions, 0 deletions
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},
OpenPOWER on IntegriCloud