aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo1-8/+3
2019-06-20helper/command: make command_run_line reentrantChristopher Head1-0/+6
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
2019-06-14target/cortex_a: remove dependency from jtag queueAntonio Borneo1-2/+3
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo1-2/+3
2019-06-13jtag: fix error on TCL command "return" in jtag event handlerAntonio Borneo1-1/+6
2019-06-13target: fix error on TCL command "return" in target event handlerAntonio Borneo1-1/+6
2019-06-13flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6Tarek BOCHKATI1-13/+13
2019-06-13jtag: drivers: buspirate: chunk SWD switch sequence transfer.Tilman Sauerbeck1-8/+17
2019-06-13jtag/drivers/jtag_usb_common: fix typoChristopher Head1-6/+6
2019-06-12target: make target re-configuration possible againTomas Vanek1-1/+7
2019-06-12fix XScale register accessMichael Schwingen1-0/+1
2019-06-12mem_ap: fix format of logged addressesAntonio Borneo1-2/+2
2019-06-12ARMv8: Update rtos_reg storage from 8 to 16 bytesDaniel Goehring1-1/+1
2019-06-12armv7a_mmu: Add support for decoding Super SectionsFlorian Fainelli1-10/+27
2019-06-12armv7a_mmu: Do not restrict virtual addresses to uint32_tFlorian Fainelli3-6/+7
2019-06-12armv7a_mmu: Remove armv7a_mmu_translate_va()Florian Fainelli2-87/+0
2019-06-12armv7a_mmu: Check earlier for PAR readFlorian Fainelli1-2/+2
2019-06-10target/armv7m: fix register number in armv7m_get_core_reg()Tomas Vanek1-1/+1
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo16-23/+15
2019-06-06gdb_server: remove call to jtag_execute_queue()Antonio Borneo1-6/+0
2019-06-06target/cortex_m: remove dependency from jtag queueAntonio Borneo1-1/+1
2019-06-06helper: add bitmap helper primitivesAntonio Borneo2-0/+85
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo2-48/+29
2019-06-06swd: remove unused API frequency()Antonio Borneo6-55/+0
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson24-493/+361
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv3-8/+6
2019-05-31jlink: add usb location supportOleksij Rempel1-4/+38
2019-05-31jtag/drivers/jtag_usb_common: Fix variable nameMarc Schink1-5/+5
2019-05-31libjaylink: Update to latest Git versionOleksij Rempel1-0/+0
2019-05-31jtag/drivers/jtag_usb_common: Remove warningMarc Schink1-3/+0
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez3-8/+27
2019-05-23target: make handle_md_output() globalTomas Vanek3-64/+8
2019-05-23cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNALTarek BOCHKATI2-1/+4
2019-05-23helper/command: remove dead code in command_unknown()Antonio Borneo1-6/+0
2019-05-23target: remove unused function target_buffer_get_u8()Antonio Borneo1-6/+0
2019-05-17helper/command: print the command output in case of errorAntonio Borneo1-8/+6
2019-05-16Fix 'adapter usb location' documentationMarc Schink1-2/+2
2019-05-15jtag/drivers/imx_gpio: fixed calls to command_printJan Matyas1-2/+2
2019-05-15drivers/bcm2835gpio: fix build for ARM hostAntonio Borneo1-2/+2
2019-05-14jtag_vpi: fixed state transitions in "stableclocks"Jan Matyas1-1/+21
2019-05-14jtag_vpi: correct runtest behaviorMegan Wachs1-1/+1
2019-05-14target: Fix breakpoint usageMarc Schink1-1/+1
2019-05-14helper/command: fix printing usage for incomplete commandsAntonio Borneo1-5/+61
2019-05-14helper/command: send command output only to the right serverAntonio Borneo1-12/+3
2019-05-14target: fix output of command "targets"Antonio Borneo1-7/+7
2019-05-14helper/command: remove search for "ocd_" prefixAntonio Borneo1-8/+4
2019-05-14helper/command: remove command "command type"Paul Fertser1-35/+0