[coreboot] [flashrom][PATCH] support for MX251635D

stephan.guilloux at free.fr stephan.guilloux at free.fr
Mon Apr 20 00:55:23 CEST 2009


  Hello,

Below, a patch to allow MX25L1635D support, as discussed on #coreboot.
It is also available in attachment.

Make good use of it ;-)

  Stephan.

Signed-off-by: Stephan Guilloux <stephan.guilloux at free.fr>
Index: flashrom/flashchips.c
===================================================================
--- flashrom/flashchips.c	(révision 4137)
+++ flashrom/flashchips.c	(copie de travail)
@@ -813,6 +813,19 @@

 	{
 		.vendor		= "Macronix",
+		.name		= "MX25L1635D",
+		.manufacture_id	= MX_ID,
+		.model_id	= MX_25L1635D,
+		.total_size	= 2048,
+		.page_size	= 256,
+		.tested		= TEST_UNTESTED,
+		.probe		= probe_spi_rdid,
+		.erase		= spi_chip_erase_c7,
+		.write		= spi_chip_write,
+		.read		= spi_chip_read,
+	},
+	{
+		.vendor		= "Macronix",
 		.name		= "MX25L3205",
 		.manufacture_id	= MX_ID,
 		.model_id	= MX_25L3205,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flashrom-support-MX25L1635D.patch
Type: text/x-diff
Size: 625 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090420/c9bfed91/attachment.bin>


More information about the coreboot mailing list