| Commit message (Expand) | Author | Age | Files | Lines |
* | Change most in-tree references from SVN to GIT. | dbrownell | 2009-10-08 | 1 | -1/+3 |
* | Force sane SRST and TRST initialization | dbrownell | 2009-10-07 | 1 | -3/+11 |
* | Better fix for TAPs violating the JTAG spec for IR-Capture. | dbrownell | 2009-10-07 | 1 | -16/+18 |
* | Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage. | dbrownell | 2009-10-07 | 3 | -42/+47 |
* | buildfix | dbrownell | 2009-10-07 | 1 | -0/+1 |
* | Updates for "reset_config": | dbrownell | 2009-10-07 | 3 | -18/+106 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -1/+2 |
* | add timeouts and fix syntax error handling of mrc/mcr commands. | oharboe | 2009-10-07 | 1 | -18/+59 |
* | increase pause before reboot so web interface remains responsive when issuing... | oharboe | 2009-10-07 | 1 | -2/+2 |
* | Do not check ir capture if there is no IDCODE | oharboe | 2009-10-07 | 1 | -13/+16 |
* | 1.55 snapshot | oharboe | 2009-10-07 | 1 | -1/+1 |
* | Change version labels to work better with GIT | dbrownell | 2009-10-07 | 2 | -3/+5 |
* | Dragonite has the same EICE affliction as feroceon. | dbrownell | 2009-10-06 | 1 | -1/+2 |
* | Introduced jtag_init and "jtag arp_init" to allow target scripts more control... | oharboe | 2009-10-06 | 4 | -13/+37 |
* | Improve jtag_validate_ircapture() diagnostics. | dbrownell | 2009-10-05 | 1 | -8/+10 |
* | Add a new JTAG "setup" event; use for better DaVinci ICEpick support. | dbrownell | 2009-10-05 | 3 | -23/+43 |
* | Minor cleanup to ARM926 debug entry: | dbrownell | 2009-10-05 | 1 | -2/+6 |
* | It is not possible to invalidate I-Cache on memory writes while the target is... | mlu | 2009-10-02 | 1 | -0/+3 |
* | Make sure that DSCR_DTR_RX is not full before writing | mlu | 2009-10-02 | 1 | -0/+27 |
* | More error reporting in Cortex_a8 execute_opcode | mlu | 2009-10-02 | 1 | -0/+6 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -2/+2 |
* | Added asser_reset and deassert_reset for cortex_a8 | mlu | 2009-10-02 | 1 | -22/+56 |
* | Minor ETB and ETM bugfixes and doc updates | dbrownell | 2009-10-02 | 2 | -54/+82 |
* | ARMv7A: Report fault status registers when in Abort state | mlu | 2009-10-01 | 1 | -0/+23 |
* | Add DSCR_DTR_RX_FULL bit define | mlu | 2009-09-30 | 1 | -0/+1 |
* | Streamline Capture-IR validation code | dbrownell | 2009-09-29 | 1 | -26/+23 |
* | ARM11 command handling fixes | dbrownell | 2009-09-29 | 1 | -41/+41 |
* | Make "-expected-id 0" suppress warnings; not unlike it used to do. | dbrownell | 2009-09-29 | 1 | -3/+7 |
* | ETM: fix build issue on MinGW. | dbrownell | 2009-09-29 | 1 | -20/+21 |
* | ETB: cleanup needless symbol exports and forward decls. | dbrownell | 2009-09-29 | 2 | -40/+35 |
* | handle single threading | oharboe | 2009-09-29 | 1 | -14/+34 |
* | reentry assert | oharboe | 2009-09-29 | 1 | -0/+7 |
* | httpd smoketest info | oharboe | 2009-09-29 | 1 | -4/+19 |
* | added t/nsrst_assert_width commands | oharboe | 2009-09-29 | 3 | -0/+72 |
* | if srst pulls trst, then set state to TAP_RESET. | oharboe | 2009-09-28 | 1 | -3/+11 |
* | Shrink symbols exported from arm9tdmi.c and remove a forward ref. | dbrownell | 2009-09-28 | 1 | -35/+38 |
* | Update FT2232 driver so that it reliably enters TAP_RESET. | dbrownell | 2009-09-27 | 1 | -2/+10 |
* | Diagnostics tweaks for jtag_examine_chain() failure paths. | dbrownell | 2009-09-26 | 1 | -3/+4 |
* | Updates to the initial scanchain validation code: | dbrownell | 2009-09-26 | 2 | -13/+42 |
* | Streamline Capture-IR handling and integrity test. | dbrownell | 2009-09-26 | 1 | -12/+22 |
* | Try/catch scheme. Typed up the functionality and regression tested. | oharboe | 2009-09-25 | 2 | -9/+100 |
* | When attaching GDB to OpenOCD, the target state is no longer affected. | oharboe | 2009-09-24 | 2 | -28/+68 |
* | Start handling the (second) SRST stage of reset better: | dbrownell | 2009-09-23 | 1 | -6/+11 |
* | When setting up an ETM, cache its ETM_CONFIG register. Then | dbrownell | 2009-09-23 | 2 | -51/+178 |
* | Start cleaning up ETM register handling. On one ARM926 ETM+ETB | dbrownell | 2009-09-23 | 2 | -167/+176 |
* | Initial ETM cleanups. Most of these are cosmetic: | dbrownell | 2009-09-23 | 2 | -83/+113 |
* | Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these | oharboe | 2009-09-23 | 2 | -17/+17 |
* | - fix build issue under win32 (cygwin/msys) from svn r2746 | ntfreak | 2009-09-22 | 1 | -1/+1 |
* | - add missing svn props from previous commit | ntfreak | 2009-09-22 | 2 | -1953/+1953 |
* | Make it easier to erase or protect through to the end | dbrownell | 2009-09-22 | 1 | -36/+75 |