[Openocd-development] [PATCH 0/2] OMAP4430 reset

2011-02-01 Thread Aaron Carroll
Fixes the reset bits of omap4430.cfg. To do this properly we need to be able to override the M3's reset sequence, as can be done already on A8/A9, ARM11, etc. Aaron Carroll (2): cortex_m3: allow scripts to override reset omap4430: fix reset sequence src/target/cortex_m3.c | 10

Re: [Openocd-development] [PATCH 0/2] OMAP4430 reset

2011-02-01 Thread Øyvind Harboe
It looks like an omission in Cortex M3 to me not to support this event and the changed code-path is only when the event is added, so it should be pretty robust against regressions. Merged. However, I'm wondering if the rest of the code in cortex_m3_assert_reset() should not be made available