Matt DeVillier has uploaded this change for review.

View Change

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 <matt.devillier@gmail.com>
---
M flashchips/winbond.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/48/86848/1
diff --git a/flashchips/winbond.c b/flashchips/winbond.c
index 48fdc94..ae80b13 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 =

To view, visit change 86848. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ie2fdb2c305dca3677950cc6855d41b7161a0fce9
Gerrit-Change-Number: 86848
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>