Re: [Openocd-development] parport.cfg question

2008-11-17 Thread Uwe Hermann
On Fri, Nov 07, 2008 at 02:17:39AM +0100, Uwe Hermann wrote: Hi, why does src/target/interface/parport.cfg use the parport_port 0xc8b8 config? Shouldn't that be either 0 or 0x3f8 rather? I've never seen that one used anywhere, and it definately doesn't work on my (standard PC)

Re: [Openocd-development] [PATCH] Fix ep93xx compile on armel / arm

2008-11-17 Thread Uwe Hermann
On Fri, Nov 07, 2008 at 01:59:36AM +0100, Uwe Hermann wrote: Hi, I've updated the OpenOCD Debian package to r1130 yesterday, and the Debian autobuild daemons found a compile problem with ep93xx on the 'armel' architecture, see

[Openocd-development] [COMMIT]mips32 hardware breakpoint support

2008-11-17 Thread Spen
Hi, I have committed the attached patch. It adds hardware breakpoint support to the mips target. TODO: software breakpoints and watchpoints. Cheers Spen mips.patch Description: Binary data ___ Openocd-development mailing list

Re: [Openocd-development] xsvf player does not work

2008-11-17 Thread Steve Franks
The folks over at urjtag (http://www.urjtag.org/) are doing this for svf (but not xsvf). Might be a good learning tool. Seems to program all my xilinx stuff... Might be opportunities to merge or share code as well. If you add urjtag and openocd together, I think you have 98% of the working

Re: [Openocd-development] xsvf player does not work

2008-11-17 Thread Øyvind Harboe
What's the license? I see no point in trying to solve solved problems if the code is GPL compatible. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list

Re: [Openocd-development] xsvf player does not work

2008-11-17 Thread Steve Franks
http://www.urjtag.org/book/_licensing.html It's GPL with some BSD. Project is hosted on sourceforge. Steve ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] xsvf player does not work

2008-11-17 Thread Alan Carvalho de Assis
Hi Steve On Mon, Nov 17, 2008 at 9:26 PM, Steve Franks [EMAIL PROTECTED] wrote: http://www.urjtag.org/book/_licensing.html It's GPL with some BSD. Project is hosted on sourceforge. Great! I think UrJTAG has a nice BSDL file parser, maybe it can be useful to OpenOCD. These two projects

Re: [Openocd-development] xsvf player does not work

2008-11-17 Thread Duane Ellis
Steve Franks wrote: The folks over at urjtag (http://www.urjtag.org/) are doing this for svf (but not xsvf). Might be a good learning tool. Seems to program all my xilinx stuff... Might be opportunities to merge or share code as well. If you add urjtag and openocd together, I think you