From: David B. <dbr...@us...> - 2009-10-26 00:30:54
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 0cac8b67be5c6f6f5b2bc3a86f78d4d02e364792 (commit) from a07422c26cb0a659c7615d6c0aa2cf09d8a48829 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0cac8b67be5c6f6f5b2bc3a86f78d4d02e364792 Author: David Brownell <dbr...@us...> Date: Sun Oct 25 16:30:30 2009 -0700 minor fixes to TODO list diff --git a/TODO b/TODO index 611bdd3..6f9c749 100644 --- a/TODO +++ b/TODO @@ -78,6 +78,10 @@ There are some known bugs to fix in JTAG adapter drivers: - usbprog.c - vsllink.c - rlink/rlink.c +- bug: USBprog is broken with new tms sequence; it needs 7-clock cycles. + Fix promised from Peter Denison openwrt at marshadder.org + Workaround: use "tms_sequence long" @par + https://lists.berlios.de/pipermail/openocd-development/2009-July/009426.html The following tasks have been suggeted for improving OpenOCD's JTAG interface support: @@ -131,10 +135,6 @@ Once the above are completed: - general layer cleanup: @par https://lists.berlios.de/pipermail/openocd-development/2009-May/006590.html -- bug: either USBprog is broken with new tms sequence or there is a general - problem with XScale and the new tms sequence. Workaround: use "tms_sequence long" - @par - https://lists.berlios.de/pipermail/openocd-development/2009-July/009426.html - regression: "reset halt" between 729(works) and 788(fails): @par https://lists.berlios.de/pipermail/openocd-development/2009-July/009206.html - ARM7/9: @@ -144,7 +144,7 @@ https://lists.berlios.de/pipermail/openocd-development/2009-October/011506.html - add reset option to allow programming embedded ice while srst is asserted. Some CPUs will gate the JTAG clock when srst is asserted and in this case, it is necessary to program embedded ice and then assert srst afterwards. -- ARM923EJS: +- ARM926EJS: - reset run/halt/step is not robust; needs testing to map out problems. - ARM11 improvements (MB?) - add support for asserting srst to reset the core. ----------------------------------------------------------------------- Summary of changes: TODO | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Main OpenOCD repository |