Add IPDBG JtagHost functionality to OpenOCD
authorDaniel Anselmi <danselmi@gmx.ch>
Sun, 11 Oct 2020 13:13:05 +0000 (15:13 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 8 May 2021 08:51:04 +0000 (09:51 +0100)
commite05cbb4e4feed04c44c71e4a86fa37f310515b15
treea84a638ea8e754c6e1fd2818c65dcb4b625ed3d2
parent3d46346e07893fe6495a6c17fc06c710196f95e1
Add IPDBG JtagHost functionality to OpenOCD

IPDBG are utilities to debug IP-cores. It uses JTAG for
transport to/from the FPGA. The different UIs use TCP/IP
as transport. The JtagHost makes the bridge between these
two.

Comparable to the bridge between GDB and the in-circuit-
debugging-unit of a micro controller.

Change-Id: Ib1bc10dcbd4ea426e492bb7b2d85c1ed1b7a8d5a
Signed-off-by: Daniel Anselmi <danselmi@gmx.ch>
Reviewed-on: http://openocd.zylin.com/5938
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
doc/openocd.texi
src/helper/command.h
src/jtag/core.c
src/server/Makefile.am
src/server/ipdbg.c [new file with mode: 0644]
src/server/ipdbg.h [new file with mode: 0644]