summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change version labels to work better with GITdbrownell2009-10-072-3/+5
* Dragonite has the same EICE affliction as feroceon.dbrownell2009-10-061-1/+2
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-064-13/+37
* Improve jtag_validate_ircapture() diagnostics.dbrownell2009-10-051-8/+10
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-053-23/+43
* Minor cleanup to ARM926 debug entry:dbrownell2009-10-051-2/+6
* It is not possible to invalidate I-Cache on memory writes while the target is...mlu2009-10-021-0/+3
* Make sure that DSCR_DTR_RX is not full before writingmlu2009-10-021-0/+27
* More error reporting in Cortex_a8 execute_opcodemlu2009-10-021-0/+6
* Added asser_reset and deassert_reset for cortex_a8mlu2009-10-021-2/+2
* Added asser_reset and deassert_reset for cortex_a8mlu2009-10-021-22/+56
* Minor ETB and ETM bugfixes and doc updatesdbrownell2009-10-022-54/+82
* ARMv7A: Report fault status registers when in Abort statemlu2009-10-011-0/+23
* Add DSCR_DTR_RX_FULL bit definemlu2009-09-301-0/+1
* Streamline Capture-IR validation codedbrownell2009-09-291-26/+23
* ARM11 command handling fixesdbrownell2009-09-291-41/+41
* Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell2009-09-291-3/+7
* ETM: fix build issue on MinGW.dbrownell2009-09-291-20/+21
* ETB: cleanup needless symbol exports and forward decls.dbrownell2009-09-292-40/+35
* handle single threadingoharboe2009-09-291-14/+34
* reentry assertoharboe2009-09-291-0/+7
* httpd smoketest infooharboe2009-09-291-4/+19
* added t/nsrst_assert_width commandsoharboe2009-09-293-0/+72
* if srst pulls trst, then set state to TAP_RESET. oharboe2009-09-281-3/+11
* Shrink symbols exported from arm9tdmi.c and remove a forward ref.dbrownell2009-09-281-35/+38
* Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell2009-09-271-2/+10
* Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell2009-09-261-3/+4
* Updates to the initial scanchain validation code:dbrownell2009-09-262-13/+42
* Streamline Capture-IR handling and integrity test.dbrownell2009-09-261-12/+22
* Try/catch scheme. Typed up the functionality and regression tested.oharboe2009-09-252-9/+100
* When attaching GDB to OpenOCD, the target state is no longer affected.oharboe2009-09-242-28/+68
* Start handling the (second) SRST stage of reset better:dbrownell2009-09-231-6/+11
* When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell2009-09-232-51/+178
* Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell2009-09-232-167/+176
* Initial ETM cleanups. Most of these are cosmetic:dbrownell2009-09-232-83/+113
* Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe2009-09-232-17/+17
* - fix build issue under win32 (cygwin/msys) from svn r2746ntfreak2009-09-221-1/+1
* - add missing svn props from previous commitntfreak2009-09-222-1953/+1953
* Make it easier to erase or protect through to the enddbrownell2009-09-221-36/+75
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-2120-183/+183
* Update the jtag-examine_chain() logic to verify that there's nodbrownell2009-09-211-38/+39
* Enhancement: stm32 flash protection error messagedbrownell2009-09-201-1/+1
* Debug message updates:dbrownell2009-09-203-43/+8
* Minor regression bugfix for the jtag_tap_handle_event() casedbrownell2009-09-201-3/+7
* Added CPUDBG_WCR_BASE definemlu2009-09-191-0/+1
* Avoid cache invalidation when writing to hardware debug registersmlu2009-09-191-4/+19
* Style cleanup for the updated ft2232_add_pathmove().dbrownell2009-09-191-15/+18
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-192-15/+14
* Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.cmlu2009-09-181-28/+39
* remove unused externsoharboe2009-09-181-3/+0