This is an automated email from Gerrit. Mahavir Jain ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3029
-- gerrit commit 98ab5a441ab2ff407862925b60e47099da17ae88 Author: Mahavir Jain <[email protected]> Date: Fri Oct 16 15:12:36 2015 +0530 flash/nor/spi: Add GigaDevice gd25q16c/32c/128c flash support Change-Id: I44052fd3467d7e0bbdc038b815204e39fa499684 Signed-off-by: Mahavir Jain <[email protected]> diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 1145845..fdbdec4 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -76,6 +76,9 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q64cv", 0xd8, 0xc7, 0x001740ef, 0x100, 0x10000, 0x800000), FLASH_ID("win w25q128fv", 0xd8, 0xc7, 0x001840ef, 0x100, 0x10000, 0x1000000), FLASH_ID("gd gd25q20", 0x20, 0xc7, 0x00c84012, 0x100, 0x1000, 0x80000), + FLASH_ID("gd gd25q16c", 0xd8, 0xc7, 0x001540c8, 0x100, 0x10000, 0x200000), + FLASH_ID("gd gd25q32c", 0xd8, 0xc7, 0x001640c8, 0x100, 0x10000, 0x400000), + FLASH_ID("gd gd25q128c", 0xd8, 0xc7, 0x001840c8, 0x100, 0x10000, 0x1000000), FLASH_ID("micron n25q128", 0xd8, 0xc7, 0x0018ba20, 0x100, 0x10000, 0x1000000), FLASH_ID(NULL, 0, 0, 0, 0, 0, 0) }; -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
