This is an automated email from Gerrit. dmitry pervushin (dpervus...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2530
-- gerrit commit 07b861f11c91a61fe574f4c64238767fceda36c9 Author: dmitry pervushin <dpervus...@gmail.com> Date: Wed Feb 4 11:26:14 2015 +0100 flash/nor/spi: add GigaDevice SPI flash Signed-off-by: dmitry pervushin <dpervus...@gmail.com> Change-Id: I5a239dc67754ef4be1d9ec36186f434b09aa1e25 diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 32c00b8..5bb322c 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -74,5 +74,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q32fv", 0xd8, 0xc7, 0x001640ef, 0x100, 0x10000, 0x400000), 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(NULL, 0, 0, 0, 0, 0, 0) }; -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel