mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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>
This commit is contained in:
1
print.c
1
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),
|
||||
|
Reference in New Issue
Block a user