Author: stefanct
Date: Sat Jun  1 02:06:12 2013
New Revision: 1675
URL: http://flashrom.org/trac/flashrom/changeset/1675

Log:
Change warning regarding protected ICH regions.

There is no good reason to collect further log files of locked Intel-
based boards. Forward affected users directly to an explanation in
the wiki instead.

Signed-off-by: Stefan Tauner <[email protected]>
Acked-by: Stefan Tauner <[email protected]>

Modified:
   trunk/ichspi.c

Modified: trunk/ichspi.c
==============================================================================
--- trunk/ichspi.c      Thu May 23 23:47:46 2013        (r1674)
+++ trunk/ichspi.c      Sat Jun  1 02:06:12 2013        (r1675)
@@ -1700,6 +1700,10 @@
                        /* Handle FREGx and FRAP registers */
                        for (i = 0; i < 5; i++)
                                ich_spi_rw_restricted |= ich9_handle_frap(tmp, 
i);
+                       if (ich_spi_rw_restricted)
+                               msg_pwarn("Not all flash regions are freely 
accessible by flashrom. This is "
+                                         "most likely\ndue to an active ME. 
Please see http://flashrom.org/ME "
+                                         "for details.\n");
                }
 
                /* Handle PR registers */
@@ -1711,11 +1715,6 @@
                }
 
                if (ich_spi_rw_restricted) {
-                       msg_pinfo("Please send a verbose log to "
-                                 "[email protected] if this board is not "
-                                 "listed on\n"
-                                 
"http://flashrom.org/Supported_hardware#Supported_mainboards "
-                                 "yet.\n");
                        if (!ich_spi_force)
                                programmer_may_write = 0;
                        msg_pinfo("Writes have been disabled for safety 
reasons. You can enforce write\n"

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

Reply via email to