From fd9217db8e90018a9e4d9f35d2c3cd4f09b32b84 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Mon, 26 Jan 2009 03:37:40 +0000 Subject: SST25VF040B using 0x90 identification and AAI write SST AAI is Auto Address Increment writing, a streamed write to the flash chip where the first write command sets a starting address and following commands simply append data. Unfortunately not supported by Winbond SPI masters. From July 2008. Corresponding to flashrom svn r407 and coreboot v2 svn r3913. Signed-off-by: Peter Stuge Acked-by: Peter Stuge --- flashchips.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'flashchips.c') 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, -- cgit v1.1