summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Green <avg@google.com>2019-09-23 16:47:05 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2019-09-24 03:19:00 +0000
commit07b8a17db65ad38ffcb7344192ba37d79f03193e (patch)
tree5f69f7abdcb32f73a25e14d9d0c4039385f84676
parent86fc9cf7ab221bc54ef6f10252e296fc2d7a22d2 (diff)
downloadflashrom-07b8a17db65ad38ffcb7344192ba37d79f03193e.tar.gz
flashrom-07b8a17db65ad38ffcb7344192ba37d79f03193e.tar.bz2
flashrom-07b8a17db65ad38ffcb7344192ba37d79f03193e.zip
flashchips.c: Mark W25Q40EW as TESTED_PREW
Mark Winbond W25Q40EW as TESTED_PREW. The Winbond W25Q40EW has been marked TESTED_PREW in the ChromiumOS repository. ChromiumOS has the same defintion for this chip as this repo, except that ChromiumOS does not have FEATURE_OTP. Signed-off-by: Alan Green <avg@google.com> Change-Id: I4be5b2e1069a3f735f0dc6ec92d5f4c8946fbb02 Reviewed-on: https://review.coreboot.org/c/flashrom/+/35535 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index e6215a0c3..8baa2eeb0 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -16230,7 +16230,7 @@ const struct flashchip flashchips[] = {
.page_size = 256,
/* OTP: 3*256B total; read 0x48; write 0x42, erase 0x44, read ID 0x4B */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =