aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-24src/jtag/aice: Fix obviously incorrect bit op.Seth LaForge
2019-09-24helper/command: clear errno before calling parserChristopher Head
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink
2019-09-18esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZEKhem Raj
2019-09-08flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_infoTarek BOCHKATI
2019-09-08flash/nor/stm32h7x: remove flash size information from device nameTarek BOCHKATI
2019-09-08flash/nor: flash driver for Synwit SWM050 MCUsCaleb Szalacinski
2019-09-08target/dsp563xx: dsp563xx restore reg supportHan Hartgers
2019-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome
2019-08-04flash/nor/core: fix some minor typoTarek BOCHKATI
2019-07-28mflash: Remove this broken flash driverAndreas Fritiofson
2019-06-20cortex_m: set C_DEBUGEN in soft_reset_haltAntonio Borneo
2019-06-20helper/options: simplify the code using command_run_linef()Antonio Borneo
2019-06-20helper/command: make command_run_line reentrantChristopher Head
2019-06-19target/cortex_m: Add support for AHB5-APMarc Schink
2019-06-19target/arm_adiv5: Add type for AHB5-APMarc Schink
2019-06-19Support for debugging on ARMv8-M CPUsOmair Javaid
2019-06-14target/cortex_a: remove dependency from jtag queueAntonio Borneo
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo
2019-06-13jtag: fix error on TCL command "return" in jtag event handlerAntonio Borneo
2019-06-13target: fix error on TCL command "return" in target event handlerAntonio Borneo
2019-06-13flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6Tarek BOCHKATI
2019-06-13jtag: drivers: buspirate: chunk SWD switch sequence transfer.Tilman Sauerbeck
2019-06-13jtag/drivers/jtag_usb_common: fix typoChristopher Head
2019-06-12target: make target re-configuration possible againTomas Vanek
2019-06-12fix XScale register accessMichael Schwingen
2019-06-12mem_ap: fix format of logged addressesAntonio Borneo
2019-06-12ARMv8: Update rtos_reg storage from 8 to 16 bytesDaniel Goehring
2019-06-12armv7a_mmu: Add support for decoding Super SectionsFlorian Fainelli
2019-06-12armv7a_mmu: Do not restrict virtual addresses to uint32_tFlorian Fainelli
2019-06-12armv7a_mmu: Remove armv7a_mmu_translate_va()Florian Fainelli
2019-06-12armv7a_mmu: Check earlier for PAR readFlorian Fainelli
2019-06-10target/armv7m: fix register number in armv7m_get_core_reg()Tomas Vanek
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo
2019-06-06gdb_server: remove call to jtag_execute_queue()Antonio Borneo
2019-06-06target/cortex_m: remove dependency from jtag queueAntonio Borneo
2019-06-06helper: add bitmap helper primitivesAntonio Borneo
2019-06-06jtag: simplify management of non-implemented handlersAntonio Borneo
2019-06-06swd: remove unused API frequency()Antonio Borneo
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson
2019-06-04gdb_server: fix GDB_BUFFER_SIZE usage, fix unaligned access during bulk trans...Bohdan Tymkiv
2019-05-31jlink: add usb location supportOleksij Rempel
2019-05-31jtag/drivers/jtag_usb_common: Fix variable nameMarc Schink
2019-05-31libjaylink: Update to latest Git versionOleksij Rempel
2019-05-31jtag/drivers/jtag_usb_common: Remove warningMarc Schink
2019-05-25arm_adi_v5: Split CSW bits into AHB/APB/AXILeonard Crestez
2019-05-23target: make handle_md_output() globalTomas Vanek
2019-05-23cortex_m: set the debug reason to DBGRQ when NVIC_DFSR indicates EXTERNALTarek BOCHKATI
2019-05-23helper/command: remove dead code in command_unknown()Antonio Borneo