diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-03-14 08:10:02 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2014-03-14 08:10:02 +0000 |
commit | 3ad20855160ae786fd4acf1bb38fc98a6c7b93f1 (patch) | |
tree | 26c68cc37d9f2b4e85510c9e31b57755ea8dd44e /board_enable.c | |
parent | 96a1a1d392d368ac8eec0a402ecf531b52232548 (diff) | |
download | flashrom-3ad20855160ae786fd4acf1bb38fc98a6c7b93f1.zip flashrom-3ad20855160ae786fd4acf1bb38fc98a6c7b93f1.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.
Binary file (standard input) matches
Corresponding to flashrom svn r1766.
Diffstat (limited to 'board_enable.c')
-rw-r--r-- | board_enable.c | 1 |
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}, |