summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-10-08 23:51:50 -0700
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-10-08 23:51:50 -0700
commit60e24aa597cde2703e933759aebff5d3c2dde314 (patch)
treea60659ea49c002c7da8bb513f27bd2ad2413a5cc /NEWS
parent6160a946ec2b89408b1eeb47a9b3f5916be43285 (diff)
downloadopenocd+libswd-60e24aa597cde2703e933759aebff5d3c2dde314.tar.gz
openocd+libswd-60e24aa597cde2703e933759aebff5d3c2dde314.tar.bz2
openocd+libswd-60e24aa597cde2703e933759aebff5d3c2dde314.tar.xz
openocd+libswd-60e24aa597cde2703e933759aebff5d3c2dde314.zip
make PXA255 targets enumerate sort-of-OK
Startup now mostly works, except that the initial target state is "unknown" ... previously, it refused to even start. Getting that far required fixing the ircapture value (which can never have been correct!) and the default JTAG clock rate, then providing custom reset script. The "reset" command is still iffy. DCSR updates, and loading the debug handler, report numerous DR/IR capture failures. But once that's done, "poll" reports that the CPU is halted (which it shouldn't be, this was "reset run"!), due to the rather curious reason "target-not-halted". Summary: you still can't debug these parts, but it's closer. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fe542db..81fce821 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ Board, Target, and Interface Configuration Scripts:
Samsung s3c2450
Mini2440 board
Numeric TAP and Target identifiers now trigger warnings
+ PXA255 partially enumerates
Documentation:
Capture more debugging and setup advice