summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@flashrom.org>2023-10-17 14:02:05 +1100
committerAnastasia Klimchuk <aklm@chromium.org>2023-10-20 06:34:44 +0000
commitfba29da188b4a3aa8a3cf6f5a3d13c37a5d9e1d7 (patch)
treed70f9e2663f69f517d4ef984b2e3506d36a102b1
parentb17fff0488f8ae940ca7ab3d77566b78b4fa7aa4 (diff)
downloadflashrom-fba29da188b4a3aa8a3cf6f5a3d13c37a5d9e1d7.tar.gz
flashrom-fba29da188b4a3aa8a3cf6f5a3d13c37a5d9e1d7.tar.bz2
flashrom-fba29da188b4a3aa8a3cf6f5a3d13c37a5d9e1d7.zip
flashchips: Mark FM25F01 as tested for read/write/probe/erase
As reported on the mailing list: https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/JSCQPE3XN3WV6SN4SQH3YNGK2TUKGIZF/ Change-Id: Ibb65a4cb3345eb67c049aa4d8bfd3260f4bf96db Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/78397 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index e156ffb5a..9210de275 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6042,7 +6042,7 @@ const struct flashchip flashchips[] = {
.page_size = 256,
/* OTP: 256B total; enter 0x3A */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = PROBE_SPI_RDID,
.probe_timing = TIMING_ZERO,
.block_erasers = {