summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorJoshua Roys <roysjosh@gmail.com>2012-06-29 23:07:14 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-06-29 23:07:14 +0000
commit6e48a026f7b57ecc4c2c7a8f9ce450db8f4b2a30 (patch)
tree8c0ddb4e938a27dd50a7e9cd9d44dbf20fb87202 /board_enable.c
parenta4b14f7de11e4431c55192cb28294f88c60b4bd1 (diff)
downloadast2050-flashrom-6e48a026f7b57ecc4c2c7a8f9ce450db8f4b2a30.zip
ast2050-flashrom-6e48a026f7b57ecc4c2c7a8f9ce450db8f4b2a30.tar.gz
Add board enable for MSI K9N SLI (MS-7250 VER:2.1)
Handle PCI Device ID 0x0360 for MCP55 ISA bridge GPIO as well. Tested-by: Stefan A. Scholtz Corresponding to flashrom svn r1547. Signed-off-by: Joshua Roys <roysjosh@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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 56d3081..98607aa 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1041,6 +1041,7 @@ static int nvidia_mcp_gpio_set(int gpio, int raise)
break;
case 0x0260: /* MCP51 */
case 0x0261: /* MCP51 */
+ case 0x0360: /* MCP55 */
case 0x0364: /* MCP55 */
/* find SMBus controller on *this* southbridge */
/* The infamous Tyan S2915-E has two south bridges; they are
@@ -1115,6 +1116,7 @@ static int nvidia_mcp_gpio2_lower(void)
* - Foxconn 6150K8MD-8EKRSH: Socket 939 + NVIDIA MCP51
* - MSI K8N Neo4: NVIDIA CK804. TODO: Should probably be K8N Neo4 Platinum, see http://www.coreboot.org/pipermail/flashrom/2010-August/004362.html.
* - MSI K8NGM2-L: NVIDIA MCP51
+ * - MSI K9N SLI: NVIDIA MCP55
*/
static int nvidia_mcp_gpio2_raise(void)
{
@@ -2407,6 +2409,7 @@ const struct board_match board_matches[] = {
{0x1106, 0x3149, 0x1462, 0x7061, 0x1106, 0x3227, 0, 0, NULL, NULL, NULL, P3, "MSI", "MS-7061 (KM4M-V/KM4AM-V)", 0, OK, w836xx_memw_enable_2e},
{0x10DE, 0x005E, 0x1462, 0x7135, 0x10DE, 0x0050, 0x1462, 0x7135, NULL, "msi", "k8n-neo3", P3, "MSI", "MS-7135 (K8N Neo3)", 0, OK, w83627thf_gpio44_raise_4e},
{0x10DE, 0x0270, 0x1462, 0x7207, 0x10DE, 0x0264, 0x1462, 0x7207, NULL, NULL, NULL, P3, "MSI", "MS-7207 (K8NGM2-L)", 0, NT, nvidia_mcp_gpio2_raise},
+ {0x10DE, 0x0360, 0x1462, 0x7250, 0x10DE, 0x0368, 0x1462, 0x7250, NULL, NULL, NULL, P3, "MSI", "MS-7250 (K9N SLI)", 0, OK, nvidia_mcp_gpio2_raise},
{0x1011, 0x0019, 0xaa55, 0xaa55, 0x8086, 0x7190, 0, 0, NULL, NULL, NULL, P3, "Nokia", "IP530", 0, OK, fdc37b787_gpio50_raise_3f0},
{0x8086, 0x24d3, 0x144d, 0xb025, 0x8086, 0x1050, 0x144d, 0xb025, NULL, NULL, NULL, P3, "Samsung", "Polaris 32", 0, OK, intel_ich_gpio21_raise},
{0x1106, 0x3099, 0, 0, 0x1106, 0x3074, 0, 0, NULL, "shuttle", "ak31", P3, "Shuttle", "AK31", 0, OK, w836xx_memw_enable_2e},
OpenPOWER on IntegriCloud