On Tue, 06 Mar 2012 13:41:58 +0400
Андрей Тимираев <[email protected]> wrote:

> [darkprof@SUT tusl-2c]$ sudo flashrom -w 1014tc.001 

Hello Андрей!

Your board needs a small piece of code that disables the write
protection pin of the flash chip. In flashrom this is called a board
enable (see http://flashrom.org/Board_Enable for more details).

Please try attached patch and report back. If it does *not* work, please
send the "flashrom -V -w <file>" output and also the output of lspci -nnvvvxxx 
(run as
root), thanks.

-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner
>From 4df237d340416aa424f93ca4a9d9b4dd719ed02f Mon Sep 17 00:00:00 2001
From: Stefan Tauner <[email protected]>
Date: Wed, 7 Mar 2012 01:16:11 +0100
Subject: [PATCH] Add board enable for ASUS TUSL2-C

Primary IDs SMBus controller, Secondary IDs MCH.
With implicit courtesy of Micheal 'awesome' Kracher :)

Signed-off-by: Stefan Tauner <[email protected]>
---
 board_enable.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/board_enable.c b/board_enable.c
index d9e26bc..947a35e 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -2173,6 +2173,7 @@ const struct board_match board_matches[] = {
 	{0x10DE, 0x0260, 0x1043, 0x81BC,  0x10DE, 0x026C, 0x1043, 0x829E, "^P5N-D$",    NULL, NULL,           P3, "ASUS",        "P5N-D",                 0,   OK, it8718f_gpio63_raise},
 	{0x10DE, 0x0260, 0x1043, 0x81BC,  0x10DE, 0x026C, 0x1043, 0x8249, "^P5N-E SLI$",NULL, NULL,           P3, "ASUS",        "P5N-E SLI",             0,   NT, it8718f_gpio63_raise},
 	{0x8086, 0x24dd, 0x1043, 0x80a6,  0x8086, 0x2570, 0x1043, 0x8157, NULL,         NULL, NULL,           P3, "ASUS",        "P5PE-VM",               0,   OK, intel_ich_gpio21_raise},
+	{0x8086, 0x2443, 0x1043, 0x8027,  0x8086, 0x1130, 0x1043, 0x8027, NULL,         NULL, NULL,           P3, "ASUS",        "TUSL2-C",               0,   OK, intel_ich_gpio21_raise},
 	{0x10b7, 0x9055, 0x1028, 0x0082,  0x8086, 0x7190,      0,      0, NULL,         NULL, NULL,           P3, "Dell",        "OptiPlex GX1",          0,   OK, intel_piix4_gpo30_lower},
 	{0x8086, 0x3590, 0x1028, 0x016c,  0x1000, 0x0030, 0x1028, 0x016c, NULL,         NULL, NULL,           P3, "Dell",        "PowerEdge 1850",        0,   OK, intel_ich_gpio23_raise},
 	{0x10de, 0x03ea, 0x1019, 0x2602,  0x10de, 0x03e0, 0x1019, 0x2602, NULL,         NULL, NULL,           P3, "Elitegroup",  "GeForce6100SM-M",       0,   OK, board_ecs_geforce6100sm_m},
-- 
1.7.1

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to