aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2016-01-22arm_adi_v5: dap_partnums - correction of partnumbers, new addedJiri Kastner1-3/+20
2016-01-22adiv5: introduce optional dap_sync() functionMatthias Welwarsky2-0/+18
2016-01-22adi_v5_jtag: implement DAP WAIT supportMatthias Welwarsky3-155/+455
2016-01-12Cortex-A: Fix unicode quote in commentEvan Hunter1-1/+1
2016-01-03arm_adi_v5: deconflict local variables from global symbolsPeter A. Bigot2-12/+12
2016-01-03ARM ADIv5: CoreSight ROM decode part number and designer idPeter Lawrence1-159/+113
2015-12-30target: cortex_m: fix segfault with HLAPaul Fertser1-17/+17
2015-12-29cortex_a: add 'dacrfixup' to cortex-a command groupMatthias Welwarsky2-2/+69
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-29cortex_a: select APB-AP as the default APMatthias Welwarsky1-0/+3
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson4-115/+73
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson2-45/+34
2015-12-29arm_adi_v5: Fix dap apsel confusing behaviour.Andreas Fritiofson1-1/+1
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson1-9/+0
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson2-4/+2
2015-12-29adi_v5_jtag: Remove TAR and CSW prints from jtagdp_transaction_endcheckAndreas Fritiofson1-32/+0
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson4-201/+173
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson2-31/+25
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson5-46/+74
2015-12-29arm_adi_v5: Clean up dap info commandAndreas Fritiofson2-37/+54
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson4-260/+219
2015-12-29cortex_a: Find debug base using the detected APB-AP and not AP 1Andreas Fritiofson1-2/+2
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson6-139/+139
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson3-7/+18
2015-12-29cortex_a: Call ahbap_debugport_init on the discovered AP and not 0Andreas Fritiofson1-7/+8
2015-12-29arm_adi_v5: Add a back-pointer from an AP to its DAPAndreas Fritiofson2-0/+12
2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson2-7/+0
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson19-66/+45
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-11/+11
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart7-90/+122
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart5-82/+77
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 Liu3-29/+30
2015-12-29cortex-a: Fix "Detected core" number is always '0'Alamy Liu1-1/+1
2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky1-23/+23
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky3-80/+53
2015-11-30cortex_a: rework mmu manipulationMatthias Welwarsky1-17/+17
2015-11-30cortex_a: force cache and tlb bypass when cpu is in debug stateMatthias Welwarsky2-0/+13
2015-11-30armv7a: fix-up dcache clean and flush functions inner loop patternMatthias Welwarsky1-8/+18
2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky3-1/+30
2015-11-30armv7a: correctly handle invalidation of inner data cachesMatthias Welwarsky1-5/+30
2015-11-30armv7a: fix debug messages regarding cache on/off stateMatthias Welwarsky1-2/+2
2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky3-35/+15
2015-11-30armv7a: add d-cache virtual address range flush functionMatthias Welwarsky2-0/+37
2015-11-30armv7a: remove indirection for cache info handlerMatthias Welwarsky2-50/+32
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky6-139/+191
2015-11-30armv7a: remove special l2x flush-all and cache-info handlersMatthias Welwarsky4-66/+11
2015-11-30armv7a: rename l2_cache to outer_cacheMatthias Welwarsky3-21/+21
2015-11-30armv7a: remove l1 flush all data handlerOleksij Rempel1-71/+4