riscv-openocd/tcl/interface
Antonio Borneo 34ec5536c0 stlink: deprecate HLA support
The STLink API that supports dap-direct is available from STLink
firmware v2j24, published in early 2015.
We can reasonably expect that any old STLink still in use today
has got at least one firmware update during the last 10 years.

Most of the board files in upstream OpenOCD still use the STLink
in HLA mode. This limits the test coverage of the dap-direct code,
which was introduced in OpenOCD v0.11.0.

- Rename interface/stlink.cfg as interface/stlink-hla.cfg to still
  provide support for HLA, adding a deprecated message.

- Rename interface/stlink-dap.cfg as interface/stlink.cfg to make
  dap-direct the default trasport.

- Add a redirect file interface/stlink-dap.cfg for users that have
  out-of-tree custom board files.

- Update all the board files to the new setup.

- Remove STLink HLA mentions from the documentation, while adding
  a reference to interface/stlink-hla.cfg

Checkpatch-ignore: LONG_LINE
Change-Id: I99366bb03cd3b83f8f408514e657f30e59813063
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8523
Tested-by: jenkins
Reviewed-by: Andrzej Sierżęga <asier70@gmail.com>
2024-11-02 21:01:07 +00:00
..
ft232r tcl/interface: replace last deprecated commands 2022-09-13 22:16:37 +00:00
ftdi tcl/interface/ftdi: add support for Sipeed USB-JTAG/TTL Debugger 2024-09-15 09:06:26 +00:00
altera-usb-blaster.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
altera-usb-blaster2.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
angie.cfg jtag/drivers: Add new driver for ANGIE USB-JTAG Adapter 2023-08-12 16:44:17 +00:00
arm-jtag-ew.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
ast2600-gpiod.cfg tcl/interface: add linuxgpiod cfg for Aspeed AST2600 2022-08-20 15:30:20 +00:00
at91rm9200.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
beaglebone-jtag-native.cfg drivers/am335xgpio: Migrate to adapter gpio commands 2022-08-15 13:24:36 +00:00
beaglebone-swd-native.cfg drivers/am335xgpio: Migrate to adapter gpio commands 2022-08-15 13:24:36 +00:00
buspirate.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
chameleon.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
cmsis-dap.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
dln-2-gpiod.cfg drivers/linuxgpiod: Migrate to adapter gpio commands 2022-08-15 13:24:54 +00:00
dummy.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
esp_usb_bridge.cfg jtag: add esp_usb_jtag driver 2022-07-02 08:24:01 +00:00
esp_usb_jtag.cfg tcl/interface: add Espressif builtin usb_jtag config file. 2023-07-14 16:51:23 +00:00
estick.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
flashlink.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
ft232r.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
imx-native.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
jlink.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
jtag_dpi.cfg tcl: replace FSF boilerplate with SPDX tag 2022-06-24 21:51:58 +00:00
jtag_hat_rpi2.cfg drivers/bcm2835gpio: Migrate to adapter gpio commands 2022-09-13 22:17:14 +00:00
jtag_vpi.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
kitprog.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
nulink.cfg tcl: Replace 'hla_' prefix with 'hla' command group 2024-07-13 22:18:17 +00:00
opendous.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
openjtag.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
osbdm.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
parport.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
parport_dlc5.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
raspberrypi-gpio-connector.cfg tcl/interface: support for Raspberry Pi 5 2024-06-25 07:23:18 +00:00
raspberrypi-native.cfg tcl/interface: support for Raspberry Pi 5 2024-06-25 07:23:18 +00:00
raspberrypi2-native.cfg tcl/interface: universal config for all Raspberry Pi models 2023-01-28 15:55:10 +00:00
raspberrypi5-gpiod.cfg tcl/interface/raspberrypi5-gpiod: fix string match pattern escaping 2024-08-16 04:45:11 +00:00
rlink.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
rshim.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
stlink-dap.cfg stlink: deprecate HLA support 2024-11-02 21:01:07 +00:00
stlink-hla.cfg stlink: deprecate HLA support 2024-11-02 21:01:07 +00:00
stlink-v1.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
stlink-v2-1.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
stlink-v2.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
stlink.cfg stlink: deprecate HLA support 2024-11-02 21:01:07 +00:00
sysfsgpio-raspberrypi.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
ti-icdi.cfg tcl: Replace 'hla_' prefix with 'hla' command group 2024-07-13 22:18:17 +00:00
ulink.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
usb-jtag.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
usbprog.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
vdebug.cfg tcl: update to new syntax of telnet command 2024-10-05 15:43:26 +00:00
vsllink.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00
xds110.cfg tcl/interface: add SPDX tag 2022-06-24 21:54:01 +00:00