aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Support for driving RISC-V DM via Arty's own JTAG chain using BSCAN tunnel (#...Greg Savin3-2/+221
2019-04-09Propagate some errors in execute_abstract_command().Tim Newsome1-3/+4
2019-04-03Merge branch 'master' into from_upstreamTim Newsome114-921/+1191
2019-04-03Support simultaneous resume using hasel (#364)Tim Newsome5-191/+300
2019-04-03armv7a_mmu: Remove warning on va = paFlorian Fainelli1-2/+0
2019-04-03target/cortex_m: remove target halted check when removing a breakpointTomas Vanek1-9/+3
2019-04-01target/cortex_m: remove fp_code_available countingTomas Vanek2-18/+1
2019-04-01target/cortex_m: simplify cortex_m_unset_breakpoint()Tomas Vanek1-10/+4
2019-03-27Constify struct flash_driver instancesChristopher Head64-135/+135
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo3-56/+28
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo5-154/+96
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek1-19/+17
2019-03-27Lots of RISC-V improvements.Tim Newsome7-379/+1764
2019-03-26stlink: Set speed before entering JTAG/SWD modeFrans-Willem Hardijzer1-22/+26
2019-03-23mips32: pracc: Fix indentMarek Vasut1-3/+3
2019-03-23mips32: pracc: Fix UPPER/LOWER macrosMarek Vasut1-2/+2
2019-03-14target/mips: Use 'bool' data typeMarc Schink2-15/+15
2019-03-14target/xscale: Use 'bool' data typeMarc Schink1-15/+15
2019-03-14target/dsp563xx: Use 'bool' data typeMarc Schink1-23/+23
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head1-14/+0
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo1-13/+42
2019-03-14target/adi_v5_swd: update cached value on write to DP_SELECTAntonio Borneo1-1/+4
2019-03-12target/breakpoints: make internal functions staticTomas Vanek1-4/+6
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-11Fix FESPI address parsing. (#355)Tim Newsome1-3/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome28-98/+121
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome5-6/+43
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky3-0/+350
2019-03-08drivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ_IDCODESAntonio Borneo1-5/+13
2019-03-08drivers/stlink_usb: check error code returned by st-linkAntonio Borneo1-36/+46
2019-03-08drivers/stlink_usb: fix stlink_usb_read_regs() for API v2Antonio Borneo1-9/+10
2019-03-07stlink: handle error GET_IDCODEAntonio Borneo1-0/+4
2019-03-07stlink: handle error bad-APAntonio Borneo1-0/+5
2019-03-06target/openrisc/x86_32_common: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/openrisc/or1k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/lakemont: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/feroceon: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/etb: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/arm_semihosting: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/embeddedice: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/avr32_ap7k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/arm926ejs: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/arm920t: Use 'bool' data typeMarc Schink1-7/+7
2019-03-06target/arm720t: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv8: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/armv7m: Use 'bool' data typeMarc Schink1-16/+16
2019-03-06target/arm11: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink1-34/+34