This is an automated email from Gerrit.

Gianluca Renzi ([email protected]) just uploaded a new patch 
set to Gerrit, which you can find at http://openocd.zylin.com/928

-- gerrit

commit e208a7828b698edbb7e6aa222ff831dfb869d8f9
Author: Gianluca Renzi <[email protected]>
Date:   Thu Oct 25 14:18:53 2012 +0200

    Added support for SPI Flash Winbond W25Q64CV
    
    Added in spi device table SPI Flash Winbond W25Q64CV 64Mbit
    Its Device ID 0x001640ef is the same as Spansion S25FL064K (may
    be a clone?)
    
    Change-Id: I3cdbd182a0ccde75c78684cb9d54c76059bf34e0
    Signed-off-by: Gianluca Renzi <[email protected]>

diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c
index 7046edd..7b0abd3 100644
--- a/src/flash/nor/spi.c
+++ b/src/flash/nor/spi.c
@@ -66,5 +66,6 @@ struct flash_device flash_devices[] = {
        FLASH_ID("mac 25l3205",    0xd8, 0xC7, 0x001620c2, 0x100, 0x10000, 
0x400000),
        FLASH_ID("mac 25l6405",    0xd8, 0xC7, 0x001720c2, 0x100, 0x10000, 
0x800000),
        FLASH_ID("win w25q32dw",   0xd8, 0xC7, 0x001660ef, 0x100, 0x10000, 
0x400000),
+       FLASH_ID("win w25q64cv",   0xd8, 0xC7, 0x001740ef, 0x100, 0x10000, 
0x800000),
        FLASH_ID(NULL,             0,    0,        0,          0,     0,       
0)
 };

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to