summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index ecadf55..950ce63 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1128,6 +1128,20 @@ struct flashchip flashchips[] = {
{
.vendor = "SST",
+ .name = "SST25VF040B.REMS",
+ .manufacture_id = 0xbf,
+ .model_id = 0x8d,
+ .total_size = 512,
+ .page_size = 64*1024,
+ .tested = TEST_OK_PR,
+ .probe = probe_spi_rems,
+ .erase = spi_chip_erase_c7,
+ .write = spi_chip_aai_write,
+ .read = spi_chip_read,
+ },
+
+ {
+ .vendor = "SST",
.name = "SST25VF080B",
.manufacture_id = SST_ID,
.model_id = SST_25VF080B,
OpenPOWER on IntegriCloud