aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-10-30 01:44:18 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2011-11-03 23:53:26 +0000
commitd031b5def877c79cd7a2fd0e7499c72eb6af46d5 (patch)
treef67631711cfc68dc8c715fb76f93d612c8e34c8d
parent61957bee47aed12016b2576bf88856f916c82b10 (diff)
interface configs: Add missing URLs and names.
Also, drop author name from interface/hilscher_* files, that info is in the git log, and none of the other files contain author names either. Change-Id: Idf0eb4279c4bff31d15c166619c0bf8b1c5bb877 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Reviewed-on: http://openocd.zylin.com/138 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r--tcl/interface/hilscher_nxhx10_etm.cfg9
-rw-r--r--tcl/interface/hilscher_nxhx500_etm.cfg9
-rw-r--r--tcl/interface/hilscher_nxhx500_re.cfg9
-rw-r--r--tcl/interface/hilscher_nxhx50_etm.cfg9
-rw-r--r--tcl/interface/hilscher_nxhx50_re.cfg9
-rw-r--r--tcl/interface/ngxtech.cfg4
-rw-r--r--tcl/interface/redbee-econotag.cfg13
-rw-r--r--tcl/interface/redbee-usb.cfg13
-rw-r--r--tcl/interface/ulink.cfg3
-rw-r--r--tcl/interface/xds100v2.cfg4
10 files changed, 55 insertions, 27 deletions
diff --git a/tcl/interface/hilscher_nxhx10_etm.cfg b/tcl/interface/hilscher_nxhx10_etm.cfg
index d71a1a3d..de443227 100644
--- a/tcl/interface/hilscher_nxhx10_etm.cfg
+++ b/tcl/interface/hilscher_nxhx10_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (MTrensch@googlemail.com)
-################################################################################
+#
+# Hilscher NXHX 10-ETM
+#
+# http://de.hilscher.com/products_details_hardware.html?p_id=P_4ce145a5983e6
+#
-#interface
interface ft2232
ft2232_device_desc "NXHX 10-ETM"
ft2232_layout comstick
diff --git a/tcl/interface/hilscher_nxhx500_etm.cfg b/tcl/interface/hilscher_nxhx500_etm.cfg
index fffab49c..5df2854a 100644
--- a/tcl/interface/hilscher_nxhx500_etm.cfg
+++ b/tcl/interface/hilscher_nxhx500_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (MTrensch@googlemail.com)
-################################################################################
+#
+# Hilscher NXHX 500-ETM
+#
+# http://de.hilscher.com/files_design/8/NXHX500-ETM_description_Rev01_EN.pdf
+#
-#interface
interface ft2232
ft2232_device_desc "NXHX 500-ETM"
ft2232_layout comstick
diff --git a/tcl/interface/hilscher_nxhx500_re.cfg b/tcl/interface/hilscher_nxhx500_re.cfg
index bcd54fc2..eb31c771 100644
--- a/tcl/interface/hilscher_nxhx500_re.cfg
+++ b/tcl/interface/hilscher_nxhx500_re.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (MTrensch@googlemail.com)
-################################################################################
+#
+# Hilscher NXHX 500-RE
+#
+# http://de.hilscher.com/products_details_hardware.html?p_id=P_461ff2053bad1&bs=20
+#
-#interface
interface ft2232
ft2232_device_desc "NXHX 500-RE"
ft2232_layout comstick
diff --git a/tcl/interface/hilscher_nxhx50_etm.cfg b/tcl/interface/hilscher_nxhx50_etm.cfg
index 251d0769..561409f4 100644
--- a/tcl/interface/hilscher_nxhx50_etm.cfg
+++ b/tcl/interface/hilscher_nxhx50_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (MTrensch@googlemail.com)
-################################################################################
+#
+# Hilscher NXHX 50-ETM
+#
+# http://de.hilscher.com/files_design/8/NXHX50-ETM_description_Rev01_EN.pdf
+#
-#interface
interface ft2232
ft2232_device_desc "NXHX 50-ETM"
ft2232_layout comstick
diff --git a/tcl/interface/hilscher_nxhx50_re.cfg b/tcl/interface/hilscher_nxhx50_re.cfg
index 6e428fb8..46a365d3 100644
--- a/tcl/interface/hilscher_nxhx50_re.cfg
+++ b/tcl/interface/hilscher_nxhx50_re.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (MTrensch@googlemail.com)
-################################################################################
+#
+# Hilscher NXHX 50-RE
+#
+# http://de.hilscher.com/products_details_hardware.html?p_id=P_483c0f582ad36&bs=20
+#
-#interface
interface ft2232
ft2232_device_desc "NXHX50-RE"
ft2232_layout comstick
diff --git a/tcl/interface/ngxtech.cfg b/tcl/interface/ngxtech.cfg
index fe9d6af2..9dfe01c3 100644
--- a/tcl/interface/ngxtech.cfg
+++ b/tcl/interface/ngxtech.cfg
@@ -1,4 +1,8 @@
+#
+# NGX ARM USB JTAG
+#
# http://shop.ngxtechnologies.com/product_info.php?cPath=26&products_id=30
+#
interface ft2232
ft2232_device_desc "NGX JTAG A"
diff --git a/tcl/interface/redbee-econotag.cfg b/tcl/interface/redbee-econotag.cfg
index 2dcd0278..7e17a05c 100644
--- a/tcl/interface/redbee-econotag.cfg
+++ b/tcl/interface/redbee-econotag.cfg
@@ -1,6 +1,13 @@
-# The redbee-econotag has an onboard ft2232h with
-# ft2232h channel A wired to mc13224v JTAG
-# ft2232h channel B wired to mc13224v UART1
+#
+# Redwire Redbee-Econotag
+#
+# http://www.redwirellc.com/store/node/1
+#
+# The Redbee-Econotag has an onboard FT2232H with:
+# - FT2232H channel A wired to mc13224v JTAG
+# - FT2232H channel B wired to mc13224v UART1
+#
+
interface ft2232
ft2232_layout redbee-econotag
ft2232_vid_pid 0x0403 0x6010
diff --git a/tcl/interface/redbee-usb.cfg b/tcl/interface/redbee-usb.cfg
index 8fa7b0be..5e7e4f7d 100644
--- a/tcl/interface/redbee-usb.cfg
+++ b/tcl/interface/redbee-usb.cfg
@@ -1,6 +1,13 @@
-# The redbee-usb has an onboard ft2232h with
-# ft2232h channel B wired to mc13224v JTAG
-# ft2232h channel A wired to mc13224v UART1
+#
+# Redwire Redbee-USB
+#
+# http://www.redwirellc.com
+#
+# The Redbee-USB has an onboard FT2232H with:
+# - FT2232H channel B wired to mc13224v JTAG
+# - FT2232H channel A wired to mc13224v UART1
+#
+
interface ft2232
ft2232_layout redbee-usb
ft2232_vid_pid 0x0403 0x6010
diff --git a/tcl/interface/ulink.cfg b/tcl/interface/ulink.cfg
index 491ac7a5..3b1fad07 100644
--- a/tcl/interface/ulink.cfg
+++ b/tcl/interface/ulink.cfg
@@ -1,5 +1,8 @@
#
# Keil ULINK running OpenULINK firmware.
#
+# http://www.keil.com/ulink1/
+# http://article.gmane.org/gmane.comp.debugging.openocd.devel/17362
+#
interface ulink
diff --git a/tcl/interface/xds100v2.cfg b/tcl/interface/xds100v2.cfg
index 3d515b74..f14f1d8d 100644
--- a/tcl/interface/xds100v2.cfg
+++ b/tcl/interface/xds100v2.cfg
@@ -1,5 +1,7 @@
#
-# xds100v2
+# Texas Instruments XDS100v2
+#
+# http://processors.wiki.ti.com/index.php/XDS100#XDS100v2_Features
#
interface ft2232