aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI2-6/+25
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek1-22/+31
2020-02-23tcl/board: Add imx8mp-evkLeonard Crestez1-0/+15
2020-02-23tcl/interface/ftdi: Add imx8mp-evk internal JTAG interfaceLeonard Crestez1-0/+28
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head1-24/+8
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head1-1/+8
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head1-1/+1
2020-02-15stlink: add trace support in DAP direct modeAntonio Borneo1-0/+17
2020-02-15armv8: check the core state to pass the correct arch to gdbAntonio Borneo1-1/+2
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo4-5/+4
2020-02-15coding style: remove unnecessary parenthesesAntonio Borneo2-2/+2
2020-02-15jtag/startup.tcl: remove trailing whitespacesAntonio Borneo1-5/+5
2020-02-15target/nds32: fix type of magic numberAntonio Borneo1-2/+2
2020-02-15flash/nor/stm32lx: Minor code cleanupsMarc Schink1-9/+6
2020-02-15jtag_vpi: added an option to stop simulation on exitJan Matyas1-5/+46
2020-02-15Include start-of-region addressPiotr Kasprzyk1-1/+1
2020-02-13flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1Tarek BOCHKATI3-2/+6
2020-02-13flash/startup.tcl: update stm32 flash driver aliasesTarek BOCHKATI1-15/+8
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