This is an automated email from Gerrit.

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

-- gerrit

commit be6c8e9f627949deb4a59195811712188ef2869b
Author: Anders <[email protected]>
Date:   Sun Sep 7 21:18:55 2014 -0700

    flash: added new Spansion S25FL116K, S25FL132K, and S25FL164K devices
    
    The new FL1-K family is replacing the FL-K family. The data from all
    three was based on the datasheet. In addition the 8MB S25FL164K was
    tested successfully with OpenOCD on a custom board.
    
    Change-Id: Idafeed86da12a481c0db92cc0de7ba28f50c2252
    Signed-off-by: Anders <[email protected]>

diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c
index e87f675..ca5cc75 100644
--- a/src/flash/nor/spi.c
+++ b/src/flash/nor/spi.c
@@ -49,8 +49,11 @@ const struct flash_device flash_devices[] = {
        FLASH_ID("sp s25fl004",    0xd8, 0xc7, 0x00120201, 0x100, 0x10000, 
0x80000),
        FLASH_ID("sp s25fl008",    0xd8, 0xc7, 0x00130201, 0x100, 0x10000, 
0x100000),
        FLASH_ID("sp s25fl016",    0xd8, 0xc7, 0x00140201, 0x100, 0x10000, 
0x200000),
+       FLASH_ID("sp s25fl116k",   0xd8, 0xC7, 0x00154001, 0x100, 0x10000, 
0x200000),
        FLASH_ID("sp s25fl032",    0xd8, 0xc7, 0x00150201, 0x100, 0x10000, 
0x400000),
+       FLASH_ID("sp s25fl132k",   0xd8, 0xC7, 0x00164001, 0x100, 0x10000, 
0x400000),
        FLASH_ID("sp s25fl064",    0xd8, 0xc7, 0x00160201, 0x100, 0x10000, 
0x800000),
+       FLASH_ID("sp s25fl164k",   0xd8, 0xC7, 0x00174001, 0x100, 0x10000, 
0x800000),
        FLASH_ID("sp s25fl128",    0xd8, 0xC7, 0x00182001, 0x100, 0x10000, 
0x1000000),
        FLASH_ID("sp s25fl256",    0xd8, 0xC7, 0x00190201, 0x100, 0x10000, 
0x2000000),
        FLASH_ID("atmel 25f512",   0x52, 0xc7, 0x0065001f, 0x80,  0x8000,  
0x10000),

-- 

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to