mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
flashchips: Skip "WP untested" message for SFDP-capable chip
This entry in the flashchips represent a "SFDP-capable chip" and it doesn't make sense to show the message "WP operation has status untested, please report this". The entry can cover any generic SFDP chip and what would you report? Secondly, the entry "SFDP-capable chip" does not currently support WP operations anyway. Going further, we will be working with SFDP way more, so this area needs to be gradually upgraded. Testing: flashrom -p dummy:emulate=MX25L6436 -c "SFDP-capable chip" -r dump.rom Change-Id: I7e945389895a8042df3aaae72bccf73405be8651 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/85075 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com> Reviewed-by: Matti Finder <matti.finder@gmail.com>
This commit is contained in:
parent
4bb95382b9
commit
b933dbc764
@ -23522,7 +23522,7 @@ const struct flashchip flashchips[] = {
|
||||
/* We present our own "report this" text hence we do not */
|
||||
/* want the default "This flash part has status UNTESTED..." */
|
||||
/* text to be printed. */
|
||||
.tested = TEST_OK_PREW,
|
||||
.tested = { .probe = OK, .read = OK, .erase = OK, .write = OK, .wp = NA },
|
||||
.probe = PROBE_SPI_SFDP,
|
||||
.block_erasers = {}, /* set by probing function */
|
||||
.unlock = SPI_DISABLE_BLOCKPROTECT, /* is this safe? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user