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