[flashrom] [PATCH] Add success reports

Michael Karcher flashrom at mkarcher.dialup.fu-berlin.de
Thu Mar 25 01:28:07 CET 2010


PMC Pm39LV010:
 See http://www.coreboot.org/pipermail/flashrom/2010-March/002711.html
 Thanks to Tim Small for reporting!

Supermicro X8DTT-F:
 See http://www.coreboot.org/pipermail/flashrom/2010-March/002707.html
 Thank to Taylan Develioglu for testing!

Gigabyte GA-965P-DS4:
 See http://www.coreboot.org/pipermail/flashrom/2010-March/002426.html
 Thanks to Michal Andrzejczak for reporting!

Tyan Tempest i5000PW:
 See http://www.coreboot.org/pipermail/flashrom/2010-February/002358.html
 Thanks to Rob Lazzurs for reporting!

PCEngines WRAP.2E:
 See http://www.coreboot.org/pipermail/flashrom/2010-February/002187.html
 Thanks to Vincenzo Caruso for testing!

Asus P5B:
 This board has been reporting as working (for r710/0.9.1) in:
 http://www.coreboot.org/pipermail/flashrom/2010-February/002170.html
 Thanks to Patrice Levesque for testing!

MSI 7312 (K9MM-V) + W39V040B:
 See http://www.coreboot.org/pipermail/flashrom/2010-February/002159.html
 Thanks to David Mears for testing.

Probe + Read on SST49LF080A:
 See http://www.coreboot.org/pipermail/flashrom/2010-February/002095.html
 Thanks to Peter Lemenkov for testing!

Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
---
 flashchips.c |    6 +++---
 print.c      |    7 ++++++-
 print_wiki.c |    7 ++++++-
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/flashchips.c b/flashchips.c
index c65932a..2dbc1e0 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3330,7 +3330,7 @@ struct flashchip flashchips[] = {
 		.total_size	= 128,
 		.page_size	= 4096,
 		.feature_bits	= FEATURE_ADDR_2AA | FEATURE_EITHER_RESET,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PRW,
 		.probe		= probe_jedec,
 		.probe_timing	= TIMING_ZERO,	/* Datasheet has no timing info specified */
 		.block_erasers	=
@@ -4418,7 +4418,7 @@ struct flashchip flashchips[] = {
 		.total_size	= 1024,
 		.page_size	= 4096,
 		.feature_bits	= FEATURE_EITHER_RESET,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PR,
 		.probe		= probe_jedec,
 		.probe_timing	= TIMING_FIXME, 
 		.block_erasers	=
@@ -5764,7 +5764,7 @@ struct flashchip flashchips[] = {
 		.total_size	= 512,
 		.page_size	= 64 * 1024,
 		.feature_bits	= FEATURE_EITHER_RESET,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PRW,
 		.probe		= probe_jedec,
 		.probe_timing	= 10, 
 		.block_erasers	=
diff --git a/print.c b/print.c
index 32a72d3..23096b5 100644
--- a/print.c
+++ b/print.c
@@ -287,6 +287,7 @@ const struct board_info boards_ok[] = {
 	{ "ASUS",		"P2B-DS", },
 	{ "ASUS",		"P2B-F", },
 	{ "ASUS",		"P2L97-S", },
+	{ "ASUS",		"P5B", },
 	{ "ASUS",		"P5B-Deluxe", },
 	{ "ASUS",		"P5KC", },
 	{ "ASUS",		"P5L-MX", },
@@ -301,6 +302,7 @@ const struct board_info boards_ok[] = {
 	{ "GIGABYTE",		"GA-6BXDU", },
 	{ "GIGABYTE",		"GA-6ZMA", },
 	{ "GIGABYTE",		"GA-7ZM", },
+	{ "GIGABYTE",		"GA-965P-DS4", },
 	{ "GIGABYTE",		"GA-EP35-DS3L", },
 	{ "GIGABYTE",		"GA-EX58-UD4P", },
 	{ "GIGABYTE",		"GA-MA69VM-S2", },
@@ -317,6 +319,7 @@ const struct board_info boards_ok[] = {
 	{ "MSI",		"MS-7168 (Orion)", },
 	{ "MSI",		"MS-7236 (945PL Neo3)", },
 	{ "MSI",		"MS-7255 (P4M890M)", },
+	{ "MSI",		"MS-7312 (K9MM-V)", },
 	{ "MSI",		"MS-7345 (P35 Neo2-FIR)", },
 	{ "MSI",		"MS-7368 (K9AG Neo2-Digital)", },
 	{ "MSI",                "MS-7376 (K9A2 Platinum)", },
@@ -326,10 +329,12 @@ const struct board_info boards_ok[] = {
 	{ "PC Engines",		"Alix.2c3", },
 	{ "PC Engines",		"Alix.3c3", },
 	{ "PC Engines",		"Alix.3d3", },
+	{ "PC Engines",		"Alix.3d3", },
 	{ "RCA",		"RM4100", },
 	{ "Shuttle",            "FD37", },
 	{ "Sun",		"Blade x6250", },
 	{ "Supermicro",		"H8QC8", },
+	{ "Supermicro",		"X8DTT-F", },
 	{ "Thomson",		"IP1000", },
 	{ "TriGem",		"Lomita", },
 	{ "T-Online",		"S-100", },
@@ -352,6 +357,7 @@ const struct board_info boards_ok[] = {
 	{ "Tyan",		"S5375", },
 	{ "Tyan",		"S5376G2NR/S5376WAG2NR", },
 	{ "Tyan",		"S5377", },
+	{ "Tyan",		"S5382 (Tempest i5000PW)", },
 	{ "Tyan",		"S5397", },
 	{ "VIA",		"EPIA-CN", },
 	{ "VIA",		"EPIA-EX15000G", },
@@ -374,7 +380,6 @@ const struct board_info boards_bad[] = {
 	{ "ASUS",		"MEW-AM", },
 	{ "ASUS",		"MEW-VM", },
 	{ "ASUS",		"P3B-F", },
-	{ "ASUS",		"P5B", },
 	{ "ASUS",		"P5BV-M", },
 	{ "Biostar",		"M6TBA", },
 	{ "Boser",		"HS-6637", },
diff --git a/print_wiki.c b/print_wiki.c
index cc93c93..7bd5af7 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -144,6 +144,7 @@ const struct board_info_url boards_url[] = {
 	{ "GIGABYTE",		"GA-6BXC",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1445" },
 	{ "GIGABYTE",		"GA-6BXDU",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1429" },
 	{ "GIGABYTE",		"GA-6ZMA",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1541" },
+	{ "GIGABYTE",		"GA-965P-DS4",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2288" },
 	{ "GIGABYTE",		"GA-EX58-UD4P",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2986" },
 	{ "GIGABYTE",		"GA-EP35-DS3L",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2778" },
 	{ "GIGABYTE",		"GA-MA69VM-S2",		"http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2500" },
@@ -161,6 +162,7 @@ const struct board_info_url boards_url[] = {
 	{ "MSI",		"MS-7236 (945PL Neo3)",	"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1173" },
 	{ "MSI",		"MS-7255 (P4M890M)",	"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1082" },
 	{ "MSI",		"MS-7345 (P35 Neo2-FIR)","http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1261" },
+	{ "MSI",		"MS-7312 (K9MM-V)",	"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1104" },
 	{ "MSI",		"MS-7368 (K9AG Neo2-Digital)", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1241" },
 	{ "MSI",		"MS-7376 (K9A2 Platinum)", "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1332" },
 	{ "NEC",		"PowerMate 2000",	"http://support.necam.com/mobilesolutions/hardware/Desktops/pm2000/celeron/" },
@@ -169,10 +171,12 @@ const struct board_info_url boards_url[] = {
 	{ "PC Engines",		"Alix.2c3",		"http://pcengines.ch/alix2c3.htm" },
 	{ "PC Engines",		"Alix.3c3",		"http://pcengines.ch/alix3c3.htm" },
 	{ "PC Engines",		"Alix.3d3",		"http://pcengines.ch/alix3d3.htm" },
+	{ "PC Engines",		"WRAP.2E",		"http://pcengines.ch/wrap2e1.htm" },
 	{ "RCA",		"RM4100",		"http://www.settoplinux.org/index.php?title=RCA_RM4100" },
 	{ "Shuttle",		"FD37",			"http://www.shuttle.eu/products/discontinued/barebones/sd37p2/" },
 	{ "Sun",		"Blade x6250",		"http://www.sun.com/servers/blades/x6250/" },
 	{ "Supermicro",		"H8QC8",		"http://www.supermicro.com/Aplus/motherboard/Opteron/nforce/H8QC8.cfm" },
+	{ "Supermicro",		"X8DTT-F",		"http://www.supermicro.com/products/motherboard/QPI/5500/X8DTT-F.cfm" },
 	{ "Tekram",		"P6Pro-A5",		"http://www.motherboard.cz/mb/tekram/P6Pro-A5.htm" },
 	{ "Thomson",		"IP1000",		"http://www.settoplinux.org/index.php?title=Thomson_IP1000" },
 	{ "TriGem",		"Lomita",		"http://www.e4allupgraders.info/dir1/motherboards/socket370/lomita.shtml" },
@@ -196,6 +200,7 @@ const struct board_info_url boards_url[] = {
 	{ "Tyan",		"S5375",		"http://www.tyan.com/product_board_detail.aspx?pid=566" },
 	{ "Tyan",		"S5376G2NR/S5376WAG2NR","http://www.tyan.com/product_board_detail.aspx?pid=605" },
 	{ "Tyan",		"S5377",		"http://www.tyan.com/product_SKU_spec.aspx?ProductType=MB&pid=642&SKU=600000017" },
+	{ "Tyan",		"S5382 (Tempest i5000PW)", "http://www.tyan.com/product_board_detail.aspx?pid=439" },
 	{ "Tyan",		"S5397",		"http://www.tyan.com/product_board_detail.aspx?pid=560" },
 	{ "VIA",		"EPIA-EX15000G",	"http://www.via.com.tw/en/products/embedded/ProductDetail.jsp?productLine=1&motherboard_id=450" },
 	{ "VIA",		"EPIA-LN",		"http://www.via.com.tw/en/products/mainboards/motherboards.jsp?motherboard_id=473" },
@@ -227,6 +232,7 @@ const struct board_info_url boards_url[] = {
 	{ "ASUS",		"P4P800-E Deluxe",	"http://www.asus.com/product.aspx?P_ID=INIJUvLlif7LHp3g" },
 	{ "ASUS",		"P5ND2-SLI Deluxe",	"http://www.asus.com/product.aspx?P_ID=WY7XroDuUImVbgp5" },
 	{ "ASUS",		"P5A",			"ftp://ftp.asus.com.tw/pub/ASUS/mb/sock7/ali/p5a/" },
+	{ "ASUS",		"P5B",			"ftp://ftp.asus.com.tw/pub/ASUS/mb/socket775/P5B/" },
 	{ "Biostar",		"P4M80-M4",		"http://www.biostar-usa.com/mbdetails.asp?model=p4m80-m4" },
 	{ "Dell",		"PowerEdge 1850",	"http://support.dell.com/support/edocs/systems/pe1850/en/index.htm" },
 	{ "Elitegroup",		"K7S6A",		"http://www.ecs.com.tw/ECSWebSite/Products/ProductsDetail.aspx?detailid=77&CategoryID=1&DetailName=Specification&MenuID=52&LanID=0" },
@@ -274,7 +280,6 @@ const struct board_info_url boards_url[] = {
 	{ "ASUS",		"MEW-AM",		"ftp://ftp.asus.com.tw/pub/ASUS/mb/sock370/810/mew-am/" },
 	{ "ASUS",		"MEW-VM",		"http://www.elhvb.com/mboards/OEM/HP/manual/ASUS%20MEW-VM.htm" },
 	{ "ASUS",		"P3B-F",		"ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p3b-f/" },
-	{ "ASUS",		"P5B",			"ftp://ftp.asus.com.tw/pub/ASUS/mb/socket775/P5B/" },
 	{ "ASUS",		"P5BV-M",		"ftp://ftp.asus.com.tw/pub/ASUS/mb/socket775/P5B-VM/" },
 	{ "Biostar",		"M6TBA",		"ftp://ftp.biostar-usa.com/manuals/M6TBA/" },
 	{ "Boser",		"HS-6637",		"http://www.boser.com.tw/manual/HS-62376637v3.4.pdf" },
-- 
1.7.0





More information about the flashrom mailing list