aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-09jtag: Fix copy-paste error in 'irscan' helpMarek Vasut1-1/+1
2020-02-08tcl: Remove executable bitMarc Schink9-0/+0
2020-02-08efm32: add EFR32ZG13P and EFR32ZG14P partsFrank Hunleth1-0/+2
2020-02-08stlink: fix max packet size for 8 bit R/W on stlink-v3Antonio Borneo1-2/+7
2020-02-08jtag: flush jtag queue after jtag_add_tlr()Antonio Borneo1-0/+1
2020-02-08Switch to HTTPS for submodulesChristopher Head1-3/+3
2020-02-06tcl: fix remaining scripts after rework adapter commandsAntonio Borneo5-8/+8
2020-02-06tcl: Add interface config for isodebug isolated JTAG/SWD+UARTAndreas Fritiofson1-0/+27
2020-02-06jtag: drivers: xlnx-pcie-xvc: fix build on Linux pre v4.10Antonio Borneo1-0/+5
2020-02-06flash/nor: Add Renesas RPC HF driverMarek Vasut3-0/+651
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut2-26/+49
2020-01-29jtag: Fix jtag_reset fallbackLeonard Crestez1-1/+1
2020-01-29tcl: replace the deprecated commands with "adapter ..."Antonio Borneo210-332/+332
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