Thomas Heijligen has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/73363 )
Change subject: flashchips: Mark XMC XM25QH64C as TEST_OK_PREW ......................................................................
flashchips: Mark XMC XM25QH64C as TEST_OK_PREW
As reported on the mailing list[0] this flashchip was successfully probed, read, erased and written with a ch341a programmer.
[0] https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/message/SMIH...
Change-Id: Ifca84d9a44bb20091293356f5b1643de41220b64 Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M flashchips.c 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/63/73363/1
diff --git a/flashchips.c b/flashchips.c index 70e9fa9..4c778ec 100644 --- a/flashchips.c +++ b/flashchips.c @@ -20191,7 +20191,7 @@ .total_size = 8192, .page_size = 256, .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 =