| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bad SWD_ACK values definitions. | Tomek CEDRO | 2011-11-02 | 1 | -2/+2 |
* | ARM_ADI_V5: Extended adiv5_dap with void *ctx pointer to store transport/oper... | Tomek CEDRO | 2011-06-22 | 1 | -2/+18 |
* | types: write memory now uses const | Øyvind Harboe | 2011-04-01 | 1 | -6/+6 |
* | arm_adi_v5: add/move apsel member in struct adiv5_dap | Luca Ellero | 2011-02-17 | 1 | -15/+18 |
* | arm_adi_v5: add wrapping transfer functions with selection of ap | Luca Ellero | 2011-02-14 | 1 | -1/+1 |
* | arm_adi_v5: add transfer functions prototypes with selection of ap | Luca Ellero | 2011-02-14 | 1 | -0/+31 |
* | initial SWD transport (SWD infrastructure #2) | David Brownell | 2010-12-24 | 1 | -0/+3 |
* | ADIv5: Implement function to lookup CoreSight component | Marek Vasut | 2010-11-05 | 1 | -0/+4 |
* | ADIv5: Introduce function to detect ROM Table location | Marek Vasut | 2010-11-05 | 1 | -1/+3 |
* | cortex a8: fix segfault for unexamined targets | Øyvind Harboe | 2010-06-19 | 1 | -0/+7 |
* | ADIv5 transport support moves to separate files | David Brownell | 2010-03-16 | 1 | -7/+3 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 1 | -11/+2 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 1 | -33/+31 |
* | ADIv5: use new DAP ops for AP read/write | David Brownell | 2010-03-02 | 1 | -4/+0 |
* | ADIv5: use new dap_run() operation | David Brownell | 2010-03-02 | 1 | -3/+0 |
* | ARM: start abstracting ADIv5 transports (JTAG/SWD) | David Brownell | 2010-03-02 | 1 | -0/+163 |
* | ADIv5 DAP ops switching to JTAG or SWD modes | David Brownell | 2010-02-27 | 1 | -0/+8 |
* | ADIv5: remove ATOMIC/COMPOSITE interface mode | David Brownell | 2010-02-21 | 1 | -10/+2 |
* | ADIv5 clean up AP selection and register caching | David Brownell | 2010-02-21 | 1 | -4/+32 |
* | ADIv5: doxygen | David Brownell | 2010-02-06 | 1 | -5/+7 |
* | ADIv5: cleanup, rename swjdp_transaction_endcheck() | David Brownell | 2010-01-29 | 1 | -2/+2 |
* | ADIv5 header cleanup (+ #defines) | David Brownell | 2010-01-21 | 1 | -7/+27 |
* | ARM: add #defines for JTAG ack codes | David Brownell | 2010-01-05 | 1 | -0/+4 |
* | ARM: ADIv5 JTAG symbol cleanup | David Brownell | 2010-01-02 | 1 | -2/+5 |
* | ARM: ADIv5 export cleanup | David Brownell | 2010-01-02 | 1 | -12/+8 |
* | ARM: ADIv5 symbol and comment cleanup | David Brownell | 2010-01-02 | 1 | -11/+37 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -1/+1 |
* | change #include "arm_jtag.h" to <target/arm_jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -28/+28 |
* | swjdp_reg_t -> struct swjdp_reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 1 | -8/+7 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 1 | -23/+32 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -7/+11 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -15/+15 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -27/+27 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -18/+18 |
* | - add support for different TAR autotincrement sizes as per ARM ADI spec. | ntfreak | 2009-06-04 | 1 | -0/+9 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 1 | -2/+6 |
* | Added dap baseaddr and dap apid commands | mlu | 2009-04-27 | 1 | -1/+3 |
* | Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ... | mlu | 2009-04-27 | 1 | -0/+142 |