aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2020-01-29move ftdi_location deprecation helper to proper placeOleksij Rempel
2020-01-27target/arm_cti: fix regression from Tcl_return_values seriesTomas Vanek
2020-01-20mips_ejtag: there is no DCR.MIPS64 bitJiri Kastner
2020-01-16target/xscale: remove duplicated commandTomas Vanek
2020-01-16target/etm: add check for calloc errorTomas Vanek
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek
2020-01-16target/avr32_jtag: fix error returnsTomas Vanek
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek
2020-01-16target/arm946e: add missing error detectionTomas Vanek
2020-01-14target/target: parse value as proper typeChristopher Head
2020-01-14stlink: add DAP direct driverAntonio Borneo
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo
2020-01-02target/arm_cti: add new 'ack' and 'channel' commandsTarek BOCHKATI
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink
2019-12-19target/armv4_5: use c99 array designator to init arm_core_regs[]Antonio Borneo
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo
2019-11-28mips64: Add generic mips64 target supportPeter Mamonov
2019-11-28mips: Add MIPS64 supportPeter Mamonov
2019-11-07STM8 Target relicensing to GPLv2 and laterAke Rehnman
2019-10-18target/cortex_a: Extract code to read/write from/to register to/from DCCFlorian Fainelli
2019-10-18target/cortex_a: use aligned accesses for read/write cpu memory slowAntonio Borneo
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv
2019-10-18target: Switch to target_read_buffer() in verify_image fallbackAndreas Fritiofson
2019-09-08target/dsp563xx: dsp563xx restore reg supportHan Hartgers
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome
2019-06-20cortex_m: set C_DEBUGEN in soft_reset_haltAntonio Borneo
2019-06-19target/cortex_m: Add support for AHB5-APMarc Schink
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink
2019-06-19Support for debugging on ARMv8-M CPUsOmair Javaid
2019-06-14target/cortex_a: remove dependency from jtag queueAntonio Borneo
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo
2019-06-13target: fix error on TCL command "return" in target event handlerAntonio Borneo
2019-06-12target: make target re-configuration possible againTomas Vanek
2019-06-12fix XScale register accessMichael Schwingen
2019-06-12mem_ap: fix format of logged addressesAntonio Borneo
2019-06-12armv7a_mmu: Add support for decoding Super SectionsFlorian Fainelli
2019-06-12armv7a_mmu: Do not restrict virtual addresses to uint32_tFlorian Fainelli
2019-06-12armv7a_mmu: Remove armv7a_mmu_translate_va()Florian Fainelli
2019-06-12armv7a_mmu: Check earlier for PAR readFlorian Fainelli
2019-06-10target/armv7m: fix register number in armv7m_get_core_reg()Tomas Vanek
2019-06-06target/cortex_m: remove dependency from jtag queueAntonio Borneo
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez
2019-05-23target: make handle_md_output() globalTomas Vanek
2019-05-23cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNALTarek BOCHKATI
2019-05-23target: remove unused function target_buffer_get_u8()Antonio Borneo