| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | if srst pulls trst, then set state to TAP_RESET. | oharboe | 2009-09-28 | 1 | -3/+11 |
* | spelling fix | oharboe | 2009-09-28 | 1 | -1/+1 |
* | Shrink symbols exported from arm9tdmi.c and remove a forward ref. | dbrownell | 2009-09-28 | 1 | -35/+38 |
* | Add list of JTAG adapter drivers with TAP_RESET statemove bug. | dbrownell | 2009-09-27 | 1 | -1/+17 |
* | Update FT2232 driver so that it reliably enters TAP_RESET. | dbrownell | 2009-09-27 | 1 | -2/+10 |
* | Don't provide invalid OMAP5912 IR capture value/mask attributes | dbrownell | 2009-09-27 | 1 | -3/+3 |
* | On DM355 EVM board, associate NAND chips with $_TARGETNAME | dbrownell | 2009-09-26 | 1 | -2/+2 |
* | 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 | 2 | -22/+34 |
* | Update DM355 target config to know about ICEpick. | dbrownell | 2009-09-25 | 1 | -5/+18 |
* | Michael Hasselberg <mh@open-engineering.de> target configuration files for To... | oharboe | 2009-09-25 | 4 | -0/+355 |
* | 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 | 3 | -53/+216 |
* | 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 | 2 | -42/+87 |
* | Update presentation of TAP events and tap enable/disable. | dbrownell | 2009-09-21 | 1 | -31/+77 |
* | Remove annoying end-of-line whitespace from doc/* files. | dbrownell | 2009-09-21 | 15 | -131/+131 |
* | Remove annoying end-of-line whitespace from tcl/* files | dbrownell | 2009-09-21 | 85 | -683/+682 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 20 | -183/+183 |
* | Ethan Eade <ethan@evolution.com> board config script for Cogent CSB732 i.MX35... | oharboe | 2009-09-21 | 1 | -0/+71 |
* | Ensure that DaVinci chips can't start with a too-fast JTAG clock. | dbrownell | 2009-09-21 | 3 | -0/+18 |
* | Update the jtag-examine_chain() logic to verify that there's no | dbrownell | 2009-09-21 | 1 | -38/+39 |
* | Enhancement: stm32 flash protection error message | dbrownell | 2009-09-20 | 1 | -1/+1 |
* | Update the User's Guide to cover the scan chain verification step | dbrownell | 2009-09-20 | 1 | -16/+87 |
* | Debug message updates: | dbrownell | 2009-09-20 | 3 | -43/+8 |
* | Minor regression bugfix for the jtag_tap_handle_event() case | dbrownell | 2009-09-20 | 1 | -3/+7 |
* | Added CPUDBG_WCR_BASE define | mlu | 2009-09-19 | 1 | -0/+1 |
* | Avoid cache invalidation when writing to hardware debug registers | mlu | 2009-09-19 | 1 | -4/+19 |
* | Reduced sleep time after reset | mlu | 2009-09-19 | 1 | -1/+2 |
* | Style cleanup for the updated ft2232_add_pathmove(). | dbrownell | 2009-09-19 | 1 | -15/+18 |
* | Minor behavior fixes for the two JTAG reset events (C/internal, | dbrownell | 2009-09-19 | 2 | -15/+14 |
* | Minor tweaks to description of JTAG adapter/dongle issues. | dbrownell | 2009-09-19 | 1 | -4/+12 |
* | Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.c | mlu | 2009-09-18 | 2 | -46/+42 |
* | remove unused externs | oharboe | 2009-09-18 | 1 | -3/+0 |
* | Tweak TCL reset script ... mostly improving descriptions of | dbrownell | 2009-09-18 | 1 | -12/+27 |
* | Address codereview comment from Steve Grubb <sgrubb@redhat.com>: | dbrownell | 2009-09-17 | 2 | -33/+26 |
* | Minor fixes to NAND code and docs | dbrownell | 2009-09-17 | 2 | -28/+57 |
* | Fix coredump seen in some code paths. | dbrownell | 2009-09-17 | 1 | -0/+3 |
* | michal smulski <michal.smulski@ooma.com> fix regression in jtag_add_pathmove(... | oharboe | 2009-09-17 | 1 | -18/+30 |
* | prefix zy1000_reboot command to avoid name conflicts | oharboe | 2009-09-17 | 1 | -1/+1 |
* | srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_... | oharboe | 2009-09-17 | 4 | -1/+25 |
* | The "arm9tdmi.c" file is more of a generic ARM9 support file: | dbrownell | 2009-09-17 | 2 | -7/+26 |
* | Doc update: mention how ARM's WFI instruction affects | dbrownell | 2009-09-17 | 1 | -9/+56 |