summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 23:07:26 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 23:07:26 +0000
commit5f31ebe244236d9ffbc54a16c5dc72345b32c346 (patch)
tree5d8ad729742859def1f338d580ba750fde88cbe3 /board_enable.c
parentbcd25569d4d15ce335a46ac950b2457894638b6d (diff)
downloadast2050-flashrom-5f31ebe244236d9ffbc54a16c5dc72345b32c346.zip
ast2050-flashrom-5f31ebe244236d9ffbc54a16c5dc72345b32c346.tar.gz
Board-enable for MS-7025 (K8N Neo2 Platinum)
Test report is http://www.coreboot.org/pipermail/flashrom/2010-April/002967.html Corresponding to flashrom svn r1041. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Tested-by: Valentine "Pegasus rider" Yatsenko <mr.qweo@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index b0169c9..a528269 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -562,6 +562,7 @@ static int nvidia_mcp_gpio_set(int gpio, int raise)
case 0x0030: /* CK804 */
case 0x0050: /* MCP04 */
case 0x0060: /* MCP2 */
+ case 0x00E0: /* CK8 */
break;
case 0x0260: /* MCP51 */
case 0x0364: /* MCP55 */
@@ -656,6 +657,14 @@ static int nvidia_mcp_gpio8_raise(void)
}
/**
+ * Suited for MSI K8N Neo2 Platinum: Socket 939 + nForce3 Ultra + CK8.
+ */
+static int nvidia_mcp_gpio0c_raise(const char *name)
+{
+ return nvidia_mcp_gpio_set(0x0c, 1);
+}
+
+/**
* Suited for ASUS P5ND2-SLI Deluxe: LGA775 + nForce4 SLI + MCP04.
*/
static int nvidia_mcp_gpio10_raise(void)
@@ -1479,6 +1488,7 @@ struct board_pciid_enable board_pciid_enables[] = {
{0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, NULL, NULL, NULL, "MSI", "MS-6702E (K8T Neo2-F)", 0, OK, w83627thf_gpio4_4_raise_2e},
{0x1106, 0x0571, 0x1462, 0x7120, 0x1106, 0x3065, 0x1462, 0x7120, NULL, NULL, NULL, "MSI", "MS-6712 (KT4V)", 0, OK, board_msi_kt4v},
{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},
{0x10DE, 0x005E, 0x1462, 0x7135, 0x10DE, 0x0050, 0x1462, 0x7135, NULL, "msi", "k8n-neo3", "MSI", "MS-7135 (K8N Neo3)", 0, OK, w83627thf_gpio4_4_raise_4e},
{0x10DE, 0x0270, 0x1462, 0x7207, 0x10DE, 0x0264, 0x1462, 0x7207, NULL, NULL, NULL, "MSI", "MS-7207 (K8N GM2-L)", 0, NT, nvidia_mcp_gpio2_raise},
OpenPOWER on IntegriCloud