Nikolai Artemiev has uploaded this change for review.

View Change

flashchips.c: mark GD25Q256D as TESTED_OK_PREW

Tested read/write/erase/verify with FT232H programmer.

Change-Id: Ia7d52b69eb571113fe3c60ec9a139ee67180509b
Signed-off-by: Nikolai Artemiev <nartemiev@google.com>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/35/51735/1
diff --git a/flashchips.c b/flashchips.c
index a99c538..43a675c 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6631,7 +6631,7 @@
.total_size = 32768,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ia7d52b69eb571113fe3c60ec9a139ee67180509b
Gerrit-Change-Number: 51735
Gerrit-PatchSet: 1
Gerrit-Owner: Nikolai Artemiev <nartemiev@google.com>
Gerrit-MessageType: newchange