aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2020-09-13Initial work on a qorivva target.qorivvaDavid Barksdale
2020-03-12target/cortex_a: add hypervisor modeAntonio Borneo
2020-03-12armv7a: access monitor registers only with security extensionsAntonio Borneo
2020-03-12target/armv4_5: remove unused macroAntonio Borneo
2020-03-12arm: Use different enum for core_type and core_modeAntonio Borneo
2020-03-12arm: fix reg num for Monitor modeAntonio Borneo
2020-03-12target: fix crash with jimtcl 0.78Antonio Borneo
2020-03-12semihosting: add semihosting handlers to AArch64Tarek BOCHKATI
2020-03-12cortex_a: warn on broken debug_base settingMatthias Welwarsky
2020-03-12target/armv8_opcodes: use T32 instructions when the PE is in AArch32 stateTarek BOCHKATI
2020-03-12target/aarch64: fix soft breakpoint when PE is in AArch32 stateTarek BOCHKATI
2020-03-12target/aarch64: fix minor stepping issue with gdbTarek BOCHKATI
2020-03-12target: add examine-fail eventTomas Vanek
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek
2020-03-07target/arm920t: fix clang static analyzer warningTomas Vanek
2020-02-29target/arc: fix clang static analyzer warningsEvgeniy Didin
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo
2020-02-24adi_v5_dapdirect: fix connect under resetAntonio Borneo
2020-02-23target/adi_v5_swd: fix clang static analyzer warningTomas Vanek
2020-02-15armv8: check the core state to pass the correct arch to gdbAntonio Borneo
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo
2020-02-15target/nds32: fix type of magic numberAntonio Borneo
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