[coreboot-gerrit] Change in coreboot[master]: drivers/spi/winbond.c: Add W25Q80

Angel Pons (Code Review) gerrit at coreboot.org
Sat Jun 16 18:55:33 CEST 2018


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

-- 
To view, visit https://review.coreboot.org/27132
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I60c940aa30081047a0f96cecf5464c4eb69795eb
Gerrit-Change-Number: 27132
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180616/883e0cec/attachment.html>


More information about the coreboot-gerrit mailing list