diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-10-24 14:50:57 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-11-05 23:56:37 +0100 |
commit | cca7cf1e74ef0fd910e090eaa22c9099c30b06c9 (patch) | |
tree | 7a761045d8b37a2fb34d3be15e06ad89cefcce17 /TODO | |
parent | b64503e37f1080b8d78cc9303363179ae8e38269 (diff) | |
download | riscv-openocd-cca7cf1e74ef0fd910e090eaa22c9099c30b06c9.zip riscv-openocd-cca7cf1e74ef0fd910e090eaa22c9099c30b06c9.tar.gz riscv-openocd-cca7cf1e74ef0fd910e090eaa22c9099c30b06c9.tar.bz2 |
TODO: Wrote up list of remaining tasks for target->type->mrc/mcr
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -142,6 +142,12 @@ Once the above are completed: https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html - regression: "reset halt" between 729(works) and 788(fails): @par https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html +- mcr/mrc target->type support + - missing from ARM11, ARM920t, ARM966e, XScale. + It's possible that the current syntax is unable to support read-modify-write + operations(see arm966e). + - mcr/mrc - retire cp15 commands when there the mrc/mrc commands have been + tested from: arm926ejs, arm720t, cortex_a8 - ARM7/9: - clean up "arm9tdmi vector_catch". Available for some arm7 cores? @par https://lists.berlios.de/pipermail/openocd-development/2009-October/011488.html |