aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek
2020-01-27tcl/board: Add config for STM32WB Nucleo boardMarc Schink
2020-01-27target/arm_cti: fix regression from Tcl_return_values seriesTomas Vanek
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut
2020-01-22jtag: drivers: xlnx-pcie-xvc: fix build after mergeAntonio Borneo
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut
2020-01-22jtag_libusb_bulk_read|write: return error code instead of sizeOleksij Rempel
2020-01-20mips_ejtag: there is no DCR.MIPS64 bitJiri Kastner
2020-01-17jtag: drivers: xlnx-pcie-xvc: Add support for Xilinx XVC/PCIeMoritz Fischer
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut
2020-01-16target/xscale: remove duplicated commandTomas Vanek
2020-01-16target/etm: add check for calloc errorTomas Vanek
2020-01-16target/semihosting_common: fix minor memory leakTomas Vanek
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek
2020-01-16target/avr32_jtag: fix error returnsTomas Vanek
2020-01-16target/arm_dpm: add missing error returnsTomas Vanek
2020-01-16target/arm946e: add missing error detectionTomas Vanek
2020-01-16server/server: fix clang static analyzer warningTomas Vanek
2020-01-16xsvf: fix memory leakTomas Vanek
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI
2020-01-14target/target: parse value as proper typeChristopher Head
2020-01-14stlink: fix handling of DPv1 and DPv2 banked registersAntonio Borneo
2020-01-14stlink: add DAP direct driverAntonio Borneo
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo
2020-01-14TODO: add restructuring of JTAG/adapter layerAntonio Borneo
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo
2020-01-14drivers/kitprog: remove unused JTAG execute_queue methodAntonio Borneo
2020-01-14hla: remove empty JTAG execute_queue methodAntonio Borneo
2020-01-14jtag: print an errmsg on using jtag API for non jtag transportAntonio Borneo
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser
2020-01-02arm_adi_v5: add API send_sequence() and use itAntonio Borneo
2020-01-02tcl: update scripts after "jtag_reset" got deprecatedAntonio Borneo
2020-01-02jtag: replace command "jtag_reset" with "adapter [de]assert"Antonio Borneo
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2020-01-02jtag_vpi: multiple improvementsJan Matyas
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk
2020-01-02contrib/rpc_examples: Add (dis)connect methodsMarc Schink