Nico Huber has uploaded this change for review. ( https://review.coreboot.org/25465
Change subject: flashchips: Add Microchip SST26VF016B ......................................................................
flashchips: Add Microchip SST26VF016B
Change-Id: Ia7659e3db3168254b7f34959eece0f8df3142ab9 Signed-off-by: Nico Huber nico.h@gmx.de --- M flashchips.c 1 file changed, 38 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/65/25465/1
diff --git a/flashchips.c b/flashchips.c index 5a8e606..3dfe20c 100644 --- a/flashchips.c +++ b/flashchips.c @@ -13106,6 +13106,44 @@
{ .vendor = "SST", + .name = "SST26VF016B", + .bustype = BUS_SPI, + .manufacture_id = SST_ID, + .model_id = SST_SST26VF016B, + .total_size = 2048, + .page_size = 256, + /* supports SFDP */ + /* OTP: 2KiB total */ + .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, + .tested = TEST_UNTESTED, + .probe = probe_spi_rdid, + .probe_timing = TIMING_ZERO, + .block_erasers = + { + { + .eraseblocks = { {4 * 1024, 512} }, + .block_erase = spi_block_erase_20, + }, { + .eraseblocks = { { 8 * 1024, 4}, + {32 * 1024, 1}, + {64 * 1024, 30}, + {32 * 1024, 1}, + { 8 * 1024, 4} }, + .block_erase = spi_block_erase_d8, + }, { + .eraseblocks = { {2 * 1024 * 1024, 1} }, + .block_erase = spi_block_erase_c7, + }, + }, + .printlock = spi_prettyprint_status_register_plain, + .unlock = spi_disable_blockprotect, + .write = spi_chip_write_256, + .read = spi_chip_read, + .voltage = {2300, 3600}, /* 2.3V - 3.6V: max. 80MHz, 2.7V - 3.6V: max. 104MHz */ + }, + + { + .vendor = "SST", .name = "SST28SF040A", .bustype = BUS_PARALLEL, .manufacture_id = SST_ID,