aboutsummaryrefslogtreecommitdiff
path: root/doc/openocd.texi
diff options
context:
space:
mode:
authorFranck Jullien <franck.jullien@gmail.com>2013-09-06 18:42:39 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2013-09-08 15:37:51 +0000
commit4b8f866aebd08bf3169eb61a233707d5b61cd4af (patch)
tree318f75b3b6e64773069173f442bb567ccca1350a /doc/openocd.texi
parentf4943acd650a5dea16978cf21132b72bdd0f72c9 (diff)
jtag: drivers: Add JTAP VPI client driver
This patch adds a driver for the jtag_vpi server [1]. This server is now part of the ORPSoC version 3 (OpenRISC Reference Platform SoC). The jtag_vpi server provides an interface between OpenOCD and a simulated core. [1] http://github.com/fjullien/jtag_vpi Change-Id: I717b72cace4845f66c878581345074f99002e21a Signed-off-by: Franck Jullien <franck.jullien@gmail.com> Reviewed-on: http://openocd.zylin.com/1609 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'doc/openocd.texi')
-rw-r--r--doc/openocd.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 78a4e8ed..a747f9ac 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -578,6 +578,10 @@ produced, PDF schematics are easily found and it is easy to make.
@item @b{bcm2835gpio}
@* A BCM2835-based board (e.g. Raspberry Pi) using the GPIO pins of the expansion header.
+@item @b{jtag_vpi}
+@* A JTAG driver acting as a client for the JTAG VPI server interface.
+@* Link: @url{http://github.com/fjullien/jtag_vpi}
+
@end itemize
@node About Jim-Tcl