summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-19 23:01:34 +0000
committerSean Nelson <audiohacked@gmail.com>2010-03-19 23:01:34 +0000
commitf63c4364b799187b7f147f2242be26f9623d918e (patch)
tree21067ab3306edf06f7928415f718a6043fa00a13 /board_enable.c
parentc94746d892620ddccab2af3dff2b695063ae3e5f (diff)
downloadast2050-flashrom-f63c4364b799187b7f147f2242be26f9623d918e.zip
ast2050-flashrom-f63c4364b799187b7f147f2242be26f9623d918e.tar.gz
Rebased Board Enable Patch: iBase MB899
Corresponding to flashrom svn r959. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Sean Nelson <audiohacked@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index b7b62f9..8692a98 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -984,6 +984,14 @@ static int intel_ich_gpio23_raise(const char *name)
}
/**
+ * Suited for IBase MB899: i945GM + ICH7.
+ */
+static int intel_ich_gpio26_raise(const char *name)
+{
+ return intel_ich_gpio_set(26, 1);
+}
+
+/**
* Suited for Acorp 6A815EPD: socket 370 + intel 815 + ICH2.
*/
static int board_acorp_6a815epd(const char *name)
@@ -1371,6 +1379,7 @@ struct board_pciid_enable board_pciid_enables[] = {
{0x1166, 0x0223, 0x103c, 0x320d, 0x102b, 0x0522, 0x103c, 0x31fa, NULL, "hp", "dl145_g3", "HP", "DL145 G3", 0, OK, board_hp_dl145_g3_enable},
{0x8086, 0x2415, 0x103c, 0x1249, 0x10b7, 0x9200, 0x103c, 0x1246, NULL, NULL, NULL, "HP", "Vectra VL400", 0, OK, board_hp_vl400},
{0x8086, 0x1a30, 0x103c, 0x1a30, 0x8086, 0x2443, 0x103c, 0x2440, "^VL420$", NULL, NULL, "HP", "VL420 SFF", 0, OK, intel_ich_gpio22_raise},
+ {0x8086, 0x27A0, 0, 0, 0x8086, 0x27B9, 0, 0, NULL, "ibase", "mb899", "iBASE", "MB899", 0, NT, intel_ich_gpio26_raise},
{0x1166, 0x0205, 0x1014, 0x0347, 0x1002, 0x515E, 0x1014, 0x0325, NULL, NULL, NULL, "IBM", "x3455", 0, OK, board_ibm_x3455},
{0x1039, 0x5513, 0x8086, 0xd61f, 0x1039, 0x6330, 0x8086, 0xd61f, NULL, NULL, NULL, "Intel", "D201GLY", 0, OK, wbsio_check_for_spi},
{0x8086, 0x7190, 0, 0, 0x8086, 0x7110, 0, 0, "^SE440BX-2$", NULL, NULL, "Intel", "SE440BX-2", 0, NT, intel_piix4_gpo27_lower},
OpenPOWER on IntegriCloud