summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-14 23:20:35 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-14 23:20:35 +0000
commit45bd144536b5500cc0676860b57edeace79691e0 (patch)
tree8a0307ae3c99b4b9b285654fd881ec3084bad697 /board_enable.c
parenta3473248d7099cda7e406bbcba521f38a026505e (diff)
downloadast2050-flashrom-45bd144536b5500cc0676860b57edeace79691e0.zip
ast2050-flashrom-45bd144536b5500cc0676860b57edeace79691e0.tar.gz
Board-enable for the ASUS A7V333
The board-enable is the same as for the ASUS A7V8X, i.e., it raises GP51 on the ITE IT8703F. I verified using a multimeter that this will raise both, WE# and TBL# on the flash chip. All operations successfully tested on hardware. Also renamed board_asus_a7v8x() to it8703f_gpio51_raise(). Corresponding to flashrom svn r1167. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Joshua Roys <roysjosh@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/board_enable.c b/board_enable.c
index a1006cc..7a44e64 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1689,9 +1689,10 @@ static int board_mitac_6513wu(void)
/*
* Suited for:
+ * - ASUS A7V333: VIA KT333 + VT8233A + IT8703F
* - ASUS A7V8X: VIA KT400 + VT8235 + IT8703F
*/
-static int board_asus_a7v8x(void)
+static int it8703f_gpio51_raise(void)
{
uint16_t id, base;
uint8_t tmp;
@@ -1855,7 +1856,8 @@ const struct board_pciid_enable board_pciid_enables[] = {
{0x8086, 0x2570, 0x1849, 0x2570, 0x8086, 0x24d3, 0x1849, 0x24d0, NULL, NULL, NULL, "ASRock", "775i65G", 0, OK, intel_ich_gpio23_raise},
{0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3065, 0x1043, 0x80ED, NULL, NULL, NULL, "ASUS", "A7V600-X", 0, OK, it8712f_gpio3_1_raise},
{0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, NULL, NULL, NULL, "ASUS", "A7V8X-MX SE", 0, OK, w836xx_memw_enable_2e},
- {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, NULL, "ASUS", "A7V8X", 0, OK, board_asus_a7v8x},
+ {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, NULL, "ASUS", "A7V8X", 0, OK, it8703f_gpio51_raise},
+ {0x1106, 0x3099, 0x1043, 0x807F, 0x1106, 0x3147, 0x1043, 0x808C, NULL, NULL, NULL, "ASUS", "A7V333", 0, OK, it8703f_gpio51_raise},
{0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x80A1, NULL, NULL, NULL, "ASUS", "A7V8X-X", 0, OK, it8712f_gpio3_1_raise},
{0x8086, 0x27A0, 0x1043, 0x1287, 0x8086, 0x27DF, 0x1043, 0x1287, "^A8J", NULL, NULL, "ASUS", "A8Jm", 0, NT, intel_ich_gpio34_raise},
{0x10DE, 0x0260, 0x103c, 0x2a3e, 0x10DE, 0x0264, 0x103c, 0x2a3e, "NAGAMI2L", NULL, NULL, "ASUS", "A8N-LA (Nagami-GL8E)", 0, OK, nvidia_mcp_gpio0_raise},
OpenPOWER on IntegriCloud