drivers/spi: Add Winbond W25Q80
This is a small 8 megabit (1 MiB) part. Change-Id: I9890457d0d14beb17d0a428c2701e620ae8c2512 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/27107 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
@ -61,6 +61,14 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||||||
.nr_blocks = 128,
|
.nr_blocks = 128,
|
||||||
.name = "W25X64",
|
.name = "W25X64",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = 0x4014,
|
||||||
|
.l2_page_size = 8,
|
||||||
|
.pages_per_sector = 16,
|
||||||
|
.sectors_per_block = 16,
|
||||||
|
.nr_blocks = 16,
|
||||||
|
.name = "W25Q80",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = 0x4015,
|
.id = 0x4015,
|
||||||
.l2_page_size = 8,
|
.l2_page_size = 8,
|
||||||
|
Reference in New Issue
Block a user