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

Patrick Georgi (Code Review) gerrit at coreboot.org
Thu Jun 14 11:50:03 CEST 2018


Patrick Georgi has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/27040
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Angel Pons <th3fanbus at gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi at google.com>
---
M src/drivers/spi/macronix.c
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Patrick Georgi: Looks good to me, approved
  Angel Pons: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: I595198d66193c63f6c80c39371fbec10065d2165
Gerrit-Change-Number: 27040
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180614/82f28389/attachment.html>


More information about the coreboot-gerrit mailing list