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
This commit is contained in:
Zheng Bao 2009-02-25 08:07:33 +00:00 committed by Peter Stuge
parent c5a2ec6f96
commit a85c0059f3
1 changed files with 14 additions and 0 deletions

View File

@ -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",