Nikolai Artemiev has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/51733 )
Change subject: flashchips.c: mark EN25QH128 as TESTED_OK_PREW ......................................................................
flashchips.c: mark EN25QH128 as TESTED_OK_PREW
The chip was marked as TESTED_OK_PREW in the cros tree by `commit 045e05eb92e3dd826e8ce61973c0d1004195a3ff`.
Quoting from the original commit message:
TEST=Flash Duffy bios pass on running `flashrom_tester /usr/sbin/flashrom host`
Change-Id: I0f1429faeab568875a38002f8ed23a817a1ce393 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/33/51733/1
diff --git a/flashchips.c b/flashchips.c index 6d94a12..9b3e1c3 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5067,7 +5067,7 @@ /* OTP: 512B total; enter 0x3A */ /* QPI enable 0x38, disable 0xFF */ .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 =