[Openocd-development] [PATCH] cfi: add Numonyx M29W128G reset workaround

2010-05-10 Thread Spencer Oliver
The ST/Numonix M29W128G has an issue when a 0xff cmd is sent, it cause an internal undefined state. The workaround according to the Numonyx is to send another 0xf0 reset cmd. Objections ? Cheers Spen From 2cff3cc5c0d50adfa53db7daeb3c1661e94890a5 Mon Sep 17 00:00:00 2001 From: Spencer Oliver

Re: [Openocd-development] Find a bug when using software breakpoints on a big-endian ARM926ej-s processor(with a fix)

2010-05-10 Thread Alan Carvalho de Assis
Hi Ryan, On 5/9/10, Ryan J M sync@gmail.com wrote: On Sun, May 9, 2010 at 11:41 PM, Ryan J M sync@gmail.com wrote: I found that after running 'continue' in gdb with software breakpoints, when it hit a breakpoint, it didn't write back the original instruction. . and, my openocd was

[Openocd-development] [PATCH] fix instruction refilling bug when using software breakpoints on a big-endian arm926ej-s system

2010-05-10 Thread Jun Ma
From: Jun Ma j...@hfut.edu.cn Signed-off-by: Jun Ma sync@gmail.com --- src/target/arm7_9_common.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index 9f1bb2e..ac18b37 100644 --- a/src/target/arm7_9_common.c

Re: [Openocd-development] problem with software breakpoints

2010-05-10 Thread Mitch Frazier
On 05/09/2010 08:52 AM, Ryan J M wrote: On Sat, May 8, 2010 at 8:36 AM, Mitch Frazier mi...@comwestcr.com wrote: I'm using openocd (0.40) on a netx50 CPU (an ARM966E-S). When I use software breakpoints and I set a breakpoint with gdb I then get a false breakpoint in some library

[Openocd-development] tcl echo and puts question

2010-05-10 Thread Spencer Oliver
Hi, Just a query regarding the behaviour of puts and echo and stdout. When using the telnet/gdb interfaces all is as expected. If i use the following the string is output to stdout as expected. echo Hello World in this case the linefeed is appended before the string is output. However if i

Re: [Openocd-development] tcl echo and puts question

2010-05-10 Thread Duane Ellis
Spencer Oliver wrote: {about puts) For puts the model is this: http://www.tcl.tk/man/tcl8.0/TclCmd/puts.htm For ECHO... I know nothing.. Øyvind is probably the tcl man to answer this question :) And I saw he's out for the week. -Duane. ___

[Openocd-development] [PATCH] Fujitsu MBM29SL800TE flash support

2010-05-10 Thread Karl Kurbjun
Hi, This is my first post to the list. First, I would like to thank everyone for their work on OpenOCD, it is a great tool to work with. I have been using it to debug code on hardware for the Rockbox project (www.rockbox.org). The target that I primarily work with has a Spansion/Fujitsu NOR

[Openocd-development] [PATCH 2/2] Documentation: consistency in GDB command name

2010-05-10 Thread Marc Pignat
Always use the complete name of the GDB command, not an abbreviation. --- doc/openocd.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 21c63a8..f38c38f 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -537,7 +537,7 @@

[Openocd-development] [PATCH 1/2] Documentation : arm920t implements armv4

2010-05-10 Thread Marc Pignat
There is a small typo in the cpu list, arm920t is armv4. --- doc/openocd.texi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 49df159..21c63a8 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3432,7 +3432,7 @@ At this