aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-31Subject: ADIv5: fix more diagnosticsDavid Brownell1-9/+16
2010-01-30ADIv5 error checking for Tcl commandsDavid Brownell1-1/+17
2010-01-30ARM ADIv5: fix diagnostics for block writesDavid Brownell1-5/+14
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell1-28/+37
2010-01-27ARM ADIv5: messaging tweaksDavid Brownell1-2/+5
2010-01-15ADIv5 improved diagnosticDavid Brownell1-2/+3
2010-01-14ARM ADIv5: add commentsDavid Brownell1-1/+27
2010-01-07ARMv7: help/usage updatesDavid Brownell1-0/+8
2010-01-05ARM: add #defines for JTAG ack codesDavid Brownell1-6/+5
2010-01-05ARM: add comments re DAP assumptionsDavid Brownell1-2/+14
2010-01-02ARM: ADIv5 JTAG symbol cleanupDavid Brownell1-33/+63
2010-01-02ARM: dap info fix + tweaksDavid Brownell1-8/+14
2010-01-02ARM: ADIv5 export cleanupDavid Brownell1-19/+27
2010-01-02ARM: ADIv5 symbol and comment cleanupDavid Brownell1-18/+57
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-11-25ARM: comment tweaks in ADIv5David Brownell1-2/+5
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-4/+4
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-4/+4
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-34/+34
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-2/+2
2009-11-13arm_adi,armv7[am]: use COMMAND_HELPER for helpersZachary T Welch1-8/+4
2009-11-05Improve arm_adi_v5 command argument parsing.Zachary T Welch1-15/+42
2009-10-26ARM ADIv5: "dap info" gets more readableDavid Brownell1-33/+268
2009-07-23Ferdinand Postema <ferdinand@postema.eu> fix cygwin warningsoharboe1-4/+4
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-2/+84
2009-06-23Remove whitespace that occurs before ')'.zwelch1-24/+24
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-16/+16
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-12/+12
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '>>' whitespacezwelch1-3/+3
2009-06-23- Fixes '&&' whitespacezwelch1-2/+2
2009-06-23- Fixes '!=' whitespacezwelch1-10/+10
2009-06-21C99 printf() -Werror fixesduane1-21/+21
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-64/+64
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-5/+5
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-39/+39
2009-06-04- add support for different TAR autotincrement sizes as per ARM ADI spec.ntfreak1-12/+24
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-4/+4
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-3/+3
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-2/+2
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-3/+3
2009-06-02- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...ntfreak1-38/+37
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3