1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

Add SST25VF040.REMS with TEST_OK_ PROBE READ

Corresponding to flashrom svn r417 and coreboot v2 svn r3958.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Zheng Bao 2009-02-25 08:07:33 +00:00 committed by Peter Stuge
parent b27d0a2c34
commit 0677dfffc6

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