From c3b89597fc61e14c4bc3a1e57e949483325c1e76 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 12 Mar 2025 17:07:08 -0500 Subject: [PATCH] flashchips/winbond: Update test status for Winbond W25Q128.JW.DTR Tested probe, read, erase, write, and WP operations on a Winbond W25Q128.JW.DTR chip using internal and raiden_debug_spi programmers. Change-Id: Ie2fdb2c305dca3677950cc6855d41b7161a0fce9 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/flashrom/+/86848 Tested-by: build bot (Jenkins) Reviewed-by: Andy Ebrahiem Reviewed-by: Anastasia Klimchuk --- flashchips/winbond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips/winbond.c b/flashchips/winbond.c index 48fdc94b2..ae80b13f8 100644 --- a/flashchips/winbond.c +++ b/flashchips/winbond.c @@ -264,7 +264,7 @@ .total_size = 16384, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers =