This is an automated email from Gerrit. hazel.zhang ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/5038
-- gerrit commit b797777b1a3552404e9e111994bbbbc9e8e1f924 Author: Hazel Zhang <[email protected]> Date: Thu Apr 4 13:52:52 2019 +0800 flash/nor: add flash chip version to flash device add WIN32Q25 flash chip versions to flash device table. Change-Id: I755ac930eff7d2cac17931ba5b7dbdf414c9e257 Signed-off-by: Hazel Zhang <[email protected]> diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index af72ffc..f9c7d18 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -98,6 +98,8 @@ const struct flash_device flash_devices[] = { FLASH_ID("win w25q80bv", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001440ef, 0x100, 0x10000, 0x100000), FLASH_ID("win w25q16jv", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001540ef, 0x100, 0x10000, 0x200000), FLASH_ID("win w25q16jv", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001570ef, 0x100, 0x10000, 0x200000), /* QPI / DTR */ + FLASH_ID("win w25q32dw", 0x03, 0xeb, 0x02, 0x20, 0xc7, 0xef601600, 0x100, 0x1000, 0x400000), + FLASH_ID("win w25q32jw", 0x03, 0xeb, 0x02, 0x20, 0xc7, 0xef801600, 0x100, 0x1000, 0x400000), FLASH_ID("win w25q32fv/jv", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x001640ef, 0x100, 0x10000, 0x400000), FLASH_ID("win w25q32fv", 0x03, 0xeb, 0x02, 0xd8, 0xc7, 0x001660ef, 0x100, 0x10000, 0x400000), /* QPI mode */ FLASH_ID("win w25q32jv", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001670ef, 0x100, 0x10000, 0x400000), -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
