Re: [Openocd-development] ARM1176 problems

2008-10-01 Thread Øyvind Harboe
On Wed, Oct 1, 2008 at 11:08 PM, Ben Dooks <[EMAIL PROTECTED]> wrote: > Has openocd been tested recently with ARM1176? I'm running r1013 > and it is repsonding as so: > > Info: JTAG device found: 0x2b900f0f (Manufacturer: 0x787, Part: 0xb900, > Version: 0x2) > Info: JTAG device found: 0x07b76f

[Openocd-development] ARM1176 problems

2008-10-01 Thread Ben Dooks
Has openocd been tested recently with ARM1176? I'm running r1013 and it is repsonding as so: Info: JTAG device found: 0x2b900f0f (Manufacturer: 0x787, Part: 0xb900, Version: 0x2) Info: JTAG device found: 0x07b76f0f (Manufacturer: 0x787, Part: 0x7b76, Version: 0x0) Error: Error validating JT

Re: [Openocd-development] Tidying up reset init events

2008-10-01 Thread Øyvind Harboe
On Wed, Oct 1, 2008 at 12:07 PM, Duane Ellis <[EMAIL PROTECTED]> wrote: >> OK. >> Update all the target & event scripts then? > > You mean change the scripts supplied with "openocd" - then yes, they should > switch to the new system. Patch? ;-) > But we should not get rid of the "old-"names bec

Re: [Openocd-development] Tidying up reset init events

2008-10-01 Thread Duane Ellis
> OK. > Update all the target & event scripts then? You mean change the scripts supplied with "openocd" - then yes, they should switch to the new system. But we should not get rid of the "old-"names because others may have customzed scripts locally and there is on means to update those. -Du

Re: [Openocd-development] Tidying up reset init events

2008-10-01 Thread Øyvind Harboe
On Wed, Oct 1, 2008 at 11:50 AM, Duane Ellis <[EMAIL PROTECTED]> wrote: > Øyvind Harboe wrote: >> >> old-post_reset is the most important event that just about anyone >> writing a target configuration script will encounter. >> >> How about simply renaming this event to indicate that it is >> still

Re: [Openocd-development] Tidying up reset init events

2008-10-01 Thread Duane Ellis
Øyvind Harboe wrote: > old-post_reset is the most important event that just about anyone > writing a target configuration script will encounter. > > How about simply renaming this event to indicate that it is > still fully supported and recommended rather than something > old and nasty to be ignore

[Openocd-development] Tidying up reset init events

2008-10-01 Thread Øyvind Harboe
Now that the dust has settled, I'm thinking that it is time to start tightening the bolts and tidy up things. The first thing I'd like to clean up is to make old-post_reset a first class citizen again. :-) old-post_reset is the most important event that just about anyone writing a target configur