aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-11-07Cortex A/R : Allow interrupt disable during single-stepEvan Hunter
2015-11-05flash/nor/spi: Add GigaDevice gd25q16c/32c/128c flash supportMahavir Jain
2015-11-05armv7a: correct calculation of ttbr0_maskMatthias Welwarsky
2015-11-05armv7a: re-read ttb information if ttbcr changesMatthias Welwarsky
2015-11-05Kinetis: properly pad flash section writesTomas Vanek
2015-11-05Kinetis: Disable watchdog on Kx devices when programming.Thomas Schmid
2015-11-03helper/options: Use OPENOCD_SCRIPTS dir if set.Jonathan Larmour
2015-11-03helper/options: Cleanup #includes.Marc Schink
2015-11-03helper/log: Cleanup #includes.Marc Schink
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink
2015-11-03helper/fileio: Fix memory leak.Marc Schink
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-11-03target: tell which target state is meantOleksij Rempel