[coreboot-gerrit] Change in coreboot[master]: driver/spi/macronix.c: Add MX25L8005

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed Jun 13 00:20:59 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27040


Change subject: driver/spi/macronix.c: Add MX25L8005
......................................................................

driver/spi/macronix.c: Add MX25L8005

Change-Id: I595198d66193c63f6c80c39371fbec10065d2165
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/drivers/spi/macronix.c
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/27040/1

diff --git a/src/drivers/spi/macronix.c b/src/drivers/spi/macronix.c
index b7f2c49..7ed70c0 100644
--- a/src/drivers/spi/macronix.c
+++ b/src/drivers/spi/macronix.c
@@ -56,6 +56,14 @@
 
 static const struct macronix_spi_flash_params macronix_spi_flash_table[] = {
 	{
+		.idcode = 0x2014,
+		.page_size = 256,
+		.pages_per_sector = 16,
+		.sectors_per_block = 16,
+		.nr_blocks = 16,
+		.name = "MX25L8005",
+	},
+	{
 		.idcode = 0x2015,
 		.page_size = 256,
 		.pages_per_sector = 16,

-- 
To view, visit https://review.coreboot.org/27040
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: I595198d66193c63f6c80c39371fbec10065d2165
Gerrit-Change-Number: 27040
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180612/0cd0c563/attachment.html>


More information about the coreboot-gerrit mailing list