summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2014-03-14 08:10:02 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-03-14 08:10:02 +0000
commit495fc2c96ad7c79eff6ac548f7d5c40d0ac0043b (patch)
tree26c68cc37d9f2b4e85510c9e31b57755ea8dd44e /board_enable.c
parent43eac0394591a4f662d2793e8405226c3c69fdc4 (diff)
downloadast2050-flashrom-495fc2c96ad7c79eff6ac548f7d5c40d0ac0043b.zip
ast2050-flashrom-495fc2c96ad7c79eff6ac548f7d5c40d0ac0043b.tar.gz
Add board enable for ASUS A7V8X-MX
Use the same trick as for the MX-SE variant. Despite being mentioned as supported on http://flashrom.org/Supported_hardware flashrom fails to detect the flash chip without this. Corresponding to flashrom svn r1766. Signed-off-by: François Revol <revol@free.fr> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index acae0f1..d6435d6 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -2333,6 +2333,7 @@ const struct board_match board_matches[] = {
{0x8086, 0x2570, 0x1849, 0x2570, 0x8086, 0x24d3, 0x1849, 0x24d0, NULL, NULL, NULL, P3, "ASRock", "775i65G", 0, OK, intel_ich_gpio23_raise},
{0x10DE, 0x0060, 0x1043, 0x80AD, 0x10DE, 0x01E0, 0x1043, 0x80C0, NULL, NULL, NULL, P3, "ASUS", "A7N8X-VM/400", 0, OK, it8712f_gpio12_raise},
{0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3065, 0x1043, 0x80ED, NULL, NULL, NULL, P3, "ASUS", "A7V600-X", 0, OK, it8712f_gpio31_raise},
+ {0x1106, 0x3177, 0x1043, 0x80F9, 0x1106, 0x3205, 0x1043, 0x80F9, NULL, NULL, NULL, P3, "ASUS", "A7V8X-MX", 0, OK, w836xx_memw_enable_2e},
{0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, NULL, NULL, NULL, P3, "ASUS", "A7V8X-MX SE", 0, OK, w836xx_memw_enable_2e},
{0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, NULL, P3, "ASUS", "A7V8X", 0, OK, it8703f_gpio51_raise},
{0x1106, 0x3099, 0x1043, 0x807F, 0x1106, 0x3147, 0x1043, 0x808C, NULL, NULL, NULL, P3, "ASUS", "A7V333", 0, OK, it8703f_gpio51_raise},
OpenPOWER on IntegriCloud