diff options
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/flashchips.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 182f90a7df..1fcb30afe5 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -1128,6 +1128,20 @@ struct flashchip flashchips[] = { { .vendor = "SST", + .name = "SST25VF040.REMS", + .manufacture_id = 0xbf, + .model_id = 0x44, + .total_size = 512, + .page_size = 64*1024, + .tested = TEST_OK_PR, + .probe = probe_spi_rems, + .erase = spi_chip_erase_60, + .write = spi_chip_write, + .read = spi_chip_read, + }, + + { + .vendor = "SST", .name = "SST25VF040B.REMS", .manufacture_id = 0xbf, .model_id = 0x8d, |