aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-11adi_v5: Remove unnecessary MEM-AP access functionsAndreas Fritiofson1-40/+18
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-2/+2
2013-10-02arm_adi_v5: Rewrite MEM-AP transfer implementationAndreas Fritiofson1-0/+5
2013-09-20adiv5: check packed transfers are supportedSpencer Oliver1-0/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-11arm_adi_v5: fix for csw nonsecure access.Michel JAOUEN1-0/+2
2013-04-02arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..mike brown1-0/+21
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter1-0/+14
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter1-2/+8
2012-02-06build: cleanup src/target directorySpencer Oliver1-11/+8
2011-04-01types: write memory now uses constØyvind Harboe1-6/+6
2011-02-17arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero1-15/+18
2011-02-14arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero1-1/+1
2011-02-14arm_adi_v5: add transfer functions prototypes with selection of apLuca Ellero1-0/+31
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-0/+3
2010-11-05ADIv5: Implement function to lookup CoreSight componentMarek Vasut1-0/+4
2010-11-05ADIv5: Introduce function to detect ROM Table locationMarek Vasut1-1/+3
2010-06-19cortex a8: fix segfault for unexamined targetsØyvind Harboe1-0/+7
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell1-7/+3
2010-03-05ADIv5 share DAP command supportDavid Brownell1-11/+2
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-33/+31
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell1-4/+0
2010-03-02ADIv5: use new dap_run() operationDavid Brownell1-3/+0
2010-03-02ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell1-0/+163
2010-02-27ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell1-0/+8
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell1-10/+2
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell1-4/+32
2010-02-06ADIv5: doxygenDavid Brownell1-5/+7
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell1-2/+2
2010-01-21ADIv5 header cleanup (+ #defines)David Brownell1-7/+27
2010-01-05ARM: add #defines for JTAG ack codesDavid Brownell1-0/+4
2010-01-02ARM: ADIv5 JTAG symbol cleanupDavid Brownell1-2/+5
2010-01-02ARM: ADIv5 export cleanupDavid Brownell1-12/+8
2010-01-02ARM: ADIv5 symbol and comment cleanupDavid Brownell1-11/+37
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-03change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch1-1/+1
2009-11-16#include "target.h" less wildlyDavid Brownell1-1/+0
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-2/+2
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-28/+28
2009-11-13swjdp_reg_t -> struct swjdp_regZachary T Welch1-2/+2
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-8/+7
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-23/+32
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-7/+11
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-15/+15
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-27/+27
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-18/+18