Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-17 Thread Øyvind Harboe
Committed. Thanks! Hopefully the test results over the next days & weeks will be positive. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-16 Thread Øyvind Harboe
> As far as I know there are two parts  of  OpenOCD that makes significant use > of  path_move's and that is  ARM11 and the XSVF/SVF player code. So I think > changes/patches should be tested against them. > > Are there any core developers left here that know these things ?? the xsvf & svf code is

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-16 Thread Magnus Lundin
michal smulski wrote: > Here is a patch against r2715 that makes the arm11 memwrite burst work > again with Olimex JTAG. > > As far I can see in the code, the original ft2232_add_pathmove() > function was split into two ft2232_add_pathmove & clock_tms(). I think > that clock_tms() is working ok as

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-16 Thread michal smulski
Here is a patch against r2715 that makes the arm11 memwrite burst work again with Olimex JTAG. As far I can see in the code, the original ft2232_add_pathmove() function was split into two ft2232_add_pathmove & clock_tms(). I think that clock_tms() is working ok as it is used elsewhere. So the bug

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-16 Thread Øyvind Harboe
Create a patch that reverts the change to ft2232_add_pathmove()? As a first step you should make as *few* changes as possible, including not messing with formatting. From there the community could submit incremental patches that tinker with formatting, precise implementation, etc. That's my thin

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-15 Thread Øyvind Harboe
On Tue, Sep 15, 2009 at 6:46 PM, michal smulski wrote: > > 'tms_sequence long' is not a valid command on r1824 or r1825. On r2709 > produces error during burst write. > > Is there anything else I can try? break apart 1824-1825 into a series of patches. -- Øyvind Harboe Embedded software and har

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-15 Thread michal smulski
'tms_sequence long' is not a valid command on r1824 or r1825. On r2709 produces error during burst write. Is there anything else I can try? --Michal On Tue, 2009-09-15 at 09:55 +0200, Magnus Lundin wrote: > Øyvind Harboe wrote: > > On Tue, Sep 15, 2009 at 6:18 AM, michal smulski > > wrote: > >

Re: [Openocd-development] svn 1825 breaks arm1136 burst mode

2009-09-15 Thread Magnus Lundin
Øyvind Harboe wrote: > On Tue, Sep 15, 2009 at 6:18 AM, michal smulski > wrote: > >> I noticed that something was not right with my svn repo after doing >> various up-rev's and down-rev's and decided to start fresh. >> >> It turns out that last 'memwrite burst' working is actually rev 1824 an