summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.h
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2011-01-04 12:29:49 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2011-01-04 12:29:49 +0000
commit0cd84000daab056dea61eb9d60cca538a3716acd (patch)
tree693d56f745e551f3cabc1ec9ffaf8a7f8d8ff0a1 /src/target/mips_ejtag.h
parentdc1c5a750043a34ff94d51558b5473f567d84604 (diff)
downloadopenocd+libswd-0cd84000daab056dea61eb9d60cca538a3716acd.tar.gz
openocd+libswd-0cd84000daab056dea61eb9d60cca538a3716acd.tar.bz2
openocd+libswd-0cd84000daab056dea61eb9d60cca538a3716acd.tar.xz
openocd+libswd-0cd84000daab056dea61eb9d60cca538a3716acd.zip
mips32: add fastdata loader working area
Add a working area that is preserved between calls to mips_m4k_bulk_write_memory - this gives us a speed increase of approx 3kb/sec during flash writes to the pic32mx. This area is released during a resume/reset. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/mips_ejtag.h')
-rw-r--r--src/target/mips_ejtag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h
index a4430b6e..0db0504a 100644
--- a/src/target/mips_ejtag.h
+++ b/src/target/mips_ejtag.h
@@ -128,6 +128,7 @@ struct mips_ejtag
uint32_t impcode;
uint32_t idcode;
uint32_t ejtag_ctrl;
+ int fast_access_save;
};
int mips_ejtag_set_instr(struct mips_ejtag *ejtag_info,