This is an automated email from Gerrit.

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

-- gerrit

commit 7b53f317a48768b46f5785786735d660cd99d8a5
Author: Nemui Trinomius <[email protected]>
Date:   Tue Jul 16 16:26:59 2013 +0100

    flash: add Winbond w25q80bv spi support
    
    Not tested, adapted from 
http://tech.groups.yahoo.com/group/versaloon/message/391
    
    Change-Id: Ibe87c617b3cdf70ee042112609ab46bea98a3e6d
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c
index 711ba51..789757e 100644
--- a/src/flash/nor/spi.c
+++ b/src/flash/nor/spi.c
@@ -21,7 +21,6 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
  ***************************************************************************/
 
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -66,6 +65,7 @@ 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("mcr n25q064",    0xd8, 0xc7, 0x0017ba20, 0x100, 0x10000, 
0x800000),
+       FLASH_ID("win w25q80bv",   0xd8, 0xc7, 0x001440ef, 0x100, 0x10000, 
0x100000),
        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)

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to