4119cd6db2
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
David Brownell
2009-10-06 08:29:23 -07:00
39b57471bf
Introduced jtag_init and "jtag arp_init" to allow target scripts more control over how OpenOCD starts up and initializes the target.
oharboe
2009-10-06 08:10:57 +00:00
a2886fe3c6
stop using targetnum
oharboe
2009-10-06 08:10:05 +00:00
00f2c9e062
Take "patches" out of .gitignore ... Win32 is case-crazy
dbrownell
2009-10-06 05:28:30 +00:00
0d3632adff
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
David Brownell
2009-10-05 16:49:51 -07:00
7c7467b34f
Add a new JTAG "setup" event; use for better DaVinci ICEpick support.
dbrownell
2009-10-05 08:20:28 +00:00
16a7ad5799
Minor cleanup to ARM926 debug entry:
dbrownell
2009-10-05 08:18:17 +00:00
3aa9fabfe9
Update the NEWS file to cover more of the user-visible changes.
dbrownell
2009-10-05 08:14:57 +00:00
c6b24fb4f0
Get rid of needless OMAP and Davinci target config options so they provide better examples and are easier to maintain.
dbrownell
2009-10-05 08:13:00 +00:00
16742b529b
It is not possible to invalidate I-Cache on memory writes while the target is running
mlu
2009-10-02 16:50:42 +00:00
49f3497bfa
Make sure that DSCR_DTR_RX is not full before writing
mlu
2009-10-02 16:44:16 +00:00
1b90a9f5eb
More error reporting in Cortex_a8 execute_opcode
mlu
2009-10-02 16:39:50 +00:00
84dabdcc72
Added asser_reset and deassert_reset for cortex_a8
mlu
2009-10-02 16:37:22 +00:00
c74ede4248
Added asser_reset and deassert_reset for cortex_a8
mlu
2009-10-02 16:36:03 +00:00
1033633321
Minor ETB and ETM bugfixes and doc updates
dbrownell
2009-10-02 09:19:03 +00:00
d340906476
ARMv7A: Report fault status registers when in Abort state
mlu
2009-10-01 17:39:13 +00:00
e3d82fe24d
Update release process documentation. - Improve and clarify the wording of the introduction. - Add section on version taggging. - Some other minor corrections.
zwelch
2009-09-30 23:20:52 +00:00
1beb24a61c
Improve release script version tag management commands.
zwelch
2009-09-30 23:20:43 +00:00
eccd9059d3
Add numeric version tag support to release script.
zwelch
2009-09-30 23:20:36 +00:00
14be119906
Add workaround to release script to update source code URL keyword.
zwelch
2009-09-30 23:20:13 +00:00
7b9f01e0ae
Document and automate signature creation for the release archives.
zwelch
2009-09-30 23:20:06 +00:00
8624535b80
Fix release script bugs after experience from 0.2.0: - The NEWS step failed due to an empty commit comment. - The final release step would have failed, because the steps to switch from the secure to insecure repository (and back again) require both switch and a URL relocation steps
zwelch
2009-09-30 23:19:53 +00:00
ad43374c7f
Update DM355 target config to know about ICEpick. Still defaults to nonstandard EMU0/EMU1 settings.
dbrownell
2009-09-25 17:02:59 +00:00
43b3807878
Michael Hasselberg <mh@open-engineering.de> target configuration files for Toshiba TX09 familiy
oharboe
2009-09-25 16:48:15 +00:00
1c262c8826
Try/catch scheme. Typed up the functionality and regression tested. Ready for discussion and tiny patches that tries out this scheme.
oharboe
2009-09-25 11:11:39 +00:00
37755ffdb6
When attaching GDB to OpenOCD, the target state is no longer affected. Added gdb_sync feature that allows GDB to sync up to target state. Issue "monitor gdb_sync" and the next stepi, will return immediately with updated register values to GDB.
oharboe
2009-09-24 06:34:23 +00:00
23e22b6ec4
Start handling the (second) SRST stage of reset better: make sure that when there are two or more targets, their various pre/post event reports are correctly ordered.
dbrownell
2009-09-23 22:03:41 +00:00