aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@chromium.org>2023-03-04 18:28:04 +1100
committerThomas Heijligen <src@posteo.de>2023-03-06 12:43:51 +0000
commit921be8f9ce502ef0979e82163df98fe7c93afdee (patch)
treebe5720c57c6744d8ab5f06500f041f3671562019
parent002f1ee9daaca61d9fe4d6173820d54fcbaf2a4d (diff)
downloadflashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.tar.gz
flashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.tar.bz2
flashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.zip
flashchips: Mark AM29LV040B as write-tested
Reported by Alex Perez on the mailing list, write operation done successfully with satasii programmer. https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/67OX4CSBGWAGMNGEOATBJGFJCKFD64SU/ Change-Id: I8a42f8214b09c455a10a1f1e9e69feaeca2c62a1 Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73429 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 4c778ec1..6764c339 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -572,7 +572,7 @@ const struct flashchip flashchips[] = {
.total_size = 512,
.page_size = 64 * 1024,
.feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET,
- .tested = TEST_OK_PRE,
+ .tested = TEST_OK_PREW,
.probe = PROBE_JEDEC,
.probe_timing = TIMING_ZERO,
.block_erasers =