aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-23help/options.c: add error handling for -d argGirts1-2/+5
2017-04-23board: introduce base config for TI BeagleBone family boardsMatthias Welwarsky3-2/+14
2017-04-23nrf51: Add new HWID 0x008FDamyan Mitev1-0/+7
2017-04-23tools/scripts/checkpatch.pl: fix unescaped braceChengyu Zheng1-1/+1
2017-04-23added interface config file for In-Circuit's ICprog OpenOCD JTAG adapterMatthias Bock1-0/+14
2017-04-23jtag/drivers cmsis-dap: fix speed setting on Atmel EDBGTomas Vanek1-1/+7
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim NohlgÄrd1-1/+1
2017-04-23target: Fix memory leakMarc Schink2-5/+20
2017-04-23stlink: increase trace buffer size to maximum allowed on st-link v2 firmwareAustin Morton1-1/+1
2017-04-02aarch64: add some documentationMatthias Welwarsky1-4/+33
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky1-0/+2
2017-03-29nrf51: Remove pointer castAndreas Fritiofson1-3/+4
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis1-1/+1
2017-02-24tcl: add Hi6220 target and LeMaker HiKey board configMatthias Welwarsky2-0/+82
2017-02-24armv8_dpm: fix exception handlingMatthias Welwarsky1-0/+2
2017-02-24armv8_dpm: retrieve only necessary registers on haltMatthias Welwarsky1-3/+11
2017-02-24armv8: spelling and formatting updatesMatthias Welwarsky1-9/+4
2017-02-24aarch64: run control reworkMatthias Welwarsky3-295/+614
2017-02-24aarch64: clean up struct aarch64_commonMatthias Welwarsky2-21/+14
2017-02-24aarch64: clean up target specific commandsMatthias Welwarsky1-7/+2
2017-02-24aarch64: reset fixesMatthias Welwarsky1-2/+11
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky3-17/+23
2017-02-24armv8: load aarch32 register through aarch64 equivalentMatthias Welwarsky1-6/+3
2017-02-24aarch64: remove bogus address check before memory accessMatthias Welwarsky1-13/+0
2017-02-24target: generic ARM CTI function wrapperMatthias Welwarsky3-2/+225
2017-02-24aarch64: optimize core state detectionMatthias Welwarsky1-8/+2
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky3-28/+0
2017-02-24aarch64: remove mrs/msr functions from struct armMatthias Welwarsky2-70/+0
2017-02-24aarch64: refactor SCTLR manipulationMatthias Welwarsky2-135/+98
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky5-6/+31
2017-02-15aarch64: Fix #include guardsMarc Schink2-4/+4
2017-02-13flash/nor: avrf: support atmega128rfa1Karl Palsson2-0/+23
2017-02-10aarch64: don't try resuming if target is not haltedMatthias Welwarsky1-0/+4
2017-02-10aarch64: don't segfault on reset when target is not examinedMatthias Welwarsky1-1/+5
2017-02-10aarch64: use cached value of dscr register where neededMatthias Welwarsky1-25/+21
2017-02-10aarch64: remove arm command chain from aarch64 target commandsMatthias Welwarsky1-3/+0
2017-02-10aarch64: remove "mrs <Xt>, currentel" opcodeMatthias Welwarsky1-5/+0
2017-02-10aarch64: remove unused struct componentsMatthias Welwarsky1-5/+0
2017-02-10aarch64: improve debug outputMatthias Welwarsky2-9/+9
2017-02-10aarch64: enlarge value buffer of arm_reg to store 64 bitMatthias Welwarsky2-2/+2
2017-02-10aarch64: consolidate sticky error handlingMatthias Welwarsky2-31/+7
2017-02-10aarch64: discard async aborts on entering debug stateMatthias Welwarsky4-2/+17
2017-02-10aarch64: cleanup context restoreMatthias Welwarsky1-12/+3
2017-02-10aarch64: enable aarch32 debugging with arm gdbMatthias Welwarsky2-27/+164
2017-02-10aarch64: allow reading TTBR register when halted in EL0Matthias Welwarsky1-0/+3
2017-02-10aarch64: make sure to enable HDE for all SMP PEs to be haltedMatthias Welwarsky1-28/+27
2017-02-10aarch64: handle exceptions taken in debug stateMatthias Welwarsky3-0/+60
2017-02-10aarch64: cache identification for aarch32 stateMatthias Welwarsky3-6/+14
2017-02-10aarch64: fix mode switchingMatthias Welwarsky6-51/+119
2017-02-10aarch64: register access rewriteMatthias Welwarsky8-366/+580