summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-12-16 15:41:05 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2022-12-19 22:39:33 +0000
commited1126fc42d7687243934aabb641feecdaea92b8 (patch)
tree194d00604c5c9f0693524ee32d2c50a59afad3a1 /flashchips.c
parent92874fa6a7dd60c5a6451816992c2ad41aa3a7a7 (diff)
downloadflashrom-ed1126fc42d7687243934aabb641feecdaea92b8.tar.gz
flashrom-ed1126fc42d7687243934aabb641feecdaea92b8.tar.bz2
flashrom-ed1126fc42d7687243934aabb641feecdaea92b8.zip
flashchips.c: Mark W25Q128.V WP as tested
BUG=b:258755442 TEST=`-p internal --wp-status`. Change-Id: Ifbd5ee76f2087764ab8841ca96de6990cb31260d Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/70866 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 168cc7d0a..9818eacaf 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -17586,7 +17586,7 @@ const struct flashchip flashchips[] = {
/* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44, read ID 0x4B */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP |
FEATURE_WRSR_EXT2 | FEATURE_WRSR2 | FEATURE_WRSR3,
- .tested = TEST_OK_PREW,
+ .tested = TEST_OK_PREWB,
.probe = PROBE_SPI_RDID,
.probe_timing = TIMING_ZERO,
.block_erasers =