Patchwork ASUS A7V333 board-enable

login
register
about
Submitter Uwe Hermann
Date 2010-09-11 21:26:52
Message ID <20100911212652.GJ19625@greenwood>
Download mbox | patch
Permalink /patch/1919/
State Accepted
Commit r1167
Headers show

Comments

Uwe Hermann - 2010-09-11 21:26:52
See patch.

Maybe we should rename board_asus_a7v8x() to it8703f_raise_gp51() or
the like, though.

lspci, superiotool, or flashrom -w logs attached.


Uwe.
Joshua Roys - 2010-09-14 14:36:04
On 09/11/2010 05:26 PM, Uwe Hermann wrote:
> See patch.
> 
> Maybe we should rename board_asus_a7v8x() to it8703f_raise_gp51() or
> the like, though.
> 
> lspci, superiotool, or flashrom -w logs attached.
> 
> 
> Uwe.
> 
> 

Hello,

I think renaming it would be a good idea.

Either way:
Acked-by: Joshua Roys <roysjosh@gmail.com>

Josh
Uwe Hermann - 2010-09-14 23:19:51
On Tue, Sep 14, 2010 at 10:36:04AM -0400, Joshua Roys wrote:
> Acked-by: Joshua Roys <roysjosh@gmail.com>

Thanks, r1167 with renamed function.


Uwe.

Patch

Board-enable for the ASUS A7V333.

The board-enable is the same as for the ASUS A7V8X, i.e., it raises
GP51 on the ITE IT8703F. I verified using a multimeter that this
will raise both, WE# and TBL# on the flash chip.

All operations successfully tested on hardware.

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

Index: print.c
===================================================================
--- print.c	(Revision 1158)
+++ print.c	(Arbeitskopie)
@@ -313,6 +313,7 @@ 
 	B("ASUS",	"A7N8X Deluxe",		1, "http://www.asus.com/product.aspx?P_ID=wAsRYm41KTp78MFC", NULL),
 	B("ASUS",	"A7N8X-E Deluxe",	1, "http://www.asus.com/product.aspx?P_ID=TmQtPJv4jIxmL9C2", NULL),
 	B("ASUS",	"A7V133",		1, "ftp://ftp.asus.com.tw/pub/ASUS/mb/socka/kt133a/a7v133/", NULL),
+	B("ASUS",	"A7V333",		1, "ftp://ftp.asus.com.tw/pub/asus/mb/socka/kt333/a7v333/", NULL),
 	B("ASUS",	"A7V400-MX",		1, "http://www.asus.com/product.aspx?P_ID=hORgEHRBDLMfwAwx", NULL),
 	B("ASUS",	"A7V600-X",		1, "http://www.asus.com/product.aspx?P_ID=L2XYS0rmtCjeOr4k", NULL),
 	B("ASUS",	"A7V8X",		1, "http://www.asus.com/product.aspx?P_ID=qfpaGrAy2kLVo0f2", NULL),
Index: board_enable.c
===================================================================
--- board_enable.c	(Revision 1158)
+++ board_enable.c	(Arbeitskopie)
@@ -1628,6 +1628,7 @@ 
 
 /*
  * Suited for:
+ *  - ASUS A7V333: VIA KT333 + VT8233A + IT8703F
  *  - ASUS A7V8X: VIA KT400 + VT8235 + IT8703F
  */
 static int board_asus_a7v8x(void)
@@ -1794,6 +1795,7 @@ 
 	{0x1106, 0x3189, 0x1043, 0x807F,  0x1106, 0x3065, 0x1043, 0x80ED, NULL,          NULL,         NULL,          "ASUS",        "A7V600-X",              0,   OK, it8712f_gpio3_1_raise},
 	{0x1106, 0x3177, 0x1043, 0x80A1,  0x1106, 0x3205, 0x1043, 0x8118, NULL,          NULL,         NULL,          "ASUS",        "A7V8X-MX SE",           0,   OK, w836xx_memw_enable_2e},
 	{0x1106, 0x3189, 0x1043, 0x807F,  0x1106, 0x3177, 0x1043, 0x808C, NULL,          NULL,         NULL,          "ASUS",        "A7V8X",                 0,   OK, board_asus_a7v8x},
+	{0x1106, 0x3099, 0x1043, 0x807F,  0x1106, 0x3147, 0x1043, 0x808C, NULL,          NULL,         NULL,          "ASUS",        "A7V333",                0,   OK, board_asus_a7v8x},
 	{0x1106, 0x3189, 0x1043, 0x807F,  0x1106, 0x3177, 0x1043, 0x80A1, NULL,          NULL,         NULL,          "ASUS",        "A7V8X-X",               0,   OK, it8712f_gpio3_1_raise},
 	{0x8086, 0x27A0, 0x1043, 0x1287,  0x8086, 0x27DF, 0x1043, 0x1287, "^A8J",        NULL,         NULL,          "ASUS",        "A8Jm",                  0,   NT, intel_ich_gpio34_raise},
 	{0x10DE, 0x0260, 0x103c, 0x2a3e,  0x10DE, 0x0264, 0x103c, 0x2a3e, "NAGAMI2L",    NULL,         NULL,          "ASUS",        "A8N-LA (Nagami-GL8E)",  0,   OK, nvidia_mcp_gpio0_raise},