This is an automated email from Gerrit. Santiago Piccinini ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4749
-- gerrit commit 5d1aebdf199d66c8fac5f827378e7ca1692ea7f5 Author: Santiago Piccinini <[email protected]> Date: Thu Nov 1 00:11:28 2018 -0300 flash/nor/spi: add winbond W25Q128JV and W25Q256FV Change-Id: Iae8d05c940ebc5305ac449ce829cb4afe3416dbc Signed-off-by: Santiago Piccinini <[email protected]> diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 273e850..556115b 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -76,6 +76,8 @@ 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("win w25q128fv", 0xd8, 0xc7, 0x001840ef, 0x100, 0x10000, 0x1000000), + FLASH_ID("win w25q128jv", 0xd8, 0xc7, 0x001870ef, 0x100, 0x10000, 0x1000000), + FLASH_ID("win w25q256fv", 0xd8, 0xc7, 0x001940ef, 0x100, 0x10000, 0x2000000), 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), -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
