diff options
author | Zheng Bao <zheng.bao@amd.com> | 2009-02-25 08:07:33 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-02-25 08:07:33 +0000 |
commit | a85c0059f3fa5bdce6002f09e99fd70037552119 (patch) | |
tree | b5e31230e4db9a15abd94a432de5bc39a33ba71b | |
parent | c5a2ec6f96a10b9dcc110fc63d78b1a46dde4ea3 (diff) |
flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/flashchips.c | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -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, |