From a21be9153abe50ae26cd833db62d9493e7eadf54 Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Mon, 15 Jan 2024 13:32:11 +1100 Subject: [PATCH] flashchips: Mark FM25Q16 as probe/read tested As reported on the mailing list: https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/I6H7DXADVD4ICAW3QURUFWHXW5NNAT3E/ Change-Id: I8e55cd6eeb693bf33e580d662da08e50fb46809d Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/79975 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 663b01b20..f580a362d 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6198,7 +6198,7 @@ const struct flashchip flashchips[] = { /* OTP: 1024B total; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ /* QPI enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PR, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers = {