Author: mkarcher
Date: Wed Mar 24 23:56:23 2010
New Revision: 980
URL: http://flashrom.org/trac/coreboot/changeset/980

Log:
Flashrom works on Acer Aspire 1520 (Laptop) with W39V040A

See http://www.coreboot.org/pipermail/flashrom/2010-March/002451.html

Thanks to Paweł Stawicki for reporting!

Signed-off-by: Michael Karcher <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>

Modified:
   trunk/flashchips.c
   trunk/print.c
   trunk/print_wiki.c

Modified: trunk/flashchips.c
==============================================================================
--- trunk/flashchips.c  Wed Mar 24 23:56:19 2010        (r979)
+++ trunk/flashchips.c  Wed Mar 24 23:56:23 2010        (r980)
@@ -5738,7 +5738,7 @@
                .total_size     = 512,
                .page_size      = 64 * 1024,
                .feature_bits   = FEATURE_EITHER_RESET,
-               .tested         = TEST_UNTESTED,
+               .tested         = TEST_OK_PRW,
                .probe          = probe_jedec,
                .probe_timing   = 10, 
                .block_erasers  =

Modified: trunk/print.c
==============================================================================
--- trunk/print.c       Wed Mar 24 23:56:19 2010        (r979)
+++ trunk/print.c       Wed Mar 24 23:56:23 2010        (r980)
@@ -395,6 +395,7 @@
 const struct board_info laptops_ok[] = {
        /* Verified working laptops. */
        { "Lenovo",             "3000 V100 TF05Cxx", },
+       { "Acer",               "Aspire 1520",          
"http://support.acer.com/us/en/acerpanam/notebook/0000/Acer/Aspire1520/Aspire1520nv.shtml";
 },
 
        {},
 };

Modified: trunk/print_wiki.c
==============================================================================
--- trunk/print_wiki.c  Wed Mar 24 23:56:19 2010        (r979)
+++ trunk/print_wiki.c  Wed Mar 24 23:56:23 2010        (r980)
@@ -289,6 +289,7 @@
        { "Sun",                "Fire x4600",           
"http://www.sun.com/servers/x64/x4600/"; },
 
        /* Verified working laptops. */
+       { "Acer",               "Aspire 1520",          
"http://support.acer.com/us/en/acerpanam/notebook/0000/Acer/Aspire1520/Aspire1520nv.shtml";
 },
        { "Lenovo",             "3000 V100 TF05Cxx",    
"http://www5.pc.ibm.com/europe/products.nsf/products?openagent&brand=Lenovo3000Notebook&series=Lenovo+3000+V+Series#viewallmodelstop";
 },
 
        /* Verified non-working laptops (for now). */

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

Reply via email to