Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-20 Thread Øyvind Harboe
This turned out to be a red herring: https://lists.berlios.de/pipermail/openocd-development/2009-September/010692.html -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openoc

Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-20 Thread David Brownell
On Saturday 19 September 2009, David Brownell wrote: > However that is not the cause of the new reset problems > I'm seeing on an arm926.  Still chasing those down. Seems like it was just a JTAG clock rate issue ... now that I'm trying to use OpenOCD to debug some bootloader code, such issues beco

Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-19 Thread David Brownell
On Saturday 19 September 2009, Øyvind Harboe wrote: > > Another thing to try is to see if the recent change to > ft2232 jtag_add_pathmove() broke your target... I did a code review of that and it looks "obviously correct" ... so I did some style cleanups, which are now checked in. ;) However th

Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-19 Thread Øyvind Harboe
Another thing to try is to see if the recent change to ft2232 jtag_add_pathmove() broke your target... Did 2722 break your target? I.e. does 2721 work? -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openo

Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-18 Thread Øyvind Harboe
Thanks for following up on this and some excellent detective work. Another clue is that 2047 has a quaint definition of ARM11_TAP_DEFAULT. #define ARM11_TAP_DEFAULT jtag_add_end_state(TAP_INVALID) I have *no idea* what would happen if you tried your patch + the 2047 AR

Re: [Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-18 Thread Ethan Eade
Øyvind Harboe wrote: arm11 code is broken in 2046->2047 ref: https://lists.berlios.de/pipermail/openocd-development/2009-September/010644.html I've looked at this and it is a pretty hellish problem to figure out from a code inspection point of view. Agreed; I went the route of instrumenting

[Openocd-development] A cry for help to figure out what broke from 2046 to 2047

2009-09-18 Thread Øyvind Harboe
arm11 code is broken in 2046->2047 ref: https://lists.berlios.de/pipermail/openocd-development/2009-September/010644.html I've looked at this and it is a pretty hellish problem to figure out from a code inspection point of view. Anyone taking the time to look at 2046 in detail will conclude that