summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-11-30 22:31:12 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-11-30 22:31:12 +0000
commit7fbbbb80d22c2e7d90048574a31c4acd2a948bf8 (patch)
treea69d830138454bf74534baf82cc493bfe7ac886f /print.c
parent592d99c98fe9743a68d0dc14487f306b879ee359 (diff)
downloadast2050-flashrom-7fbbbb80d22c2e7d90048574a31c4acd2a948bf8.zip
ast2050-flashrom-7fbbbb80d22c2e7d90048574a31c4acd2a948bf8.tar.gz
Add board enable for GIGABYTE GA-8SIMLFS 2.0
This board was used/sold by Fujitsu. The board enabled was tested (sadly with the wrong image, i.e. one of the GA-8SIMLH images directly from GIGABYTE instead of one from Fujitsu). Corresponding to flashrom svn r1855. 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 a522085..7528e32 100644
--- a/print.c
+++ b/print.c
@@ -818,6 +818,7 @@ const struct board_info boards_known[] = {
B("GIGABYTE", "GA-8IRML", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=1343", NULL),
B("GIGABYTE", "GA-8PE667 Ultra 2", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=1607", NULL),
B("GIGABYTE", "GA-8S648", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=1674", NULL),
+ B("GIGABYTE", "GA-8SIMLFS 2.0", OK, NULL, "This is an OEM board used by Fujitsu."),
B("GIGABYTE", "GA-8SIMLH", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=1399", NULL),
B("GIGABYTE", "GA-945PL-S3P (rev. 6.6)", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=2541", NULL),
B("GIGABYTE", "GA-965GM-S2 (rev. 2.0)", OK, "http://www.gigabyte.com/products/product-page.aspx?pid=2617", NULL),
OpenPOWER on IntegriCloud