Re: [Openocd-development] srst gates trst patch

2009-10-05 Thread Øyvind Harboe
> Any objection if I restore the previous default, while still > ensuring that the "reset_config" command can control this? Sounds good to me. Thanks for spotting this and pitching in. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash progr

Re: [Openocd-development] srst gates trst patch

2009-10-05 Thread David Brownell
On Wednesday 16 September 2009, Øyvind Harboe wrote: > --- src/target/arm7_9_common.c(revision 2714) > +++ src/target/arm7_9_common.c(working copy) > @@ -1021,6 +1021,17 @@ > return ERROR_FAIL; > } > > + /* at this point trst has been asserted/deasserted once

Re: [Openocd-development] srst gates trst patch

2009-09-17 Thread Øyvind Harboe
Take #3 committed w/docs. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag/jtag.h === --- src/jtag/jtag.h (revision 2714) +++ s

Re: [Openocd-development] srst gates trst patch

2009-09-16 Thread Øyvind Harboe
Take #2 -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ### Eclipse Workspace Patch 1.0 #P openocd Index: src/jtag/jtag.h === --- src/jtag/jtag.h (revision 2714) +++ src/jtag/jtag.h (

[Openocd-development] srst gates trst patch

2009-09-16 Thread Øyvind Harboe
The attached patch adds a reset_config option "srst_gates_jtag". arm7_9 will try to program embedded ice while SRST is asserted, but handle srst pulls trst and srst gates jtag. Comments? -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ### Eclipse Workspa