[Openocd-development] [patch/fyi] rename jtag_interface_{init, quit}()

2010-03-14 Thread David Brownell
These routines apply to non-JTAG debug adapters too. To reduce confusion, give them better (non-misleading) names. --- I'll be using the "adapter_" prefix in other patches too, addressing the same confusion: lots of stuff that's not at all specific to JTAG, but is named as if it were. src/jtag/c

Re: [Openocd-development] [patch/rfc] split "interface" commands from "jtag" ones

2010-03-14 Thread David Brownell
On Wednesday 10 March 2010, David Brownell wrote: > Start decoupling the two concepts ("debug adapter driver", "jtag") > by having two command groups, which initialize separately. > > This will help us support OpenOCD sessions using only non-JTAG > transports, in which JTAG commands should not be

Re: [Openocd-development] SEGV in reset on Cortex M3/LPC1768

2010-03-14 Thread Jörg Fischer
David Brownell schrieb: > On Tuesday 09 March 2010, David Brownell wrote: >> On Tuesday 09 March 2010, Jörg Fischer wrote: >>> I'm getting only segfaults using current git, >>> whenever I tried "reset" (init/halt/run). >> I didn' see that. > > > And still don't ... I can't reproduce the Error wi

[Openocd-development] [patch/rfc] FT2232: lookup and save layout just once

2010-03-14 Thread David Brownell
Streamline use of the layout: have the "ft2232_layout" command look it up and save the result, instead of having a few different chunks of code looking it up later, and saving just its name (which is already part of the layout). This - takes less code - is cleaner. - reports related err

Re: [Openocd-development] [patch] Allow image commands to specify offset >= 0x80000000

2010-03-14 Thread Bradey Honsinger
On Sun, Mar 14, 2010 at 3:45 AM, Øyvind Harboe wrote: > On 3/14/10, Bradey Honsinger wrote: >> Patch with commit message is attached; comments and corrections >> welcome. Patch is against 0.4.0, but I can rediff against head if it >> doesn't apply cleanly. > > Forgot the attachment? Hmm, I could

Re: [Openocd-development] SEGV in reset on Cortex M3/LPC1768

2010-03-14 Thread David Brownell
On Tuesday 09 March 2010, David Brownell wrote: > On Tuesday 09 March 2010, Jörg Fischer wrote: > > I'm getting only segfaults using current git, > > whenever I tried "reset" (init/halt/run). > > I didn' see that. And still don't ... ___ Openocd-devel

[Openocd-development] [PATCH] LPC3180(LPC3250) SLC driver implemnted

2010-03-14 Thread richard vegh
Hi, Until this time only basic SLC functionality exists when you want to use SLC to access external nand flash. Basic functionality can be selected with command: lpc3180 select 0 slc It is anyway very slow to write/read to/from nand flash. With the new command, SLC speed improved about 20 t