aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-11-30cortex_a: remove cache handlers from cortex_a_write_phys_memoryOleksij Rempel
2015-11-30cortex_a: remove ahb support for phys_memory accessOleksij Rempel
2015-11-27adi_v5: Fix wrong ap valueAlamy Liu
2015-11-26jlink: Retrieve maximum speed from device.Marc Schink
2015-11-26Improve J-Link driver and introduce libjaylink.Marc Schink
2015-11-26flash/nor/lpc2000: add alternative part ID for LPC1343Jakub Kubiak
2015-11-26niietcm4: support for NIIET's Cortex-M4 microcontrollersBogdan Kolbov
2015-11-23efm32: remove duplicate part name decoding.Karl Palsson
2015-11-23efm32: basic Happy Gecko target supportKarl Palsson
2015-11-23jtag: commands: save a pointer to list tailFelipe Balbi
2015-11-20svf: fix progress reporting switch behaviourPaul Fertser
2015-11-20svf: fix off-by-one error in line numbers as output to userPaul Fertser
2015-11-20Kinetis: suppress false alarms "MCU is secured"Tomas Vanek
2015-11-20flash: at91samd: flash write code cleaningTomas Vanek
2015-11-20flash: at91samd: Add SAML21 variant B device support and fix SAMC20/SAMC21Andreas Loehre
2015-11-20jtag: cmsis-dap: Issue disconnect before reconnectingTomas Vanek
2015-11-20at91samd: handle reset run/halt in DSUTomas Vanek
2015-11-13target: cortex_a: add deinit_target handler to free memoryPaul Fertser
2015-11-11flash/nor/xmc4xxx: Loosen checks for XMC4500Andreas Färber
2015-11-11flash: New driver for XMC4xxx microcontroller familyJeff Ciesielski
2015-11-10flash: driver for Atmel SAMV, SAMS, and SAMEMorgan Quigley
2015-11-10cfi: Fix fallback to memory writesEsben Haabendal
2015-11-07target: cortex_a: do not create new register cache every resetPaul Fertser