Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Steve Bennett
On 29/09/2011, at 4:43 PM, Øyvind Harboe wrote: > On Thu, Sep 29, 2011 at 8:42 AM, Steve Bennett wrote: >> It lives in both openocd and jimtcl, but openocd uses it's own version. > > Because --disable-nvp is used when building OpenOCD? --disable-nvp is the default I have added the local versio

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Øyvind Harboe
On Thu, Sep 29, 2011 at 8:42 AM, Steve Bennett wrote: > It lives in both openocd and jimtcl, but openocd uses it's own version. Because --disable-nvp is used when building OpenOCD? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ _

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Steve Bennett
It lives in both openocd and jimtcl, but openocd uses it's own version. On 29/09/2011, at 4:39 PM, Øyvind Harboe wrote: > So what happens in the transitional period? > > -- > Øyvind Harboe - Can Zylin Consulting help on your project? > US toll free 1-866-980-3434 > http://www.zylin.com/ -- µWe

Re: [Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Øyvind Harboe
So what happens in the transitional period? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.d

[Openocd-development] [PATCH] Move jim-nvp to openocd

2011-09-28 Thread Steve Bennett
In an upcoming release, I plan to remove jim-nvp from jimtcl. This patch moves it to openocd where it is used. -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: ste...@workware.net.au F: +61 7 3391 6002

[Openocd-development] [PATCH] AM/DM37x: add ES1.2 silicon type into account

2011-09-28 Thread Vladimir Zapolskiy
The missing value for ES1.2 silicon revision is mentioned in sprugn4m.pdf, and the recent TI Beagleboard XM is powered by it, so let support the revision. --- tcl/target/amdm37x.cfg |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37

Re: [Openocd-development] Problem loading application from GDB over APB (DAP AP 1)

2011-09-28 Thread Karl Kurbjun
On 09/28/2011 03:08 AM, Karl Kurbjun wrote: Hi all, I have an A9 target where the memory map visible over the AHB versus what is visible to the processor is slightly different. On this target the lower 512 kByte block of DDR is not accessible from the AHB, but the processor is able to see it