summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-24 22:56:23 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-24 22:56:23 +0000
commitd32489073f5c9a9b00300737b0d9befe1c4519b3 (patch)
treeccd08270556a44a17de04975112cdac0e44e98f5
parent3639ff474130fafc9575c242b8b22f5005d472a3 (diff)
downloadflashrom-d32489073f5c9a9b00300737b0d9befe1c4519b3.tar.gz
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 <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@980 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--flashchips.c2
-rw-r--r--print.c1
-rw-r--r--print_wiki.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index d550808..c65932a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5738,7 +5738,7 @@ struct flashchip flashchips[] = {
.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 =
diff --git a/print.c b/print.c
index 5b54ab9..0b2adff 100644
--- a/print.c
+++ b/print.c
@@ -395,6 +395,7 @@ const struct board_info boards_bad[] = {
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" },
{},
};
diff --git a/print_wiki.c b/print_wiki.c
index f134ef3..cc93c93 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -289,6 +289,7 @@ const struct board_info_url boards_url[] = {
{ "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). */