aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart10-97/+128
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart7-87/+82
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-28jtag: drivers: bcm2835gpio: fix a typo in informational messagePaul Fertser1-1/+1
2015-12-18xmc4xxx: Add XMC4800 supportAndreas Färber1-0/+21
2015-12-18xmc4xxx: Make sector sizes constAndreas Färber1-4/+4
2015-12-01cortex_a: fix fast-mode memory readsMatthias Welwarsky1-23/+23
2015-11-30xsvf: output a warning suggesting using SVFPaul Fertser1-0/+1
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
2015-11-30add armv7a_cache handlersOleksij Rempel8-2/+1132
2015-11-30cortex_a: add cortex_a_[read|write]_memory_ahbOleksij Rempel1-53/+103
2015-11-30cortex_a: add cortex_a_[read|write]_bufferOleksij Rempel1-0/+71
2015-11-30cortex_a: remove cache handlers from cortex_a_write_phys_memoryOleksij Rempel1-54/+0
2015-11-30cortex_a: remove ahb support for phys_memory accessOleksij Rempel1-34/+14
2015-11-27adi_v5: Fix wrong ap valueAlamy Liu3-7/+7
2015-11-26jlink: Retrieve maximum speed from device.Marc Schink1-4/+20
2015-11-26Improve J-Link driver and introduce libjaylink.Marc Schink3-1130/+1057
2015-11-26flash/nor/lpc2000: add alternative part ID for LPC1343Jakub Kubiak1-0/+2
2015-11-26niietcm4: support for NIIET's Cortex-M4 microcontrollersBogdan Kolbov3-1/+1726
2015-11-23efm32: remove duplicate part name decoding.Karl Palsson1-85/+70
2015-11-23efm32: basic Happy Gecko target supportKarl Palsson1-2/+10
2015-11-23jtag: commands: save a pointer to list tailFelipe Balbi1-3/+5
2015-11-20svf: fix progress reporting switch behaviourPaul Fertser1-0/+1
2015-11-20svf: fix off-by-one error in line numbers as output to userPaul Fertser1-2/+2
2015-11-20Kinetis: suppress false alarms "MCU is secured"Tomas Vanek1-3/+34
2015-11-20flash: at91samd: flash write code cleaningTomas Vanek1-193/+86
2015-11-20flash: at91samd: Add SAML21 variant B device support and fix SAMC20/SAMC21Andreas Loehre1-4/+52
2015-11-20jtag: cmsis-dap: Issue disconnect before reconnectingTomas Vanek1-0/+3
2015-11-20at91samd: handle reset run/halt in DSUTomas Vanek1-0/+42
2015-11-13target: cortex_a: add deinit_target handler to free memoryPaul Fertser1-0/+12
2015-11-11flash/nor/xmc4xxx: Loosen checks for XMC4500Andreas Färber1-1/+8
2015-11-11flash: New driver for XMC4xxx microcontroller familyJeff Ciesielski3-1/+1418
2015-11-10flash: driver for Atmel SAMV, SAMS, and SAMEMorgan Quigley3-0/+740
2015-11-10cfi: Fix fallback to memory writesEsben Haabendal1-2/+2
2015-11-07target: cortex_a: do not create new register cache every resetPaul Fertser1-3/+7