aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-09-30 17:29:48 +0200
committerNico Huber <nico.h@gmx.de>2018-10-03 11:44:39 +0000
commit471da8334578e3d880f7cef3fc07b087188279ea (patch)
tree1107398f702531d8359c04297f1bb8a4e1e5dfa7
parentc748be5f7142b59a8656b51e990fc4990c37e2b2 (diff)
downloadflashrom-471da8334578e3d880f7cef3fc07b087188279ea.tar.gz
flashrom-471da8334578e3d880f7cef3fc07b087188279ea.tar.bz2
flashrom-471da8334578e3d880f7cef3fc07b087188279ea.zip
flashchips: Mark Macronix MX25U12835F as tested
As reported by David Martinka on the mailing list. Erase has not been tested, but since writes are reported as working, it is very likely erase works as well. Change-Id: I172453fe902ccface2a3a85817d775d45dd7cf80 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/28812 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index aa5d9bf1..e5f78aae 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8572,7 +8572,7 @@ const struct flashchip flashchips[] = {
.page_size = 256,
/* OTP: 512B total; enter 0xB1, exit 0xC1 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =