mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +02:00
SST25VF080B TEST_OK_PROBE
Report by Scaldov M.V. Thanks! Corresponding to flashrom svn r387 and coreboot v2 svn r3892. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
ccf8c6c794
commit
51f4062ff4
@ -1107,7 +1107,7 @@ struct flashchip flashchips[] = {
|
|||||||
.model_id = SST_25VF080B,
|
.model_id = SST_25VF080B,
|
||||||
.total_size = 1024,
|
.total_size = 1024,
|
||||||
.page_size = 256,
|
.page_size = 256,
|
||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_OK_PROBE,
|
||||||
.probe = probe_spi_rdid,
|
.probe = probe_spi_rdid,
|
||||||
.erase = spi_chip_erase_60_c7,
|
.erase = spi_chip_erase_60_c7,
|
||||||
.write = spi_chip_write,
|
.write = spi_chip_write,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user