summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-15 18:57:32 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-02-07 23:39:19 +0000
commit4e31838eb1fabdf22cb1b0b6f4b63f126f8818a5 (patch)
treea29a998ec5f3e5a4d328360f0a3b06b7dde514dd
parentab623c65c0a1df941d4694c8c9bb3065133fff22 (diff)
downloadflashrom-4e31838eb1fabdf22cb1b0b6f4b63f126f8818a5.tar.gz
flashrom-4e31838eb1fabdf22cb1b0b6f4b63f126f8818a5.tar.bz2
flashrom-4e31838eb1fabdf22cb1b0b6f4b63f126f8818a5.zip
flashchips: Mark Macronix MX25L1635D as tested
Tested probe, read, erase and write with a FTDI FT2232H successfully. Change-Id: I7421b7e36e687ea2ffff494c00157976db73ac43 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/49489 Reviewed-by: Nico Huber <nico.h@gmx.de> 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 38b0bfd09..6d94a1252 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8440,7 +8440,7 @@ const struct flashchip flashchips[] = {
.page_size = 256,
/* OTP: 64B total; enter 0xB1, exit 0xC1 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =