From a85c0059f3fa5bdce6002f09e99fd70037552119 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Wed, 25 Feb 2009 08:07:33 +0000 Subject: [PATCH] flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ Signed-off-by: Zheng Bao Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashchips.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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",