aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Artemiev <nartemiev@google.com>2021-03-23 17:15:40 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2021-03-24 03:12:12 +0000
commit1fb4050faf8465ffc6a0259ef427c20818a80907 (patch)
treecc3251251e69fa53ded158a4fe12fafa85bbc757
parent64eb987690251af110ac44310004e0ac9ebd5c30 (diff)
downloadflashrom-1fb4050faf8465ffc6a0259ef427c20818a80907.tar.gz
flashrom-1fb4050faf8465ffc6a0259ef427c20818a80907.tar.bz2
flashrom-1fb4050faf8465ffc6a0259ef427c20818a80907.zip
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> Reviewed-on: https://review.coreboot.org/c/flashrom/+/51735 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 1e0c489d..2f875158 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6669,7 +6669,7 @@ const struct flashchip flashchips[] = {
.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 =