Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/73429 )
Change subject: flashchips: Mark AM29LV040B as write-tested ......................................................................
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/67OX4...
Change-Id: I8a42f8214b09c455a10a1f1e9e69feaeca2c62a1 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M flashchips.c 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/29/73429/1
diff --git a/flashchips.c b/flashchips.c index c24e264..46ea6aa 100644 --- a/flashchips.c +++ b/flashchips.c @@ -572,7 +572,7 @@ .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 =