Nikolai Artemiev has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/51734 )
Change subject: flashchips.c: mark EN25S64 as TESTED_OK_PREW ......................................................................
flashchips.c: mark EN25S64 as TESTED_OK_PREW
The chip was marked as TESTED_OK_PREW in the cros tree by `commit b2f900273aac329b82089e4dbc5a8ba3d032fff0`.
Quoting from the original commit message:
TEST=read and write BIOS on glimmer with Eon device.
Change-Id: I13dc3e6bde9e4581fdd5856a412918784b913fbc Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/34/51734/1
diff --git a/flashchips.c b/flashchips.c index 9b3e1c3..a99c538 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5403,7 +5403,7 @@ .page_size = 256, /* OTP: 512B total; enter 0x3A */ .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 =