aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2018-04-10target armv7m: multi-block erase checkTomas Vanek1-39/+95
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek10-33/+53
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky1-0/+12
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek3-18/+33
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky4-9/+22
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer1-0/+13
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek1-0/+2
2018-03-30target: fix display halt message logicTomas Vanek2-2/+5
2018-03-30target: restructure dap supportMatthias Welwarsky16-277/+713
2018-03-30arm_cti: add cti command groupMatthias Welwarsky5-38/+512
2018-03-27aarch64: add cpsr bitfields to target descriptionMatthias Welwarsky1-4/+45
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky1-0/+3
2018-03-20transport: add transport_is_hla()Tomas Vanek1-1/+1
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky5-7/+26
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek1-0/+16
2018-03-15server: free strduped port numbersTomas Vanek2-0/+5
2018-03-13target: hla: check return value of hl_dcc_readPaul Fertser1-5/+21
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser1-0/+1
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky2-28/+20
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid5-13/+269
2018-03-10Support for AArch32 SIMD/Floating-point registersOmair Javaid1-19/+171
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid5-92/+411
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter1-8/+1
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-5/+21
2018-02-27gdb_server: run control fixes for vContTomas Vanek2-2/+3
2018-02-27Fix incorrect commentChristopher Head1-2/+1
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis1-4/+37
2018-02-24stm8: fix compilation warningAke Rehnman1-1/+2
2018-02-21target: fix target.working_area typePeter Mamonov1-1/+1
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky1-0/+12
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel1-3/+4
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch1-279/+314
2018-02-07cortex_a: faster debug initMatthias Welwarsky1-3/+7
2018-01-30x86_32_common: fix some warningsPaul Fertser1-15/+28
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas Vanek1-2/+2
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky1-7/+29
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky1-1/+9
2018-01-25Use timeval helpersChristopher Head5-32/+14
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek2-1/+6
2018-01-16aarch64: speed up first examinationMatthias Welwarsky1-40/+20
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky4-66/+16
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky2-8/+59
2018-01-14arm_adi_v5: added some partnumbers found in tegra 186 and tegra 210Jiri Kastner1-1/+8
2018-01-13ejtag: added missing instructions.Jiri Kastner1-0/+5
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson1-3/+6
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson3-6/+14
2018-01-13cortex_m: add profiling functionSimon Schubert2-0/+90
2018-01-13target: lakemon: implement assert_reset and deassert_resetFelipe Balbi3-3/+160
2018-01-13target: quark_x10xx: miscellaneous cleanupsFelipe Balbi1-32/+30
2018-01-13target: type: fix indentationFelipe Balbi1-1/+1