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

Add EMST F25L008A SPI chip

Corresponding to flashrom svn r1050.

Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Sean Nelson <audiohacked@gmail.com>
This commit is contained in:
Michael Karcher 2010-06-19 22:06:35 +00:00
parent 02d0c1e4d0
commit 80a59ea2d5
2 changed files with 32 additions and 0 deletions

View File

@ -1365,6 +1365,37 @@ struct flashchip flashchips[] = {
.read = read_memmapped, .read = read_memmapped,
}, },
{
.vendor = "EMST",
.name = "F25L008A",
.bustype = CHIP_BUSTYPE_SPI,
.manufacture_id = EMST_ID,
.model_id = EMST_F25L008A,
.total_size = 1024,
.page_size = 256,
.tested = TEST_UNTESTED,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
{
{
.eraseblocks = { {4 * 1024, 256} },
.block_erase = spi_block_erase_20,
}, {
.eraseblocks = { {64 * 1024, 16} },
.block_erase = spi_block_erase_d8,
}, {
.eraseblocks = { {1024 * 1024, 1} },
.block_erase = spi_block_erase_60,
}, {
.eraseblocks = { {1024 * 1024, 1} },
.block_erase = spi_block_erase_c7,
}
},
.write = spi_aai_write,
.read = read_memmapped,
},
{ {
.vendor = "Eon", .vendor = "Eon",
.name = "EN25B05", .name = "EN25B05",

View File

@ -151,6 +151,7 @@
#define CATALYST_ID 0x31 /* Catalyst */ #define CATALYST_ID 0x31 /* Catalyst */
#define EMST_ID 0x8C /* EMST / EFST Elite Flash Storage */ #define EMST_ID 0x8C /* EMST / EFST Elite Flash Storage */
#define EMST_F25L008A 0x2014
#define EMST_F49B002UA 0x00 #define EMST_F49B002UA 0x00
/* /*