Angel Pons has uploaded this change for review. ( https://review.coreboot.org/27132
Change subject: drivers/spi/winbond.c: Add W25Q80 ......................................................................
drivers/spi/winbond.c: Add W25Q80
Change-Id: I60c940aa30081047a0f96cecf5464c4eb69795eb Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/drivers/spi/winbond.c 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/27132/1
diff --git a/src/drivers/spi/winbond.c b/src/drivers/spi/winbond.c index 2fc8209..2c8f54d 100644 --- a/src/drivers/spi/winbond.c +++ b/src/drivers/spi/winbond.c @@ -38,6 +38,14 @@
static const struct winbond_spi_flash_params winbond_spi_flash_table[] = { { + .id = 0x4014, + .l2_page_size = 8, + .pages_per_sector = 16, + .sectors_per_block = 16, + .nr_blocks = 16, + .name = "W25Q80", + }, + { .id = 0x3015, .l2_page_size = 8, .pages_per_sector = 16,