summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 10:33:20 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-07 10:33:20 +0000
commit587aa648509c90ef4fdae5b2dea7ed9664ba50eb (patch)
tree9e7de68d103800ecfe17751a44e59ea34733ff8b /TODO
parentf21026e2f5a9683ef1c8605bb67786f17af0b2e7 (diff)
downloadopenocd+libswd-587aa648509c90ef4fdae5b2dea7ed9664ba50eb.tar.gz
openocd+libswd-587aa648509c90ef4fdae5b2dea7ed9664ba50eb.tar.bz2
openocd+libswd-587aa648509c90ef4fdae5b2dea7ed9664ba50eb.tar.xz
openocd+libswd-587aa648509c90ef4fdae5b2dea7ed9664ba50eb.zip
more arm926ejs bugs
git-svn-id: svn://svn.berlios.de/openocd/trunk@2486 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
index 709cc5a5..0922c663 100644
--- a/TODO
+++ b/TODO
@@ -22,6 +22,25 @@ https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html
- reset run/halt/step for arm926ejs is not robust. Needs lots of testing to
map out problems.
+- i.MX27 reset run problems. Notice below that even if the target is running,
+a EICE_DBG_STATUS_DBGACK(I think...) is detected and OpenOCD wrongly believes that the
+target is halted. Polling the target afterwards reveals that the
+target is running. Notice the MOE=0xe value.
+
+> reset run
+JTAG tap: imx27.bs tap/device found: 0x1b900f0f (mfg: 0x787, part: 0xb900, ver: 0x1)
+JTAG Tap/device matched
+JTAG tap: imx27.cpu tap/device found: 0x07926121 (mfg: 0x090, part: 0x7926, ver: 0x0)
+JTAG Tap/device matched
+WARNING: unknown debug reason: 0xe
+target state: halted
+target halted in ARM state due to debug-request, current mode: User
+cpsr: 0x00000000 pc: 0xffffffe8
+MMU: disabled, D-Cache: disabled, I-Cache: disabled
+
+
+
+
@section thelisttcl TCL
This section provides possible things to improve with OpenOCD's TCL support.