From 07b8a17db65ad38ffcb7344192ba37d79f03193e Mon Sep 17 00:00:00 2001 From: Alan Green Date: Mon, 23 Sep 2019 16:47:05 +1000 Subject: 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 Change-Id: I4be5b2e1069a3f735f0dc6ec92d5f4c8946fbb02 Reviewed-on: https://review.coreboot.org/c/flashrom/+/35535 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index e6215a0c..8baa2eeb 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 = -- cgit v1.2.3