summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
Commit message (Expand)AuthorAgeFilesLines
* arm_adi: -Wshadow warning fixØyvind Harboe2010-06-151-3/+3
* arm_adi_v5: correct ahbap_debugport_init mem-ap id (bug #23)Spencer Oliver2010-05-211-0/+3
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-1/+1
* ADI_v5 - it's not always an "SWJ-DP"David Brownell2010-03-181-140/+140
* remove more duplicationDavid Brownell2010-03-181-25/+0
* linker error: fix problem with duplicate fnØyvind Harboe2010-03-181-33/+0
* ADIv5 transport support moves to separate filesDavid Brownell2010-03-161-423/+11
* jtag: retire tap fieldØyvind Harboe2010-03-081-5/+2
* ADIv5 share DAP command supportDavid Brownell2010-03-051-23/+116
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-32/+32
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-021-98/+67
* ADIv5: use new DAP ops for DP read/writeDavid Brownell2010-03-021-32/+38
* ADIv5: use new dap_run() operationDavid Brownell2010-03-021-26/+59
* ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2010-03-021-0/+115
* ADIv5: use right ID for Cortex-M3 ETMDavid Brownell2010-03-021-4/+4
* ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2010-02-271-0/+113
* ARM ADIv5 doxygen and cleanupDavid Brownell2010-02-241-15/+42
* ARM ADIv5: rename more JTAG-specific routinesDavid Brownell2010-02-231-11/+11
* ADIv5: relocate memacess_tck cyclesDavid Brownell2010-02-211-12/+12
* ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell2010-02-211-84/+27
* ARM: ADIv5, deadcode cleanupDavid Brownell2010-02-211-13/+13
* ARM: ADIv5 code shrinkage, cleanupDavid Brownell2010-02-211-40/+16
* ADIv5 clean up AP fault handlingDavid Brownell2010-02-211-32/+46
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-211-22/+21
* ADIv5: doxygenDavid Brownell2010-02-061-27/+131
* ADIv5: more messaging cleanup, docsDavid Brownell2010-01-311-12/+20
* Subject: ADIv5: fix more diagnosticsDavid Brownell2010-01-311-9/+16
* ADIv5 error checking for Tcl commandsDavid Brownell2010-01-301-1/+17
* ARM ADIv5: fix diagnostics for block writesDavid Brownell2010-01-301-5/+14
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-28/+37
* ARM ADIv5: messaging tweaksDavid Brownell2010-01-271-2/+5
* ADIv5 improved diagnosticDavid Brownell2010-01-151-2/+3
* ARM ADIv5: add commentsDavid Brownell2010-01-141-1/+27
* ARMv7: help/usage updatesDavid Brownell2010-01-071-0/+8
* ARM: add #defines for JTAG ack codesDavid Brownell2010-01-051-6/+5
* ARM: add comments re DAP assumptionsDavid Brownell2010-01-051-2/+14
* ARM: ADIv5 JTAG symbol cleanupDavid Brownell2010-01-021-33/+63
* ARM: dap info fix + tweaksDavid Brownell2010-01-021-8/+14
* ARM: ADIv5 export cleanupDavid Brownell2010-01-021-19/+27
* ARM: ADIv5 symbol and comment cleanupDavid Brownell2010-01-021-18/+57
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-031-1/+1
* ARM: comment tweaks in ADIv5David Brownell2009-11-251-2/+5
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-4/+4
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-4/+4
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-34/+34
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-8/+4