aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorBrad Riensche <brad.riensche@gmail.com>2013-07-09 16:28:14 -0500
committerSpencer Oliver <spen@spen-soft.co.uk>2013-08-15 14:50:22 +0000
commit02826721d0b2a40f3802f1b39efb508cf5a95936 (patch)
treec503460ebcea5e2d63ae836b5a96d0445373b972 /tcl/board
parent8f444e22473746710112b68eb4d923ce2f45040d (diff)
Add tcl configurations for Altera Soc devices
This commit adds two tcl configuration files, one for the Altera Cyclone V SoC series, and one for the SoCkit development board. The board configuration is able to halt and resume the cpu cores, and dump register contents etc. It has not been fully tested, however. Change-Id: Id3f18c3408975cf986a5f5aec410b5b13240c35e Signed-off-by: Brad Riensche <brad.riensche@gmail.com> Reviewed-on: http://openocd.zylin.com/1494 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/altera_sockit.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/tcl/board/altera_sockit.cfg b/tcl/board/altera_sockit.cfg
new file mode 100644
index 00000000..56941433
--- /dev/null
+++ b/tcl/board/altera_sockit.cfg
@@ -0,0 +1,19 @@
+#
+# Cyclone V SocKit board
+# http://www.altera.com/b/arrow-sockit.html
+#
+# Software support page:
+# http://www.rocketboards.org/
+
+# openocd does not currently support the on-board USB Blaster II.
+# Install the JTAG header and use a USB Blaster instead.
+interface usb_blaster
+
+source [find target/altera_fpgasoc.cfg]
+
+# If the USB Blaster II were supported, these settings would be needed
+#usb_blaster_vid_pid 0x6810 0x09fb
+#usb_blaster_device_desc "USB-Blaster II"
+
+adapter_khz 100
+