Nikolai Artemiev has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/48443 )
Change subject: flashchips.c: Add Sanyo LF25FW203A entry ......................................................................
flashchips.c: Add Sanyo LF25FW203A entry
Chip imported from cros flashrom at `commit e50562c68fc4901acb6243b4f4d2c182a162ad41`
Change-Id: I530e123e49d50b032496f18efce438e9ad7e7552 Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M flashchips.c 1 file changed, 26 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/43/48443/1
diff --git a/flashchips.c b/flashchips.c index bc5de4a..76b530a 100644 --- a/flashchips.c +++ b/flashchips.c @@ -15659,6 +15659,32 @@ },
{ + .vendor = "Sanyo", + .name = "LF25FW203A", + .bustype = BUS_SPI, + .manufacture_id = SANYO_ID, + .model_id = SANYO_LE25FW203A, + .total_size = 2048, + .page_size = 256, + .tested = TEST_UNTESTED, + .probe = probe_spi_rdid, + .probe_timing = TIMING_ZERO, + .block_erasers = + { + { + .eraseblocks = { {64 * 1024, 32} }, + .block_erase = spi_block_erase_d8, + }, { + .eraseblocks = { {2 * 1024 * 1024, 1} }, + .block_erase = spi_block_erase_c7, + } + }, + .unlock = spi_disable_blockprotect, + .write = spi_chip_write_256, + .read = spi_chip_read, + }, + + { .vendor = "Sharp", .name = "LH28F008BJT-BTLZ1", .bustype = BUS_PARALLEL,