[Openocd-development] [PATCH] Add support for the DLP-USB1232H JTAG module

2009-09-09 Thread Uwe Hermann
Hi, I recently got a DLP Design DLP-USB1232H UART/SPI/JTAG module which is based on an FT2232H chip. I originally intended to use it to flash SPI BIOS chips from various mainboards (for details on that setup see http://www.coreboot.org/Flashrom/FT2232SPI_Programmer). However, this module is equal

Re: [Openocd-development] PATCH: cfi.c: Improved support for some flash devices

2009-09-09 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] PATCH: cfi.c: Improved support for some flash devices

2009-09-09 Thread Rolf Meeser
Hi, This patch adds target algorithm support for those flash devices that do not support DQ5 polling. So far they could only be programmed with host algorithm, but this was way too slow. I added support for 16-bit devices only (I have an SST39VF3201). I didn't want to add support for 8 and 32

Re: [Openocd-development] Beagleboard post reset event

2009-09-09 Thread Øyvind Harboe
> I committed a fix for a bug where running jtag configure twice would > cause an infinite loop upon event nofitication, but it still bothers me that > jtag configure was invoked twice... Red herring: I had the configure statement listed twice, so I uncovered and fixed a real bug. No mysteries the

[Openocd-development] sync command

2009-09-09 Thread Øyvind Harboe
One problem with GDB is that it can get out of sync with the target. While GDB believes that the target is in the halted mode, the target could be running, powered down, halted, etc. Here is an idea: - add a new command to OpenOCD, "sync". When this is issued on a target, the next step command w

[Openocd-development] xscale debug_handler.bin

2009-09-09 Thread Sergey Lapin
Hi, all! TODO does have the following entry: - regression: xscale does not place debug_handler.bin into the right spot. workaround: use -s option on command line to place xscale/debug_handler.bin in search path. And, really, ${prefix}/lib/openocd/xscale is not within scripts search path. We ca

Re: [Openocd-development] PXA270 problems

2009-09-09 Thread Øyvind Harboe
> I just don't understand what really do you want to fix as proper fix. > We have ${prefix}/lib/openocd/, which is PKGLIBDIR. Do you want to > install all that to PKGDATADIR (${prefix}/share/openocd)? You'll have to start a new thread on this. I attempted a fix, but I was told it wouldn't work on

[Openocd-development] PXA270 problems

2009-09-09 Thread Sergey Lapin
Sorry, forgot to Cc list -- Forwarded message -- From: Sergey Lapin Date: Wed, Sep 9, 2009 at 12:00 PM Subject: Re: [Openocd-development] PXA270 problems To: Øyvind Harboe On Wed, Sep 9, 2009 at 11:45 AM, Øyvind Harboe wrote: > On Wed, Sep 9, 2009 at 9:39 AM, Michael > Schwing

Re: [Openocd-development] PXA270 problems

2009-09-09 Thread Øyvind Harboe
On Wed, Sep 9, 2009 at 9:39 AM, Michael Schwingen wrote: > Øyvind Harboe wrote: >>> I've failed to find link now, but reproduced patch and attached it to this >>> mail, >>> so I think you will remember this one. >>> >> >> That one... It's in TODO file. Someone needs to step up to the plate and >>

Re: [Openocd-development] PXA270 problems

2009-09-09 Thread Michael Schwingen
Øyvind Harboe wrote: >> I've failed to find link now, but reproduced patch and attached it to this >> mail, >> so I think you will remember this one. >> > > That one... It's in TODO file. Someone needs to step up to the plate and > fix the automake files I don't know the install rules, et

Re: [Openocd-development] Beagleboard post reset event

2009-09-09 Thread Øyvind Harboe
Take #3... I committed a fix for a bug where running jtag configure twice would cause an infinite loop upon event nofitication, but it still bothers me that jtag configure was invoked twice... -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ### Eclipse Wo

[Openocd-development] tcl event bug fixes

2009-09-09 Thread Øyvind Harboe
Committed. - Fix bug-in-waiting when adding more than one TAP event type - Infinite loop bugfix when running tap configure a second time -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag/tcl.c =