summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-11 21:14:31 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-11 21:14:31 +0000
commitf6a29d438e2770c7c54f30cb5e80141a0d70146e (patch)
treeaa0503992ca8621f554da478c1f9f6e12fee769d /TODO
parent4f7761828c91108d4bf4a12e78f23b6483b18ade (diff)
downloadopenocd+libswd-f6a29d438e2770c7c54f30cb5e80141a0d70146e.tar.gz
openocd+libswd-f6a29d438e2770c7c54f30cb5e80141a0d70146e.tar.bz2
openocd+libswd-f6a29d438e2770c7c54f30cb5e80141a0d70146e.tar.xz
openocd+libswd-f6a29d438e2770c7c54f30cb5e80141a0d70146e.zip
David Brownell <david-b@pacbell.net> some early todo items on run_algorithm
git-svn-id: svn://svn.berlios.de/openocd/trunk@2697 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ac43e2c7..7301e981 100644
--- a/TODO
+++ b/TODO
@@ -132,6 +132,10 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
ARM1156 has Thumb2; ARM1136 doesn't.
- Cortex A8 support (ML)
- add target implementation (ML)
+- Generic ARM run_algorithm() interface
+ - tagged struct wrapping ARM instructions and metadata
+ - not revision-specific (current: ARMv4+ARMv5 -or- ARMv6 -or- ARMv7)
+ - usable with at least arm_nandwrite() and generic CFI drivers
- MC1322x support (JW/DE?)
- integrate and test support from JW (and DE?)
- get working with a known good interface (i.e. not today's jlink)