Thanks, Øyvind and Duane!

Yeap! Browsing pieces of code yesterday, I found out that support to ARM 11
is not implemented yet.

I'll go back to ARM11 reference manual and try my chances.

Best,
Renato

On Thu, Dec 18, 2008 at 5:46 AM, Øyvind Harboe <[email protected]>wrote:

> I've got an i.MX31 in my office.
>
> The ARM11 code is missing important code...
>
>
>
> /* architecture specific status reply */
> int arm11_arch_state(struct target_s *target)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
>
> /* target request support */
> int arm11_target_request_data(struct target_s *target, u32 size, u8
> *buffer)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
>
> int arm11_soft_reset_halt(struct target_s *target)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
> int arm11_checksum_memory(struct target_s *target, u32 address, u32
> count, u32* checksum)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
> int arm11_add_watchpoint(struct target_s *target, watchpoint_t *watchpoint)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
>
> int arm11_remove_watchpoint(struct target_s *target, watchpoint_t
> *watchpoint)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
> int arm11_quit(void)
> {
>        FNC_INFO_NOTIMPLEMENTED;
>
>        return ERROR_OK;
> }
>
> --
> Øyvind Harboe
> http://www.zylin.com/zy1000.html
> ARM7 ARM9 XScale Cortex
> JTAG debugger and flash programmer
>
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to