Attention is currently required from: Anastasia Klimchuk, Nikolai Artemiev, Stefan Reinauer.
Samantaz Fox has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/83970?usp=email )
Change subject: flashchips: Update test status for Fuldan FM25Q08 and FM25Q128 ......................................................................
flashchips: Update test status for Fuldan FM25Q08 and FM25Q128
Both of these chips were tested in-circuit with an SOIC-8 clamp and two different BusPirate boards: the BPv3.6 from Adafruit (sku 237) and the BPv3.6a from Sparkfun (sku TOL-12942), on a Fedora 38 host, using flashrom 9a570318 (changes rebased since then).
Change-Id: Ib3c94f03a132a912bb4bb9d36e8783f4468587c4 Signed-off-by: Samantaz Fox coding@samantaz.fr --- M flashchips.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/70/83970/1
diff --git a/flashchips.c b/flashchips.c index baf9f8e..6bd2397 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6240,7 +6240,7 @@ /* OTP: 1024B total; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ /* QPI enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI, - .tested = TEST_UNTESTED, + .tested = { .probe = NT, .read = OK, .erase = OK, .write = OK }, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers = { @@ -6403,7 +6403,7 @@ /* supports SFDP */ /* QPI enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI, - .tested = TEST_UNTESTED, + .tested = { .probe = NT, .read = OK, .erase = NT, .write = NT }, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers = {