aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-09Stop debug session if halt failsØyvind Harboe
2009-10-09ARM11 error checkingØyvind Harboe
2009-10-08add overridable Tcl "init_reset"David Brownell
2009-10-08minor JTAG init messaging tweaksDavid Brownell
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe
2009-10-08Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe
2009-10-08Change most in-tree references from SVN to GIT.dbrownell
2009-10-07Force sane SRST and TRST initializationdbrownell
2009-10-07Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07buildfixdbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-10-07add timeouts and fix syntax error handling of mrc/mcr commands.oharboe
2009-10-07increase pause before reboot so web interface remains responsive when issuing...oharboe
2009-10-07Do not check ir capture if there is no IDCODEoharboe
2009-10-071.55 snapshotoharboe
2009-10-07Change version labels to work better with GITdbrownell
2009-10-06Dragonite has the same EICE affliction as feroceon.dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Improve jtag_validate_ircapture() diagnostics.dbrownell
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-10-05Minor cleanup to ARM926 debug entry:dbrownell
2009-10-02It is not possible to invalidate I-Cache on memory writes while the target is...mlu
2009-10-02Make sure that DSCR_DTR_RX is not full before writingmlu
2009-10-02More error reporting in Cortex_a8 execute_opcodemlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Added asser_reset and deassert_reset for cortex_a8mlu
2009-10-02Minor ETB and ETM bugfixes and doc updatesdbrownell
2009-10-01ARMv7A: Report fault status registers when in Abort statemlu
2009-09-30Add DSCR_DTR_RX_FULL bit definemlu
2009-09-29Streamline Capture-IR validation codedbrownell
2009-09-29ARM11 command handling fixesdbrownell
2009-09-29Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell
2009-09-29ETM: fix build issue on MinGW.dbrownell
2009-09-29ETB: cleanup needless symbol exports and forward decls.dbrownell
2009-09-29handle single threadingoharboe
2009-09-29reentry assertoharboe
2009-09-29httpd smoketest infooharboe
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe
2009-09-28Shrink symbols exported from arm9tdmi.c and remove a forward ref.dbrownell
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe
2009-09-24When attaching GDB to OpenOCD, the target state is no longer affected.oharboe