[coreboot-gerrit] Change in coreboot[master]: drivers/spi/atmel: Add AT25SL128A

Hal Martin (Code Review) gerrit at coreboot.org
Mon May 28 07:52:42 CEST 2018


Hal Martin has uploaded this change for review. ( https://review.coreboot.org/26599


Change subject: drivers/spi/atmel: Add AT25SL128A
......................................................................

drivers/spi/atmel: Add AT25SL128A

Change-Id: I0bddd3db5db0fc5e4f9c08d41b06143e7d6f0326
Signed-off-by: Hal Martin <hal.martin at gmail.com>
---
M src/drivers/spi/atmel.c
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/26599/1

diff --git a/src/drivers/spi/atmel.c b/src/drivers/spi/atmel.c
index d81e0e3..d414161 100644
--- a/src/drivers/spi/atmel.c
+++ b/src/drivers/spi/atmel.c
@@ -95,6 +95,14 @@
 		.nr_blocks		= 256,
 		.name			= "AT25Q128",
 	},
+	{
+		.id			= 0x4218,
+		.l2_page_size		= 8,
+		.pages_per_sector	= 16,
+		.sectors_per_block	= 16,
+		.nr_blocks		= 256,
+		.name			= "AT25SL128A",
+	},
 };
 
 static int atmel_write(const struct spi_flash *flash, u32 offset, size_t len,

-- 
To view, visit https://review.coreboot.org/26599
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: I0bddd3db5db0fc5e4f9c08d41b06143e7d6f0326
Gerrit-Change-Number: 26599
Gerrit-PatchSet: 1
Gerrit-Owner: Hal Martin <hal.martin+coreboot at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180528/83e629d0/attachment-0001.html>


More information about the coreboot-gerrit mailing list