aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-29doc: replace example command "interface" with "adapter driver"Antonio Borneo1-4/+4
2020-01-29tcl: replace command "interface" with "adapter driver"Antonio Borneo111-111/+111
2020-01-29openocd: fix minor inconsistencies after renaming "adapter" commandAntonio Borneo3-6/+6
2020-01-29move ftdi_location deprecation helper to proper placeOleksij Rempel2-6/+5
2020-01-29jtag: adapter: rework adapter related commandsOleksij Rempel3-89/+136
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek2-12/+13
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek1-19/+8
2020-01-27tcl/board: Add config for STM32WB Nucleo boardMarc Schink1-0/+11
2020-01-27target/arm_cti: fix regression from Tcl_return_values seriesTomas Vanek1-20/+8
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut1-1/+1
2020-01-22jtag: drivers: xlnx-pcie-xvc: fix build after mergeAntonio Borneo2-9/+10
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut7-0/+1308
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel12-89/+186
2020-01-20mips_ejtag: there is no DCR.MIPS64 bitJiri Kastner2-2/+2
2020-01-17jtag: drivers: xlnx-pcie-xvc: Add support for Xilinx XVC/PCIeMoritz Fischer5-1/+532
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut1-51/+51
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut1-2/+2
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut2-4/+20
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut1-24/+24
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut1-32/+22
2020-01-16target/xscale: remove duplicated commandTomas Vanek1-1/+0
2020-01-16target/etm: add check for calloc errorTomas Vanek1-0/+6
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek1-0/+2
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-01-16target/avr32_jtag: fix error returnsTomas Vanek1-7/+3
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek1-0/+6
2020-01-16target/arm946e: add missing error detectionTomas Vanek1-5/+17
2020-01-16server/server: fix clang static analyzer warningTomas Vanek1-1/+1
2020-01-16xsvf: fix memory leakTomas Vanek1-1/+3
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI1-5/+29
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI3-4/+129
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI1-0/+15
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI1-253/+337
2020-01-14target/target: parse value as proper typeChristopher Head1-2/+2
2020-01-14stlink: fix handling of DPv1 and DPv2 banked registersAntonio Borneo1-0/+27
2020-01-14stlink: add DAP direct driverAntonio Borneo5-13/+706
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo6-2/+240
2020-01-14TODO: add restructuring of JTAG/adapter layerAntonio Borneo1-11/+30
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