This is an automated email from Gerrit.

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

-- gerrit

commit 97f83e1f6bf1f7356d369a2b64f6674c1e0fc788
Author: Alistair Francis <[email protected]>
Date:   Wed May 13 15:03:44 2020 -0700

    flash: Add the Freedom E310-G002 SPI Flash
    
    Change-Id: Id9f4a209a6eacf186931b142e70a5b0458517be0
    Signed-off-by: Alistair Francis <[email protected]>

diff --git a/src/flash/nor/fespi.c b/src/flash/nor/fespi.c
index 90242b1..05489fd 100644
--- a/src/flash/nor/fespi.c
+++ b/src/flash/nor/fespi.c
@@ -136,7 +136,8 @@ struct fespi_target {
 /* TODO !!! What is the right naming convention here? */
 static const struct fespi_target target_devices[] = {
        /* name,   tap_idcode, ctrl_base */
-       { "Freedom E300 SPI Flash",  0x10e31913 , 0x10014000 },
+       { "Freedom E310-G000 SPI Flash",  0x10e31913 , 0x10014000 },
+       { "Freedom E310-G002 SPI Flash",  0x20000913 , 0x10014000 },
        { NULL,    0,           0          }
 };
 

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to