I haven't tested the patch, but the "retire" part forgets to eliminate
arm11_coproc_instruction_limits[].
The new code should also check for:
if (arm11->target->state != TARGET_HALTED)
{
LOG_WARNING("target was not halted");
return ERROR_TARGET_NOT_HALTED;
}
Michael
On Mon, Oct 26, 2009 at 15:00, Øyvind Harboe <[email protected]> wrote:
> I'm committing the removal of the obsolete stuff to
> the mrcmcr branch as well. This will demonstrate that we end
> up with *less* code than we started with.
>
> Consider arm11 support for mrc/mcr before & after...
>
> I can't retire the old commands until the new ones are tested
> on real hardware though.
>
> --
> Øyvind Harboe
> http://www.zylin.com/zy1000.html
> ARM7 ARM9 ARM11 XScale Cortex
> JTAG debugger and flash programmer
>
> _______________________________________________
> Openocd-development mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/openocd-development
>
>
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development