aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-30target: restructure dap supportMatthias Welwarsky1-4/+15
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek1-0/+7
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17arm_adi_v5: Update DP (Debug Port) registers defined in ADIv5.2.Andreas Fritiofson1-11/+14
2016-02-22adi_v5: Remove forgotten FIXME definitionAlamy Liu1-6/+0
2016-01-22adiv5: introduce optional dap_sync() functionMatthias Welwarsky1-0/+12
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky1-0/+4
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson1-35/+12
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson1-11/+18
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson1-13/+12
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson1-4/+0
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson1-1/+2
2015-12-29arm_adi_v5: Clean up dap info commandAndreas Fritiofson1-0/+17
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson1-11/+11
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-1/+1
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson1-3/+4
2015-12-29arm_adi_v5: Add a back-pointer from an AP to its DAPAndreas Fritiofson1-0/+10
2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson1-5/+0
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson1-1/+1
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-31/+48
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-17/+1
2015-12-29adi_v5: return proper value on timeoutAlamy Liu1-1/+1
2015-12-29adi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA supportAlamy Liu1-12/+13
2015-09-30ADIv5: Fix typo in log messageEvan Hunter1-1/+1
2015-01-09swd: handle various failure conditionsPaul Fertser1-0/+6
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser1-1/+1
2014-06-28adi_v5: Make sure all bit masks are unsigned and wide enough.Andreas Fritiofson1-28/+28
2014-06-28swd: Convert API to asynchronousAndreas Fritiofson1-3/+3
2014-06-28adi_v5: Remove unused features of the DAP and SWD interfacesAndreas Fritiofson1-44/+1
2014-06-28adi_v5_swd: Read RDBUFF once after a sequence of AP readsAndreas Fritiofson1-0/+6
2014-06-28adi_v5_swd: Improve SWD supportFatih Aşıcı1-7/+16
2014-06-01arm_adi_v5: Do not ignore register polling timeoutAndrey Smirnov1-0/+29
2014-06-01arm_adi_v5: Add convenience "atomic"" function for DP readsAndrey Smirnov1-0/+12
2014-04-14cortex_a: fix endiannes issues on TI TMS570Seth LaForge1-0/+9
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