summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-24 21:54:09 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-24 21:54:09 +0000
commit8529e7c21e9976425a335693b19494783e1945e0 (patch)
tree275841bd3861cd981b652ba923b6ab665ee19b8e /src/target/xscale.h
parente258c6aeb6cd3ee8ea5dce769a5c6314a61dca8c (diff)
downloadopenocd+libswd-8529e7c21e9976425a335693b19494783e1945e0.tar.gz
openocd+libswd-8529e7c21e9976425a335693b19494783e1945e0.tar.bz2
openocd+libswd-8529e7c21e9976425a335693b19494783e1945e0.tar.xz
openocd+libswd-8529e7c21e9976425a335693b19494783e1945e0.zip
- added "xscale fast_memory_access" which speeds up memory
access by disabling "unecessary" checks. - arm926ejs. Added missing type->mmu and type->virt2phys fn's. for now these are used by working_area when specifying mmu enabled and mmu not enabled address git-svn-id: svn://svn.berlios.de/openocd/trunk@335 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 8d1c25cc..62285abb 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -143,6 +143,8 @@ typedef struct xscale_common_s
/* possible future enhancements that go beyond XScale common stuff */
void *arch_info;
+
+ int fast_memory_access;
} xscale_common_t;
typedef struct xscale_reg_s