Re: [Openocd-development] Unused symbols; Global vs Static

2010-06-18 Thread Antonio Borneo
More, for target dsp563xx Best Regards, Antonio Borneo From ca1026e9e5c4faf08e9b798a886bf19b30b82a03 Mon Sep 17 00:00:00 2001 From: Antonio Borneo borneo.anto...@gmail.com Date: Fri, 18 Jun 2010 14:28:01 +0800 Subject: [PATCH] target/dsp563xx: review scope of symbols Add static qualifier to

Re: [Openocd-development] Unused symbols; Global vs Static

2010-06-18 Thread Øyvind Harboe
Merged. Thanks! -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list

Re: [Openocd-development] [PATCH] don't print Jim stacktrace

2010-06-18 Thread Øyvind Harboe
Much better! Merged. Thanks! -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list

Re: [Openocd-development] -Wshadow is now default

2010-06-18 Thread Tormod Volden
Freddie Chopin freddie_cho...@... writes: I don't know if the files will be encoded right... I've created those patches in Linux (OpenSUSE) with just git format-patch origin... There is something very wrong with the subject lines of those patches... /; The Subject lines are technically

[Openocd-development] [PATCH] cortex a8: fix segfault for unexamined targets

2010-06-18 Thread Øyvind Harboe
print error message instead of segfaulting for unexamined targets. Signed-off-by: Øyvind Harboe oyvind.har...@zylin.com --- src/target/arm_adi_v5.h |7 +++ src/target/cortex_a8.c |9 ++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/target/arm_adi_v5.h

[Openocd-development] TI AM3517 EVM

2010-06-18 Thread Øyvind Harboe
Hi, I thought I'd try to debug kernel debugging on TI AM3517 with OpenOCD. Has anyone done any work on that chip? I've got the AM3517 EVM eval board. This first stumbling block seems to find documentation on the TAP router and the JTAG scan chain. 24.5.3 Initial Scan Chain Configuration in

Re: [Openocd-development] TI AM3517 EVM

2010-06-18 Thread David Brownell
Has anyone done any work on that chip? Don't have one, but ISTR it's more or less an OMAP3 flavor aimed at indistrial apps. SO treat it as an OMAP3 at first. (Distinct from a DaVinci with Cortex-A8...) Suggest you look at how the linux-OMAP tree handles it I've got the AM3517 EVM eval