Michał Kopeć has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/82459?usp=email )
Change subject: flashchips.c: mark XM25QU256C as tested ......................................................................
flashchips.c: mark XM25QU256C as tested
Mark XM25QU256C as tested for probe/read/erase/write.
Found in a Clevo V560TU, tested with a CH341a programmer.
Change-Id: Ia9226b71e355d2cc736af0ac4e039e8a3b73a84b Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/82459/1
diff --git a/flashchips.c b/flashchips.c index 13024de..68bb494 100644 --- a/flashchips.c +++ b/flashchips.c @@ -21824,7 +21824,7 @@ .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 =