aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-07Cortex A/R : Allow interrupt disable during single-stepEvan Hunter2-0/+91
2015-11-05flash/nor/spi: Add GigaDevice gd25q16c/32c/128c flash supportMahavir Jain1-0/+3
2015-11-05armv7a: correct calculation of ttbr0_maskMatthias Welwarsky2-46/+51
2015-11-05armv7a: re-read ttb information if ttbcr changesMatthias Welwarsky2-6/+18
2015-11-05Kinetis: properly pad flash section writesTomas Vanek1-1/+1
2015-11-05Kinetis: Disable watchdog on Kx devices when programming.Thomas Schmid1-0/+114
2015-11-03helper/options: Use OPENOCD_SCRIPTS dir if set.Jonathan Larmour1-0/+6
2015-11-03helper/options: Cleanup #includes.Marc Schink1-2/+2
2015-11-03helper/log: Cleanup #includes.Marc Schink1-2/+2
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink1-3/+3
2015-11-03helper/fileio: Fix memory leak.Marc Schink1-4/+12
2015-11-03helper/fileio: Use size_t for file size.Marc Schink9-25/+30
2015-11-03target: tell which target state is meantOleksij Rempel1-1/+2
2015-11-03cortex_m: dwt_num_comp should be set to zero in cortex_m_dwt_free()Tomas Vanek1-0/+1
2015-11-03rtos/mqx: Fix uninitialized parts of symbol tabledaniel-k1-1/+1
2015-11-03Change from sys/poll.h to standard poll.h locationPaul Fertser1-2/+2