aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2020-03-12cortex_a: warn on broken debug_base settingMatthias Welwarsky1-0/+4
2020-03-12target/armv8_opcodes: use T32 instructions when the PE is in AArch32 stateTarek BOCHKATI2-7/+15
2020-03-12target/aarch64: fix soft breakpoint when PE is in AArch32 stateTarek BOCHKATI2-1/+25
2020-03-12target/aarch64: fix minor stepping issue with gdbTarek BOCHKATI1-1/+1
2020-03-12target: add examine-fail eventTomas Vanek3-2/+10
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI3-72/+40
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek12-34/+35
2020-03-07target/arm920t: fix clang static analyzer warningTomas Vanek1-1/+1
2020-02-29target/arc: fix clang static analyzer warningsEvgeniy Didin4-7/+14
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin10-1/+3478
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo6-16/+16
2020-02-24adi_v5_dapdirect: fix connect under resetAntonio Borneo1-1/+10
2020-02-23target/adi_v5_swd: fix clang static analyzer warningTomas Vanek1-1/+1
2020-02-15armv8: check the core state to pass the correct arch to gdbAntonio Borneo1-1/+2
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo2-2/+2
2020-02-15target/nds32: fix type of magic numberAntonio Borneo1-2/+2
2020-01-29move ftdi_location deprecation helper to proper placeOleksij Rempel1-6/+0
2020-01-27target/arm_cti: fix regression from Tcl_return_values seriesTomas Vanek1-20/+8
2020-01-20mips_ejtag: there is no DCR.MIPS64 bitJiri Kastner2-2/+2
2020-01-16target/xscale: remove duplicated commandTomas Vanek1-1/+0
2020-01-16target/etm: add check for calloc errorTomas Vanek1-0/+6
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek1-0/+2
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-01-16target/avr32_jtag: fix error returnsTomas Vanek1-7/+3
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek1-0/+6
2020-01-16target/arm946e: add missing error detectionTomas Vanek1-5/+17
2020-01-14target/target: parse value as proper typeChristopher Head1-2/+2
2020-01-14stlink: add DAP direct driverAntonio Borneo1-0/+6
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo3-0/+228
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo2-5/+5
2020-01-14hla: use the new system_reset APIAntonio Borneo2-27/+11
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-1/+1
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo4-36/+63
2020-01-02target/arm_cti: add new 'ack' and 'channel' commandsTarek BOCHKATI1-0/+68
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink2-22/+7
2019-12-19target/armv4_5: use c99 array designator to init arm_core_regs[]Antonio Borneo1-42/+42
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo1-5/+5
2019-11-28mips64: Add generic mips64 target supportPeter Mamonov4-0/+1225
2019-11-28mips: Add MIPS64 supportPeter Mamonov7-0/+2521
2019-11-07STM8 Target relicensing to GPLv2 and laterAke Rehnman2-32/+32
2019-10-18target/cortex_a: Extract code to read/write from/to register to/from DCCFlorian Fainelli1-13/+38
2019-10-18target/cortex_a: use aligned accesses for read/write cpu memory slowAntonio Borneo1-4/+37
2019-10-18adi_v5_jtag: avoid RAM exhaustion by limiting jtag queue sizeBohdan Tymkiv3-25/+97
2019-10-18target: Switch to target_read_buffer() in verify_image fallbackAndreas Fritiofson1-8/+1
2019-09-08target/dsp563xx: dsp563xx restore reg supportHan Hartgers1-0/+1
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome5-3/+63
2019-06-20cortex_m: set C_DEBUGEN in soft_reset_haltAntonio Borneo1-0/+5
2019-06-19target/cortex_m: Add support for AHB5-APMarc Schink1-1/+10
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink3-6/+12
2019-06-19Support for debugging on ARMv8-M CPUsOmair Javaid2-15/+62