PIC32: add software reset support

The PIC32MX does not support the ejtag software reset - it is
optional in the ejtag spec.

We perform the equivalent using the microchip specific MTAP cmd's.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-03-16 12:54:08 +00:00
parent 79ca05b106
commit e7e9bfde47
4 changed files with 61 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ struct target;
struct mips_m4k_common
{
int common_magic;
bool is_pic32mx;
struct mips32_common mips32;
};