driver/spi: Add support of MX25L3235D
Tested on Thatcher. Change-Id: I648171ba0d03be1e984c182f6d0f082241e3f51c Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1971 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
cb0895470e
commit
c269a9b51c
|
@ -86,6 +86,14 @@ static const struct macronix_spi_flash_params macronix_spi_flash_table[] = {
|
|||
.nr_blocks = 64,
|
||||
.name = "MX25L3205D",
|
||||
},
|
||||
{
|
||||
.idcode = 0x5e16,
|
||||
.page_size = 256,
|
||||
.pages_per_sector = 16,
|
||||
.sectors_per_block = 16,
|
||||
.nr_blocks = 64,
|
||||
.name = "MX25L3235D", /* MX25L3225D/MX25L3235D/MX25L3237D */
|
||||
},
|
||||
{
|
||||
.idcode = 0x2017,
|
||||
.page_size = 256,
|
||||
|
|
Loading…
Reference in New Issue