aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo39-259/+432
2020-01-14drivers/kitprog: remove unused JTAG execute_queue methodAntonio Borneo1-30/+0
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo1-9/+0
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo2-0/+27
2020-01-14hla: use the new system_reset APIAntonio Borneo6-80/+36
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo7-18/+5
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo14-138/+227
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut1-18/+32
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut1-26/+22
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser1-19/+56
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo5-44/+63
2020-01-02tcl: update scripts after "jtag_reset" got deprecatedAntonio Borneo6-13/+13
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo3-62/+51
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo6-0/+186
2020-01-02jtag_vpi: multiple improvementsJan Matyas3-9/+151
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk1-20/+6
2020-01-02contrib/rpc_examples: Add (dis)connect methodsMarc Schink1-1/+7
2020-01-02rtos/FreeRTOS: Fix FreeRTOS thread list readingRahul Masurkar1-2/+2
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek1-1/+6
2020-01-02target/arm_cti: add new 'ack' and 'channel' commandsTarek BOCHKATI2-0/+77
2020-01-02flash/nor/stm32h7: (minor) use proper variable names and enhance loggingTarek BOCHKATI1-23/+32
2020-01-02tcl/target: swm050: fix to allow to use with ST-LinkIcenowy Zheng1-2/+5
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink8-59/+129
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo2-3/+1
2019-12-19target/armv4_5: use c99 array designator to init arm_core_regs[]Antonio Borneo1-42/+42
2019-12-19sysfsgpio: give time to udev to change gpio permissionAntonio Borneo1-2/+23
2019-12-19gdb_server: fix extended_protocol for multi-targetAntonio Borneo1-4/+5
2019-12-19gdb_server: fix string length with semihosting_fileioAntonio Borneo2-10/+10
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek1-1/+1
2019-12-16jtag_vpi: ensured constant packet size & endiannessJan Matyas1-3/+26
2019-12-12flash/nor/nrf5: remove check for protected sectorTomas Vanek1-4/+0
2019-12-12server/tcl_server.c: Fix buffer overrunJimmy1-1/+1
2019-12-10server: gdb_server: fix memory map generation on a 32-bit BE hostPaul Fertser2-6/+7
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI5-19/+160
2019-11-28mips64: Add generic mips64 target supportPeter Mamonov4-0/+1225
2019-11-28mips: Add MIPS64 supportPeter Mamonov7-0/+2521
2019-11-27target/stm32h7x: Use AP2 to access DBGMCU when non HLA adapter is usedChristopher Head1-6/+42
2019-11-27flash/nor/stm32h7x: remove options cache and some driver enhancementsTarek BOCHKATI2-199/+259
2019-11-27flash/nor/stm32h7x: fix option bytes handling to work with both banksTarek BOCHKATI1-27/+21
2019-11-27flash/nor/stm32h7x: remove stm32x_options.protection2Tarek BOCHKATI1-46/+12
2019-11-26flash/nor/nrf5: fix allocation of driver_priv and sector arrayTomas Vanek1-1/+28
2019-11-26flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2)Tomas Vanek1-12/+56
2019-11-26flash/nor/nrf5: do not check FICR PPFC on nRF52Tomas Vanek1-27/+30
2019-11-26flash/nor/nrf5: rename registers by nRF seriesTomas Vanek1-51/+54
2019-11-26flash/nor/nrf5: refactor sector allocation to use alloc_block_array()Tomas Vanek1-25/+10
2019-11-26flash/nor/nrf5: implement BPROT protection check for nRF52810,832Tomas Vanek1-51/+136
2019-11-26flash/nor/nrf5: detect newer devices without HWID tableTomas Vanek2-44/+215
2019-11-26flash/nor/nrf5: remove useless page padding and UICR autoeraseTomas Vanek1-131/+16
2019-11-23helper: skip including sys/sysctl.h on LinuxAntonio Borneo1-0/+3
2019-11-22CVE-2018-5704: Prevent some forms of Cross Protocol Scripting attacksAndreas Fritiofson1-0/+11