Nikolai Artemiev has uploaded this change for review.

View Change

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,

To view, visit change 48443. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I530e123e49d50b032496f18efce438e9ad7e7552
Gerrit-Change-Number: 48443
Gerrit-PatchSet: 1
Gerrit-Owner: Nikolai Artemiev <nartemiev@google.com>
Gerrit-MessageType: newchange