aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo
2019-03-27imx8m: add an m4 target to the imx8mAngus Ainslie
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek
2019-03-27Lots of RISC-V improvements.Tim Newsome
2019-03-26stlink: Set speed before entering JTAG/SWD modeFrans-Willem Hardijzer
2019-03-23mips32: pracc: Fix indentMarek Vasut
2019-03-23mips32: pracc: Fix UPPER/LOWER macrosMarek Vasut
2019-03-14target/mips: Use 'bool' data typeMarc Schink
2019-03-14target/xscale: Use 'bool' data typeMarc Schink
2019-03-14target/dsp563xx: Use 'bool' data typeMarc Schink
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo
2019-03-14target/adi_v5_swd: update cached value on write to DP_SELECTAntonio Borneo
2019-03-12target/breakpoints: make internal functions staticTomas Vanek
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome
2019-03-08rtos/hwthread: add hardware-thread pseudo rtosMatthias Welwarsky
2019-03-08drivers/stlink_usb: use command STLINK_DEBUG_APIV2_READ_IDCODESAntonio Borneo
2019-03-08drivers/stlink_usb: check error code returned by st-linkAntonio Borneo
2019-03-08drivers/stlink_usb: fix stlink_usb_read_regs() for API v2Antonio Borneo
2019-03-07stlink: handle error GET_IDCODEAntonio Borneo
2019-03-07stlink: handle error bad-APAntonio Borneo
2019-03-06target/openrisc/x86_32_common: Use 'bool' data typeMarc Schink
2019-03-06target/openrisc/or1k: Use 'bool' data typeMarc Schink
2019-03-06target/lakemont: Use 'bool' data typeMarc Schink
2019-03-06target/feroceon: Use 'bool' data typeMarc Schink
2019-03-06target/etb: Use 'bool' data typeMarc Schink
2019-03-06target/arm_semihosting: Use 'bool' data typeMarc Schink
2019-03-06target/embeddedice: Use 'bool' data typeMarc Schink
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink
2019-03-06target/avr32_ap7k: Use 'bool' data typeMarc Schink
2019-03-06target/arm926ejs: Use 'bool' data typeMarc Schink
2019-03-06target/arm920t: Use 'bool' data typeMarc Schink
2019-03-06target/arm720t: Use 'bool' data typeMarc Schink
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink
2019-03-06target/armv8: Use 'bool' data typeMarc Schink
2019-03-06target/armv7m: Use 'bool' data typeMarc Schink
2019-03-06target/arm11: Use 'bool' data typeMarc Schink
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink
2019-03-06target/armv4_5: Use 'bool' data typeMarc Schink
2019-03-06target/register: Use 'bool' data typeMarc Schink
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink
2019-03-06target: Remove unused variable 'has_percent'Marc Schink
2019-03-06helper/command: return proper JIM error codeAntonio Borneo
2019-03-06stlink: remove unused assignmentAntonio Borneo
2019-03-06gdb_server: fix 'null' pointer passed as 'nonnull' parameterAntonio Borneo
2019-03-05src/jtag/drivers/ftdi: fix swd pin comment and linksDiego Herranz
2019-03-04gdb_server: remove warning for stepi after gdb_syncAntonio Borneo