mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
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! Corresponding to flashrom svn r980. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
parent
c85fa45805
commit
3355f06978
@ -5738,7 +5738,7 @@ struct flashchip flashchips[] = {
|
|||||||
.total_size = 512,
|
.total_size = 512,
|
||||||
.page_size = 64 * 1024,
|
.page_size = 64 * 1024,
|
||||||
.feature_bits = FEATURE_EITHER_RESET,
|
.feature_bits = FEATURE_EITHER_RESET,
|
||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_OK_PRW,
|
||||||
.probe = probe_jedec,
|
.probe = probe_jedec,
|
||||||
.probe_timing = 10,
|
.probe_timing = 10,
|
||||||
.block_erasers =
|
.block_erasers =
|
||||||
|
1
print.c
1
print.c
@ -395,6 +395,7 @@ const struct board_info boards_bad[] = {
|
|||||||
const struct board_info laptops_ok[] = {
|
const struct board_info laptops_ok[] = {
|
||||||
/* Verified working laptops. */
|
/* Verified working laptops. */
|
||||||
{ "Lenovo", "3000 V100 TF05Cxx", },
|
{ "Lenovo", "3000 V100 TF05Cxx", },
|
||||||
|
{ "Acer", "Aspire 1520", "http://support.acer.com/us/en/acerpanam/notebook/0000/Acer/Aspire1520/Aspire1520nv.shtml" },
|
||||||
|
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
@ -289,6 +289,7 @@ const struct board_info_url boards_url[] = {
|
|||||||
{ "Sun", "Fire x4600", "http://www.sun.com/servers/x64/x4600/" },
|
{ "Sun", "Fire x4600", "http://www.sun.com/servers/x64/x4600/" },
|
||||||
|
|
||||||
/* Verified working laptops. */
|
/* 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" },
|
{ "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). */
|
/* Verified non-working laptops (for now). */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user