Author: hailfinger Date: 2009-04-20 01:04:00 +0200 (Mon, 20 Apr 2009) New Revision: 4138
Modified: trunk/util/flashrom/flashchips.c Log: Add MX25L1635D support, as discussed on #coreboot.
Signed-off-by: Stephan Guilloux stephan.guilloux@free.fr Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: trunk/util/flashrom/flashchips.c =================================================================== --- trunk/util/flashrom/flashchips.c 2009-04-18 23:04:28 UTC (rev 4137) +++ trunk/util/flashrom/flashchips.c 2009-04-19 23:04:00 UTC (rev 4138) @@ -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,