summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-10-26 17:02:03 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-10-26 17:02:03 +0000
commit2c5b65eb197cf149b56caff68f6d0442cb99d10f (patch)
treeb7b4842e5bb8657d5ccb666a1aae28c79d0f6b2b /print.c
parent92d6a861ce0e4727c911fd8d6aeba312b805f765 (diff)
downloadast2050-flashrom-2c5b65eb197cf149b56caff68f6d0442cb99d10f.zip
ast2050-flashrom-2c5b65eb197cf149b56caff68f6d0442cb99d10f.tar.gz
Add board enable for abit BF6
Because the board does not have any PCI subsystem IDs set and the DMI strings are not very specific at all, autodetection has been disabled. The GPIO was found by roxfan and the patch tested on hardware by Gelip, thanks! Corresponding to flashrom svn r1762. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index 6766eeb..dc55e9b 100644
--- a/print.c
+++ b/print.c
@@ -530,6 +530,7 @@ const struct board_info boards_known[] = {
B("abit", "AN-M2", OK, NULL, NULL),
B("abit", "AV8", OK, NULL, NULL),
B("abit", "AX8", OK, NULL, NULL),
+ B("abit", "BF6", OK, NULL, NULL),
B("abit", "BM6", OK, NULL, NULL),
B("abit", "Fatal1ty F-I90HD", OK, NULL, NULL),
B("abit", "IC7", OK, NULL, NULL),
OpenPOWER on IntegriCloud