From 0677dfffc67ad2d0e973f558be86e66f225b4ddc Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Wed, 25 Feb 2009 08:07:33 +0000 Subject: Add SST25VF040.REMS with TEST_OK_ PROBE READ Corresponding to flashrom svn r417 and coreboot v2 svn r3958. Signed-off-by: Zheng Bao 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 182f90a..1fcb30a 100644 --- a/flashchips.c +++ b/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, -- cgit v1.1