[flashrom] Board enable for MSI MS-6788-040 (848P Neo-V)

Maciej Pijanka maciej.pijanka at gmail.com
Sun Jun 5 10:23:15 CEST 2011


On Sat, 21 May 2011, Stefan Tauner wrote:

> On Wed, 20 Apr 2011 21:59:57 +0200
> Idwer Vollering <vidwer at gmail.com> wrote:
> 
> > 2010/12/26 Maciej Pijanka <maciej.pijanka at gmail.com>:
> > > Hello
> > >
> > > Its a boardenable patch based on Michael's work for MSI MS-6788-04.
> > 
> > This appears to work:
> > http://www.flashrom.org/pipermail/flashrom/2010-December/005642.html
> > 
> > If you update your patch (to trunk), add a sign-off and resend:
> > Acked-by: Idwer Vollering <vidwer at gmail.com>

Seems i did that patch so i should be guilty, patch in attachment, splitted into two parts
first is board enable, second is change state of chip status  which sneaked into first patch
it in fact works for me for many months just never got commited as working to repository.

Signed off: Maciej Pijanka <maciej.pijanka at gmail.com>

> 
> i will mark W39V040FA as fully supported and will commit that later. i
> havent checked if this is the one changed in the original (board enable)
> patch (not enough context in the patch and too lazy atm :)
> 
> maciej (or michael) please add a correct signed-off line so that we can
> get this in. tia!
> 
> -- 
> Kind regards/Mit freundlichen Grüßen, Stefan Tauner

-- 
Maciej Pijanka
I don't fear computers, I fear lack of them -- Isaac Asimov
-------------- next part --------------
Index: board_enable.c
===================================================================
--- board_enable.c	(revision 1247)
+++ board_enable.c	(working copy)
@@ -1524,6 +1524,7 @@
  * Suited for:
  *  - P4SD-LA (HP OEM): i865 + ICH5
  *  - GIGABYTE GA-8PE667 Ultra 2: socket 478 + i845PE + ICH4
+ *  - MSI MS-6788-40 (aka 848P Neo-V)
  */
 static int intel_ich_gpio32_raise(void)
 {
@@ -1968,6 +1969,7 @@
 	{0x1106, 0x3149, 0x1462, 0x7061,  0x1106, 0x3227,      0,      0, NULL,          NULL,         NULL,          "MSI",         "MS-7061 (KM4M-V/KM4AM-V)", 0,   OK, w836xx_memw_enable_2e},
 	{0x10DE, 0x005E, 0x1462, 0x7135,  0x10DE, 0x0050, 0x1462, 0x7135, NULL,          "msi",        "k8n-neo3",    "MSI",         "MS-7135 (K8N Neo3)",    0,   OK, w83627thf_gpio44_raise_4e},
 	{0x10DE, 0x0270, 0x1462, 0x7207,  0x10DE, 0x0264, 0x1462, 0x7207, NULL,          NULL,         NULL,          "MSI",         "MS-7207 (K8NGM2-L)",    0,   NT, nvidia_mcp_gpio2_raise},
+	{0x8086, 0x24d3, 0x1462, 0x7880,  0x8086, 0x2570, 0x0000, 0x0000, NULL,	         NULL,         NULL,          "MSI",         "MS-6788-040 (848P NeoV)",  0,   NT, intel_ich_gpio32_raise},
 	{0x1011, 0x0019, 0xaa55, 0xaa55,  0x8086, 0x7190,      0,      0, NULL,          NULL,         NULL,          "Nokia",       "IP530",                 0,   OK, fdc37b787_gpio50_raise_3f0},
 	{0x8086, 0x24d3, 0x144d, 0xb025,  0x8086, 0x1050, 0x144d, 0xb025, NULL,          NULL,         NULL,          "Samsung",     "Polaris 32",            0,   OK, intel_ich_gpio21_raise},
 	{0x1106, 0x3099,      0,      0,  0x1106, 0x3074,      0,      0, NULL,          "shuttle",    "ak31",        "Shuttle",     "AK31",                  0,   OK, w836xx_memw_enable_2e},
-------------- next part --------------
Index: flashchips.c
===================================================================
--- flashchips.c	(revision 1247)
+++ flashchips.c	(working copy)
@@ -1634,7 +1634,7 @@
 		.total_size	= 64,
 		.page_size	= 128,
 		.feature_bits	= FEATURE_LONG_RESET,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_jedec,
 		.probe_timing	= 10000, /* 10mS, Enter=Exec */
 		.block_erasers	=


More information about the flashrom mailing list