riscv-openocd/src/jtag/hla
Antonio Borneo cda39f929e jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap'
The commands 'jtag newtap' and 'swd newdap' have to work either on
HLA transport and on standard JTAG/SWD. Having a dedicated
implementation for HLA is a non-sense.

Reuse the generic code jim_jtag_newtap() and drop the files
hla_tcl.[ch] as they are now empty.

Change-Id: I9dabbdc2a6f338f23b2fd3ed1a4dc3da0200c080
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7428
Tested-by: jenkins
2023-01-15 15:12:05 +00:00
..
Makefile.am jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap' 2023-01-15 15:12:05 +00:00
hla_interface.c jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap' 2023-01-15 15:12:05 +00:00
hla_interface.h openocd: src/jtag: replace the GPL-2.0-or-later license tag 2022-07-23 13:55:06 +00:00
hla_layout.c jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap' 2023-01-15 15:12:05 +00:00
hla_layout.h openocd: src/jtag: replace the GPL-2.0-or-later license tag 2022-07-23 13:55:06 +00:00
hla_transport.c jtag: hla: use generic helper for commands 'jtag newtap' 'swd newdap' 2023-01-15 15:12:05 +00:00
hla_transport.h openocd: src/jtag: replace the GPL-2.0-or-later license tag 2022-07-23 13:55:06 +00:00