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
commit8a425da77b37d20f9ba16bdf96d6bfc730bb88a4 (patch)
treeb7b4842e5bb8657d5ccb666a1aae28c79d0f6b2b /print.c
parent39fd6fb58c56207991dc0286a6562e7356a1e680 (diff)
downloadflashrom-8a425da77b37d20f9ba16bdf96d6bfc730bb88a4.zip
flashrom-8a425da77b37d20f9ba16bdf96d6bfc730bb88a4.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