[flashrom] [PATCH] Clean up bad board list

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Fri Aug 21 19:18:47 CEST 2009


Hi,

while going through the bad board list, I noticed that some boards
either have no public test reports, are classified incorrectly or have
chipset instead of board problems. None of them should be listed.

Chipset problem, not board related:
"ASUS" "M3N78 Pro"

Flashrom works with coreboot, fails only under factory BIOS:
"MSI" "MS-7260 (K9N Neo)"

No report:
"FIC" "VA-502"
"PCCHIPS" "M537DMA33"
"Soyo" "SY-5VD"

Our 0.9.1 release should look good.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Index: flashrom-badboard_cleanup/print.c
===================================================================
--- flashrom-badboard_cleanup/print.c	(Revision 694)
+++ flashrom-badboard_cleanup/print.c	(Arbeitskopie)
@@ -420,7 +420,6 @@
  
 	/* Verified non-working boards (for now). */
 	{ "Abit",		"IS-10",		"http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=IS-10&fMTYPE=Socket+478" },
-	{ "ASUS",		"M3N78 Pro",		"http://www.asus.com/product.aspx?P_ID=DVvm9CU0G1bCC4gp" },
 	{ "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/" },
@@ -429,11 +428,7 @@
 	{ "Biostar",		"M6TBA",		"ftp://ftp.biostar-usa.com/manuals/M6TBA/" },
 	{ "Boser",		"HS-6637",		"http://www.boser.com.tw/manual/HS-62376637v3.4.pdf" },
 	{ "DFI",		"855GME-MGF",		"http://www.dfi.com.tw/portal/CM/cmproduct/XX_cmproddetail/XX_WbProdsWindow?action=e&downloadType=&windowstate=normal&mode=view&downloadFlag=false&itemId=433" },
-	{ "FIC",		"VA-502",		"ftp://ftp.fic.com.tw/motherboard/manual/socket7/va-502/" },
 	{ "MSI",		"MS-6178",		"http://www.msi-technology.de/index.php?func=proddesc&prod_no=343&maincat_no=1" },
-	{ "MSI",		"MS-7260 (K9N Neo)",	"http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=255" },
-	{ "PCCHIPS",		"M537DMA33",		"http://motherboards.mbarron.net/models/pcchips/m537dma.htm" },
-	{ "Soyo",		"SY-5VD",		"http://www.soyo.com/content/Downloads/163/&c=80&p=464&l=English" },
 	{ "Sun",		"Fire x4540",		"http://www.sun.com/servers/x64/x4540/" },
 	{ "Sun",		"Fire x4150",		"http://www.sun.com/servers/x64/x4150/" },
 	{ "Sun",		"Fire x4200",		"http://www.sun.com/servers/entry/x4200/" },
@@ -466,9 +461,7 @@
 	{ "Acer",		"Aspire One",		"See http://www.coreboot.org/pipermail/coreboot/2009-May/048041.html." },
 
 	/* Verified non-working boards (for now). */
-	{ "ASUS",		"M3N78 Pro",		"SPI flash translation seems to be done in the NVIDIA MCP78 southbridge, but we don't have MCP78 datasheets." },
 	{ "MSI",		"MS-6178",		"Immediately powers off if you try to hot-plug the chip. However, this does '''not''' happen if you use coreboot." },
-	{ "MSI",		"MS-7260 (K9N Neo)",	"Interestingly flashrom does not work when the vendor BIOS is booted, but it ''does'' work flawlessly when the machine is booted with coreboot." },
 
 	/* Verified working laptops. */
 	/* None which need comments, yet... */
Index: flashrom-badboard_cleanup/board_enable.c
===================================================================
--- flashrom-badboard_cleanup/board_enable.c	(Revision 694)
+++ flashrom-badboard_cleanup/board_enable.c	(Arbeitskopie)
@@ -1054,7 +1054,6 @@
 const struct board_info boards_bad[] = {
 	/* Verified non-working boards (for now). */
 	{ "Abit",		"IS-10", },
-	{ "ASUS",		"M3N78 Pro", },
 	{ "ASUS",		"MEW-AM", },
 	{ "ASUS",		"MEW-VM", },
 	{ "ASUS",		"P3B-F", },
@@ -1063,11 +1062,7 @@
 	{ "Biostar",		"M6TBA", },
 	{ "Boser",		"HS-6637", },
 	{ "DFI",		"855GME-MGF", },
-	{ "FIC",		"VA-502", },
 	{ "MSI",		"MS-6178", },
-	{ "MSI",		"MS-7260 (K9N Neo)", },
-	{ "PCCHIPS",		"M537DMA33", },
-	{ "Soyo",		"SY-5VD", },
 	{ "Sun",		"Fire x4150", },
 	{ "Sun",		"Fire x4200", },
 	{ "Sun",		"Fire x4540", },


-- 
http://www.hailfinger.org/





More information about the flashrom mailing list