summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorMichał Kopeć <michal.kopec@3mdeb.com>2024-05-15 11:16:03 +0200
committerAnastasia Klimchuk <aklm@chromium.org>2024-05-19 09:05:41 +0000
commit3b3e25f1cad5f7f4e0fae3ac5508093bd7cde2b9 (patch)
treea41df5b7694d0526cb7e7e7b415338021f9a8480 /flashchips.c
parent643ae4d1fcb9b3bda6f35e8ff6f5b71b1104f600 (diff)
downloadflashrom-3b3e25f1cad5f7f4e0fae3ac5508093bd7cde2b9.tar.gz
flashrom-3b3e25f1cad5f7f4e0fae3ac5508093bd7cde2b9.tar.bz2
flashrom-3b3e25f1cad5f7f4e0fae3ac5508093bd7cde2b9.zip
flashchips.c: mark XM25QU256C as tested for probe/read/erase/write.
Mark XM25QU256C as tested for probe/read/erase/write. Found in a Clevo V560TU, tested with a CH341a programmer. Flashrom log: https://paste.flashrom.org/view.php?id=3732 Change-Id: Ia9226b71e355d2cc736af0ac4e039e8a3b73a84b Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/82459 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 1917ed664..59edeb3e8 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -21876,7 +21876,7 @@ const struct flashchip flashchips[] = {
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_ENTER_WREN
| FEATURE_4BA_EAR_C5C8 | FEATURE_4BA_READ | FEATURE_4BA_FAST_READ
| FEATURE_4BA_WRITE,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = PROBE_SPI_RDID,
.probe_timing = TIMING_ZERO,
.block_erasers =