Re: [Openocd-development] dsp563xx: rudimentary gdb support

2011-02-21 Thread Øyvind Harboe
Merged. Thanks! -- Øyvind Harboe Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-

[Openocd-development] [PATCH 2/2] add at91rm9200-ek board support

2011-02-21 Thread Jean-Christophe PLAGNIOL-VILLARD
tested with jlink sam-ice v5 while loading barebox (gdb) load Loading section .text, size 0x2f190 lma 0x21f0 Loading section .rodata, size 0x931c lma 0x21f2f190 Loading section .data, size 0x29e8 lma 0x21f384ac Loading section .barebox_cmd, size 0x78c lma 0x21f3ae94 Loading section .barebox_in

[Openocd-development] [PATCH 1/2] jlink: set the speed at JLINK_MAX_SPEED when an exceeded speed is requested

2011-02-21 Thread Jean-Christophe PLAGNIOL-VILLARD
it will allow to be at the highest speed of the jlink without touching the board or cpu config tested on sam-ice v5 and at91rm9200-ek Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez --- src/jtag/drivers/jlink.c |4 ++-- 1 files changed, 2 insertions(+

Re: [Openocd-development] Add new hardware

2011-02-21 Thread Peter Stuge
Hard Maker wrote: > I'm designing a new JTAG adapter to work with OpenOCD. Basically is a > usb <-> paralle interface at 3.3 [V]. Please have a look at the Versaloon. Maybe you can help improve it instead of starting from scratch. versaloon.com //Peter ___

[Openocd-development] Add new hardware

2011-02-21 Thread Hard Maker
Hi, I'm designing a new JTAG adapter to work with OpenOCD. Basically is a usb <-> paralle interface at 3.3 [V]. I'm thinking rewrite some functions of parport.c file to use my hardware. Are some path preset to add support for new hardware? Thank's Sergio __