This is an automated email from Gerrit.

Kuldeep Singh Dhaka ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/2103

-- gerrit

commit de79af6c17790a38473d72f2e2d9f9fca0c7ebdd
Author: Kuldeep Singh Dhaka <[email protected]>
Date:   Mon Apr 14 04:00:26 2014 +0530

    For Flashing LPC4370 (maybe LPC43xx) over SWD, SWD-TAPID need to be added.
    
    Change-Id: I6b16ed86600d5298c5691d31a40029c65439116d
    Signed-off-by: Kuldeep Singh Dhaka <[email protected]>

diff --git a/src/flash/nor/lpcspifi.c b/src/flash/nor/lpcspifi.c
index 2f4c601..6939cd1 100644
--- a/src/flash/nor/lpcspifi.c
+++ b/src/flash/nor/lpcspifi.c
@@ -66,6 +66,7 @@ struct lpcspifi_target {
 static const struct lpcspifi_target target_devices[] = {
        /* name,          tap_idcode, spifi_base, ssp_base,   io_base,    
ioconfig_base */
        { "LPC43xx/18xx", 0x4ba00477, 0x14000000, 0x40083000, 0x400F4000, 
0x40086000 },
+       { "LPC43xx/18xx", 0x2ba01477, 0x14000000, 0x40083000, 0x400F4000, 
0x40086000 },
        { NULL,           0,          0,          0,          0,          0 }
 };
 

-- 

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to