summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-12-02 21:57:42 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-02 21:57:42 +0000
commit742999c68206ae51724f7ee630a9d0572ce72c38 (patch)
tree3e728311f68a4fefe1ddc776fb0c1c96243fa2db /board_enable.c
parentb23b1ebcc9cf04657262f4ef247d457b3f0b1c11 (diff)
downloadast2050-flashrom-742999c68206ae51724f7ee630a9d0572ce72c38.zip
ast2050-flashrom-742999c68206ae51724f7ee630a9d0572ce72c38.tar.gz
Add a board-enable for the MSI MS-6391 (845 Pro4)
I found this via educated guessing and trial-and-error. Corresponding to flashrom svn r1239. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 5c68c66..d09923a 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1494,6 +1494,7 @@ static int board_hp_vl400(void)
* - Dell PowerEdge 1850: Intel PPGA604 + E7520 + ICH5R
* - ASRock P4i65GV: Intel Socket478 + 865GV + ICH5R
* - ASRock 775i65G: Intel LGA 775 + 865G + ICH5
+ * - MSI MS-6391 (845 Pro4): Intel Socket478 + 845 + ICH2
*/
static int intel_ich_gpio23_raise(void)
{
@@ -1963,6 +1964,7 @@ const struct board_pciid_enable board_pciid_enables[] = {
{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},
+ {0x8086, 0x244b, 0x1462, 0x3910, 0x8086, 0x2442, 0x1462, 0x3910, NULL, NULL, NULL, "MSI", "MS-6391 (845 Pro4)", 0, OK, intel_ich_gpio23_raise},
{0x1106, 0x3149, 0x1462, 0x7061, 0x1106, 0x3227, 0, 0, NULL, NULL, NULL, "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", "MSI", "MS-7135 (K8N Neo3)", 0, OK, w83627thf_gpio44_raise_4e},
{0x10DE, 0x0270, 0x1462, 0x7207, 0x10DE, 0x0264, 0x1462, 0x7207, NULL, NULL, NULL, "MSI", "MS-7207 (K8NGM2-L)", 0, NT, nvidia_mcp_gpio2_raise},
OpenPOWER on IntegriCloud