Re: [Openocd-development] Automatic detection of debugbase for cortex A8

2010-12-04 Thread Marek Vasut
On Tuesday 30 November 2010 08:16:31 Øyvind Harboe wrote: > > This patch breaks debugging on the DM37x. It appears that the debug > > base and APID is not sufficient to identify problematic processors > > since the DM37x on the Beagleboard XM incorrectly passes the checks in > > arm_adi_v5.c: > >

Re: [Openocd-development] Automatic detection of debugbase for cortex A8

2010-11-29 Thread Øyvind Harboe
> This patch breaks debugging on the DM37x.  It appears that the debug > base and APID is not sufficient to identify problematic processors > since the DM37x on the Beagleboard XM incorrectly passes the checks in > arm_adi_v5.c: > >        for (i = 0; i < sizeof(broken_cpus)/sizeof(struct broken_cp

Re: [Openocd-development] Automatic detection of debugbase for cortex A8

2010-11-12 Thread Karl Kurbjun
On Sat, Nov 6, 2010 at 8:42 AM, Øyvind Harboe wrote: > I've merged Marek's work: > > http://repo.or.cz/w/openocd/cortex.git > > I'm pleased not only with the result, but how the set of patches > came about through a great discussion on the list and > improvement of Marek's original solution! > > (

[Openocd-development] Automatic detection of debugbase for cortex A8

2010-11-06 Thread Øyvind Harboe
I've merged Marek's work: http://repo.or.cz/w/openocd/cortex.git I'm pleased not only with the result, but how the set of patches came about through a great discussion on the list and improvement of Marek's original solution! (I haven't actually been able to try it, though it looks great to me,