Patchwork Mark the GIGABYTE GA-8I945GZME-RH / SST25LF040A.RES as supported

login
register
about
Submitter Uwe Hermann
Date 2011-06-16 21:38:38
Message ID <20110616213837.GB31121@greenwood>
Download mbox | patch
Permalink /patch/3155/
State Accepted
Headers show

Comments

Uwe Hermann - 2011-06-16 21:38:38
Hi,

see patch.

Not sure if I should mark the SST25VF040.REMS as supported too? The code
worked too, but it's not the correct chip, of course.


Uwe.
Uwe Hermann - 2011-09-07 20:21:39
On Thu, Jun 16, 2011 at 11:38:38PM +0200, Uwe Hermann wrote:
> Not sure if I should mark the SST25VF040.REMS as supported too? The code
> worked too, but it's not the correct chip, of course.
 
Committed the chip PREW and board entry in print.c in r1431. Whether or
not the dual chip detection issue can be fixed I don't know, comments
welcome.

 
Uwe.

Patch

Mark the GIGABYTE GA-8I945GZME-RH and SST25LF040A.RES as supported.

Success report:
http://www.flashrom.org/pipermail/flashrom/2011-June/006797.html

lspci and other info:
http://www.flashrom.org/pipermail/flashrom/2010-August/004531.html

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>

Index: flashchips.c
===================================================================
--- flashchips.c	(Revision 1339)
+++ flashchips.c	(Arbeitskopie)
@@ -5519,7 +5519,7 @@ 
 		.model_id	= SST_SST25VF040_REMS,
 		.total_size	= 512,
 		.page_size	= 256,
-		.tested		= TEST_OK_PROBE,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_spi_res2,
 		.probe_timing	= TIMING_ZERO,
 		.block_erasers	=
Index: print.c
===================================================================
--- print.c	(Revision 1339)
+++ print.c	(Arbeitskopie)
@@ -515,6 +515,7 @@ 
 	B("GIGABYTE",	"GA-7DXR",		1, "http://www.gigabyte.de/Products/Motherboard/Products_Spec.aspx?ProductID=1302", NULL),
 	B("GIGABYTE",	"GA-7VT600",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1666", NULL),
 	B("GIGABYTE",	"GA-7ZM",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1366", "Works fine if you remove jumper JP9 on the board and disable the flash protection BIOS option."),
+	B("GIGABYTE",	"GA-8I945GZME-RH",	1, "http://www.gigabyte.com/products/product-page.aspx?pid=2304", NULL),
 	B("GIGABYTE",	"GA-8IP775",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1830", NULL),
 	B("GIGABYTE",	"GA-8IRML",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1343", NULL),
 	B("GIGABYTE",	"GA-8PE667 Ultra 2",	1, "http://www.gigabyte.com/products/product-page.aspx?pid=1607", NULL),