aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo
2017-05-08mips32: add micromips breakpoints supportSalvador Arroyo
2017-05-08mips32: add micromips isa handlingSalvador Arroyo
2017-05-08mips32, convert miniprograms with code definitionSalvador Arroyo
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo
2017-05-08mips32, add microMips instruction subsetSalvador Arroyo
2017-05-08mips32, add option to avoid check in last instructionSalvador Arroyo
2017-05-08mips32, add realloc codeSalvador Arroyo
2017-05-08mips32, change in pracc_list for dynamic allocationSalvador Arroyo
2017-05-02Fix compile failure on MacOSXMatthias Welwarsky
2017-04-25mips32, write handler code in a more compact waySalvador Arroyo
2017-04-25mips32, implement assembler li instructionSalvador Arroyo
2017-04-25mips32, in wait_for_pracc_rw() use ejtag_info->pa_ctrlSalvador Arroyo
2017-04-25mips32, mips32_pracc_finish() queued onlySalvador Arroyo
2017-04-25mips32, drop unnecessary code in mips32_pracc.cSalvador Arroyo
2017-04-25mips32, homogenize code in the scan functionsSalvador Arroyo
2017-04-24mips32, add generic scan 32 functionSalvador Arroyo
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo
2017-04-23target: Fix memory leakMarc Schink
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis
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-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