aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim NohlgÄrd
2017-04-23target: Fix memory leakMarc Schink
2017-04-23stlink: increase trace buffer size to maximum allowed on st-link v2 firmwareAustin Morton
2017-04-02aarch64: add some documentationMatthias Welwarsky
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky
2017-03-29nrf51: Remove pointer castAndreas Fritiofson
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis
2017-02-24tcl: add Hi6220 target and LeMaker HiKey board configMatthias Welwarsky
2017-02-24armv8_dpm: fix exception handlingMatthias Welwarsky
2017-02-24armv8_dpm: retrieve only necessary registers on haltMatthias Welwarsky
2017-02-24armv8: spelling and formatting updatesMatthias Welwarsky
2017-02-24aarch64: run control reworkMatthias Welwarsky
2017-02-24aarch64: clean up struct aarch64_commonMatthias Welwarsky
2017-02-24aarch64: clean up target specific commandsMatthias Welwarsky
2017-02-24aarch64: reset fixesMatthias Welwarsky
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky
2017-02-24armv8: load aarch32 register through aarch64 equivalentMatthias Welwarsky
2017-02-24aarch64: remove bogus address check before memory accessMatthias Welwarsky
2017-02-24target: generic ARM CTI function wrapperMatthias Welwarsky
2017-02-24aarch64: optimize core state detectionMatthias Welwarsky
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky
2017-02-24aarch64: remove mrs/msr functions from struct armMatthias Welwarsky
2017-02-24aarch64: refactor SCTLR manipulationMatthias Welwarsky
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky
2017-02-15aarch64: Fix #include guardsMarc Schink
2017-02-13flash/nor: avrf: support atmega128rfa1Karl Palsson
2017-02-10aarch64: don't try resuming if target is not haltedMatthias Welwarsky
2017-02-10aarch64: don't segfault on reset when target is not examinedMatthias Welwarsky
2017-02-10aarch64: use cached value of dscr register where neededMatthias Welwarsky
2017-02-10aarch64: remove arm command chain from aarch64 target commandsMatthias Welwarsky
2017-02-10aarch64: remove "mrs <Xt>, currentel" opcodeMatthias Welwarsky
2017-02-10aarch64: remove unused struct componentsMatthias Welwarsky
2017-02-10aarch64: improve debug outputMatthias Welwarsky
2017-02-10aarch64: enlarge value buffer of arm_reg to store 64 bitMatthias Welwarsky
2017-02-10aarch64: consolidate sticky error handlingMatthias Welwarsky
2017-02-10aarch64: discard async aborts on entering debug stateMatthias Welwarsky
2017-02-10aarch64: cleanup context restoreMatthias Welwarsky
2017-02-10aarch64: enable aarch32 debugging with arm gdbMatthias Welwarsky
2017-02-10aarch64: allow reading TTBR register when halted in EL0Matthias Welwarsky
2017-02-10aarch64: make sure to enable HDE for all SMP PEs to be haltedMatthias Welwarsky
2017-02-10aarch64: handle exceptions taken in debug stateMatthias Welwarsky
2017-02-10aarch64: cache identification for aarch32 stateMatthias Welwarsky
2017-02-10aarch64: fix mode switchingMatthias Welwarsky
2017-02-10aarch64: register access rewriteMatthias Welwarsky
2017-02-10aarch64: simplify armv8_read_ttbcrMatthias Welwarsky
2017-02-10aarch64: allow reading system control register when halted in EL0Matthias Welwarsky
2017-02-10aarch64: simplify armv8_set_cpsr()Matthias Welwarsky
2017-02-10aarch64: provide virt2phys commandMatthias Welwarsky
2017-02-10aarch64: slightly simplify breakpoint set functionMatthias Welwarsky
2017-02-10aarch64: remove bogus os_border calculationMatthias Welwarsky