aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorJoshua Roys <roysjosh@gmail.com>2011-11-02 14:31:18 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-11-02 14:31:18 +0000
commitb992d3433974479909e6fd584dd798d4badf27b9 (patch)
treeadde971812a004c9a0539b9726cec5b780dffa10 /print.c
parenta4f1447e184b19125f4a3e2887e5ca1a67b7c61a (diff)
downloadflashrom-b992d3433974479909e6fd584dd798d4badf27b9.tar.gz
flashrom-b992d3433974479909e6fd584dd798d4badf27b9.tar.bz2
flashrom-b992d3433974479909e6fd584dd798d4badf27b9.zip
Add board enable for Sun Ultra 40 M2
Failure report with logs: http://www.flashrom.org/pipermail/flashrom/2011-October/008158.html Success report: http://paste.flashrom.org/view.php?id=889 Corresponding to flashrom svn r1458. Signed-off-by: Joshua Roys <roysjosh@gmail.com> 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 05eee9f6..62904c94 100644
--- a/print.c
+++ b/print.c
@@ -846,6 +846,7 @@ const struct board_info boards_known[] = {
B("Sun", "Fire x4200", 0, "http://www.sun.com/servers/entry/x4200/", "No public report found. May work now."),
B("Sun", "Fire x4540", 0, "http://www.sun.com/servers/x64/x4540/", "No public report found. May work now."),
B("Sun", "Fire x4600", 0, "http://www.sun.com/servers/x64/x4600/", "No public report found. May work now."),
+ B("Sun", "Ultra 40 M2", 1, "http://download.oracle.com/docs/cd/E19127-01/ultra40.ws/820-0123-13/intro.html", NULL),
B("Supermicro", "H8QC8", 1, "http://www.supermicro.com/Aplus/motherboard/Opteron/nforce/H8QC8.cfm", NULL),
B("Supermicro", "X5DP8-G2", 1, "http://www.supermicro.com/products/motherboard/Xeon/E7501/X5DP8-G2.cfm", NULL),
B("Supermicro", "X7DBT-INF", 1, "http://www.supermicro.com/products/motherboard/Xeon1333/5000P/X7DBT-INF.cfm", NULL),