aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-29ADIv5: convert numeric values to use defines with meaningful namesEvan Hunter
2015-12-29sysfsgpio: support broken gpio implementationsMatthew Campbell
2015-12-29arm_debug: optimize DP and AP reads over JTAGMatthias Welwarsky
2015-12-29cortex_a: select APB-AP as the default APMatthias Welwarsky
2015-12-29arm_adi_v5: Make the DAP API statelessAndreas Fritiofson
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson
2015-12-29arm_adi_v5: Fix dap apsel confusing behaviour.Andreas Fritiofson
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson
2015-12-29cortex: Set default memaccess_tck only during examineAndreas Fritiofson
2015-12-29adi_v5_jtag: Remove TAR and CSW prints from jtagdp_transaction_endcheckAndreas Fritiofson
2015-12-29arm_adi_v5: Remove all mem_ap_sel_* functionsAndreas Fritiofson
2015-12-29arm_adi_v5: Rename TAR and CSW setters and make them AP-specificAndreas Fritiofson
2015-12-29arm_adi_v5: Split ahbap_debugport_initAndreas Fritiofson
2015-12-29arm_adi_v5: Clean up dap info commandAndreas Fritiofson
2015-12-29arm_adi_v5: Change mem_ap calls to take pointer to AP and not DAPAndreas Fritiofson
2015-12-29cortex_a: Find debug base using the detected APB-AP and not AP 1Andreas Fritiofson
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson
2015-12-29cortex_m: Discover the AP to use, just like Cortex-AAndreas Fritiofson
2015-12-29cortex_a: Call ahbap_debugport_init on the discovered AP and not 0Andreas Fritiofson
2015-12-29arm_adi_v5: Add a back-pointer from an AP to its DAPAndreas Fritiofson
2015-12-29arm_adi_v5: Remove unused is_swd flagAndreas Fritiofson
2015-12-29target/arm: Remove usage of struct arm_jtag in ARMv7 targetsAndreas Fritiofson
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart
2015-12-29adi_v5: return proper value on timeoutAlamy Liu
2015-12-29adi_v5: Rename AP_REG_* to MEM_AP_REG_* and add LA supportAlamy Liu
2015-12-29cortex-a: Fix "Detected core" number is always '0'Alamy Liu
2015-12-28jtag: drivers: bcm2835gpio: fix a typo in informational messagePaul Fertser
2015-12-18xmc4xxx: Add XMC4800 supportAndreas Färber
2015-12-18xmc4xxx: Make sector sizes constAndreas Färber
2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky
2015-11-30xsvf: output a warning suggesting using SVFPaul Fertser
2015-11-30cortex_a: replace cortex_a_check_address functionMatthias Welwarsky
2015-11-30cortex_a: rework mmu manipulationMatthias Welwarsky
2015-11-30cortex_a: force cache and tlb bypass when cpu is in debug stateMatthias Welwarsky
2015-11-30armv7a: fix-up dcache clean and flush functions inner loop patternMatthias Welwarsky
2015-11-30cortex_a: Update instruction cache after setting a soft breakpointMatthias Welwarsky
2015-11-30armv7a: correctly handle invalidation of inner data cachesMatthias Welwarsky
2015-11-30armv7a: fix debug messages regarding cache on/off stateMatthias Welwarsky
2015-11-30armv7a: rework automatic flush-on-write handlingMatthias Welwarsky
2015-11-30armv7a: add d-cache virtual address range flush functionMatthias Welwarsky
2015-11-30armv7a: remove indirection for cache info handlerMatthias Welwarsky
2015-11-30armv7a: fix handling of inner cachesMatthias Welwarsky
2015-11-30armv7a: remove special l2x flush-all and cache-info handlersMatthias Welwarsky
2015-11-30armv7a: rename l2_cache to outer_cacheMatthias Welwarsky
2015-11-30armv7a: remove l1 flush all data handlerOleksij Rempel
2015-11-30add armv7a_cache handlersOleksij Rempel
2015-11-30cortex_a: add cortex_a_[read|write]_memory_ahbOleksij Rempel
2015-11-30cortex_a: add cortex_a_[read|write]_bufferOleksij Rempel