Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons, Nikolai Artemiev.
Hello Nico Huber, Edward O'Callaghan, Angel Pons, Nikolai Artemiev,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/flashrom/+/68180
to review the following change.
Change subject: flashchips.c: mark WP of 7 entries as tested ......................................................................
flashchips.c: mark WP of 7 entries as tested
This is based on information from messages of the following commits: * a850fd0aa8054a1125a9231fa3317428f15900f4 - GD25LQ128C/GD25LQ128D/GD25LQ128E - GD25LQ64(B) - GD25Q127C/GD25Q128C - GD25Q256D/GD25Q256E - GD25Q64(B) * a8204dd34d90ac9ab2783e1dd486ec781d4c0dba - GD25Q32(B) * 7b4c4f36113c4b7ed5c985d4cf51733639e69bf8 - W25Q64BV/W25Q64CV/W25Q64FV
Change-Id: I090188bad568885f78778e7fc7d8dbe20fb2445f Signed-off-by: Sergii Dmytruk sergii.dmytruk@3mdeb.com --- M flashchips.c 1 file changed, 29 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/80/68180/1
diff --git a/flashchips.c b/flashchips.c index 47a37ee..326f4d6 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6335,7 +6335,7 @@ .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR_EXT2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6501,7 +6501,7 @@ .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR_EXT2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6628,7 +6628,7 @@ /* OTP: 1536B total; read 0x48; write 0x42, erase 0x44 */ /* QPI: enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6755,7 +6755,7 @@ .page_size = 256, .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN | FEATURE_WRSR_EXT2 | FEATURE_WRSR2 | FEATURE_WRSR3, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6811,7 +6811,7 @@ .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6933,7 +6933,7 @@ .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -18202,7 +18202,7 @@ /* supports SFDP */ /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWX, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =