Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Mathias K.
It is a custom board but should work with other configurations to. The JTAG is a olimex ARM-USB-TINY. I think a better target name (target struct) is "dsp563xx" instead of "dsp56". Am 11.12.2009 11:37, schrieb Øyvind Harboe: > On Fri, Dec 11, 2009 at 11:31 AM, Mathias K. wrote: >> The Format t

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Øyvind Harboe
On Fri, Dec 11, 2009 at 11:31 AM, Mathias K. wrote: > The Format things are changed but no work on doc. Also at least one target and/or board config file would be good. -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Mathias K.
From: Mathias Kuester --- src/target/Makefile.am |6 +- src/target/dsp563xx.c | 988 src/target/dsp563xx.h | 88 src/target/dsp563xx_once.c | 122 ++ src/target/dsp563xx_once.h | 81 src/target/target.c|

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Mathias K.
The Format things are changed but no work on doc. Am 11.12.2009 10:34, schrieb Øyvind Harboe: > Work on the documentation and the other things that David & Zach(?) > mentioned and post again. > > ___ Openocd-development mailing list Openocd-developmen

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Øyvind Harboe
Work on the documentation and the other things that David & Zach(?) mentioned and post again. -- Ø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 ___

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Mathias K.
Hello, > So you wrote this from scratch? Yes. > I.e. are you the sole copyright holder? Yes. This work is based on the freescale documentation and included examples in this documents. List of documents: AN1751.pdf AN1839.pdf AN1935.pdf AN2074.pdf APR25.pdf DSP56300FM.pdf DSP56321.pdf DSP5632

Re: [Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-11 Thread Øyvind Harboe
So you wrote this from scratch? I.e. are you the sole copyright holder? Does someone see a reason why we shouldn't commit this? It needs documentation in openocd.texi. -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11

[Openocd-development] [PATCH 1/1] - add dsp563xx support

2009-12-10 Thread Mathias K.
From: Mathias Kuester --- src/target/Makefile.am |6 +- src/target/dsp563xx.c | 1037 src/target/dsp563xx.h | 88 src/target/dsp563xx_once.c | 124 ++ src/target/dsp563xx_once.h | 81 src/target/target.c|