This is an automated email from Gerrit. Robert Jordens ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2841
-- gerrit commit 0fc36ffaf845ab7d0e5fe950c1b7547d3b58bb52 Author: Robert Jordens <[email protected]> Date: Tue Jun 30 20:53:11 2015 -0600 flash/nor/spi: add micron/numonyx n25q128 http://www.micron.com/products/nor-flash/serial-nor-flash https://www.micron.com/~/media/documents/products/data-sheet/nor-flash/serial-nor/n25q/n25q_128mb_3v_65nm.pdf Signed-off-by: Robert Jordens <[email protected]> Change-Id: Icfb830387fabfb1a67e4d00bdf21a10420f6fc1c Signed-off-by: Robert Jordens <[email protected]> diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 5bb322c..7cf79ef 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -75,5 +75,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q32dw", 0xd8, 0xc7, 0x001660ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q64cv", 0xd8, 0xc7, 0x001740ef, 0x100, 0x10000, 0x800000), FLASH_ID("gd gd25q20", 0x20, 0xc7, 0x00c84012, 0x100, 0x1000, 0x80000), + FLASH_ID("micron n25q128", 0xd8, 0xc7, 0x0020ba18, 0x100, 0x10000, 0x1000000), FLASH_ID(NULL, 0, 0, 0, 0, 0, 0) }; -- ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
