mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-13 16:51:58 +02:00
flashchips: Mark MT25QL02G as tested for PREW
Tested via linux_spi [0]. [0]: https://paste.flashrom.org/view.php?id=3775 Change-Id: Ied3439b95104e37b7d22547ded883870eb2ab500 Tested-by: Jacob Zarnstorff <jzarnstorff@xes-inc.com> Signed-off-by: Vincent Fazio <vfazio@xes-inc.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/88984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
09b72c2d56
commit
5a4abf6a3c
@@ -121,7 +121,7 @@
|
|||||||
/* supports SFDP */
|
/* supports SFDP */
|
||||||
/* OTP: 64B total; read 0x4B, write 0x42 */
|
/* OTP: 64B total; read 0x4B, write 0x42 */
|
||||||
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN,
|
||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_OK_PREW,
|
||||||
.probe = PROBE_SPI_RDID,
|
.probe = PROBE_SPI_RDID,
|
||||||
.probe_timing = TIMING_ZERO,
|
.probe_timing = TIMING_ZERO,
|
||||||
.block_erasers =
|
.block_erasers =
|
||||||
|
Reference in New Issue
Block a user