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 @@ -1126,6 +1126,20 @@ struct flashchip flashchips[] = { .read = spi_chip_read, }, + { + .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",