summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
Commit message (Expand)AuthorAgeFilesLines
* Minor change in sticky bitnames of ABORT register.Tomek CEDRO2011-11-151-6/+6
* Fixed bad SWD_ACK values definitions.Tomek CEDRO2011-11-021-2/+2
* ARM_ADI_V5: Extended adiv5_dap with void *ctx pointer to store transport/oper...Tomek CEDRO2011-06-221-2/+18
* types: write memory now uses constØyvind Harboe2011-04-011-6/+6
* arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero2011-02-171-15/+18
* arm_adi_v5: add wrapping transfer functions with selection of apLuca Ellero2011-02-141-1/+1
* arm_adi_v5: add transfer functions prototypes with selection of apLuca Ellero2011-02-141-0/+31
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-0/+3
* ADIv5: Implement function to lookup CoreSight componentMarek Vasut2010-11-051-0/+4
* ADIv5: Introduce function to detect ROM Table locationMarek Vasut2010-11-051-1/+3
* cortex a8: fix segfault for unexamined targetsØyvind Harboe2010-06-191-0/+7
* ADIv5 transport support moves to separate filesDavid Brownell2010-03-161-7/+3
* ADIv5 share DAP command supportDavid Brownell2010-03-051-11/+2
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-33/+31
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-021-4/+0
* ADIv5: use new dap_run() operationDavid Brownell2010-03-021-3/+0
* ARM: start abstracting ADIv5 transports (JTAG/SWD)David Brownell2010-03-021-0/+163
* ADIv5 DAP ops switching to JTAG or SWD modesDavid Brownell2010-02-271-0/+8
* ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell2010-02-211-10/+2
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-211-4/+32
* ADIv5: doxygenDavid Brownell2010-02-061-5/+7
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-2/+2
* ADIv5 header cleanup (+ #defines)David Brownell2010-01-211-7/+27
* ARM: add #defines for JTAG ack codesDavid Brownell2010-01-051-0/+4
* ARM: ADIv5 JTAG symbol cleanupDavid Brownell2010-01-021-2/+5
* ARM: ADIv5 export cleanupDavid Brownell2010-01-021-12/+8
* ARM: ADIv5 symbol and comment cleanupDavid Brownell2010-01-021-11/+37
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-031-1/+1
* #include "target.h" less wildlyDavid Brownell2009-11-161-1/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* 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-28/+28
* swjdp_reg_t -> struct swjdp_regZachary T Welch2009-11-131-2/+2
* arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch2009-11-131-8/+7
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-23/+32
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-7/+11
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-15/+15
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-27/+27
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-18/+18
* - add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak2009-06-041-0/+9
* - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak2009-06-021-2/+6
* Added dap baseaddr and dap apid commandsmlu2009-04-271-1/+3
* Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ...mlu2009-04-271-0/+142