aboutsummaryrefslogtreecommitdiff
path: root/src/target/adi_v5_jtag.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo1-0/+24
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv1-25/+90
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-49/+0
2018-12-17adi_v5_jtag: fix build break when open DEBUG_WAIT macroYanLin Zhu1-2/+2
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky1-3/+5
2018-03-30target: restructure dap supportMatthias Welwarsky1-2/+26
2017-01-15adi_v5_jtag: make sure SSTICKYERR is cleared after a PORMatthias Welwarsky1-6/+1
2016-08-09adi_v5_jtag: clear sticky overrun condition in WAIT timeoutMatthias Welwarsky1-0/+11
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-01-22adiv5: introduce optional dap_sync() functionMatthias Welwarsky1-0/+6
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky1-155/+449
2016-01-03arm_adi_v5: deconflict local variables from global symbolsPeter A. Bigot1-4/+4
2015-12-29ADIv5: convert numeric values to use defines with meaningful namesEvan Hunter1-1/+2
2015-12-29arm_debug: optimize DP and AP reads over JTAGMatthias Welwarsky1-19/+26
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson1-32/+34
2015-12-29adi_v5_jtag: Remove TAR and CSW prints from jtagdp_transaction_endcheckAndreas Fritiofson1-32/+0
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-3/+3
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-5/+5
2015-12-29adi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA supportAlamy Liu1-4/+4
2015-04-14jtag/adi_v5_jtag: fix infinite recursion in jtagdp_transaction_endcheck()Paul Fertser1-3/+2
2014-06-28adi_v5: Remove unused features of the DAP and SWD interfacesAndreas Fritiofson1-60/+0
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-02Add abort when JTAG-DP transaction times out.Evan Hunter1-4/+10
2013-04-02arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..mike brown1-11/+43
2012-10-28adi_v5_jtag.c: Avoid infinite recursion in jtagdp_transaction_endcheck()Andreas Fritiofson1-4/+4
2012-02-06build: cleanup src/target directorySpencer Oliver1-24/+18
2011-02-17arm_adi_v5: add/move apsel member in struct adiv5_dapLuca Ellero1-1/+1
2010-09-21jtagdp: remove #if 0'd kludges and explain why the code is correctØyvind Harboe1-16/+24
2010-07-19adi_jtag_ error propagationØyvind Harboe1-4/+12
2010-07-19arm: error propagation of arm_jtag_set_instrØyvind Harboe1-1/+4
2010-06-21jtag: do not use jtag_get_error()Øyvind Harboe1-5/+2
2010-06-21adi_v5_jtag: add missing error handlingØyvind Harboe1-1/+5
2010-06-15adi_v5_jtag: -Wshadow warning fixesØyvind Harboe1-5/+5
2010-04-10ADI_V5_JTAG: review scope of dataAntonio Borneo1-1/+1
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-2/+0
2010-03-18ADI_v5 - it's not always an "SWJ-DP"David Brownell1-35/+35
2010-03-18jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe1-4/+3
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-3/+3
2010-03-16ADIv5 transport support moves to separate filesDavid Brownell1-0/+481