This is an automated email from Gerrit.

Uwe Hermann (u...@hermann-uwe.de) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/138

-- gerrit

commit 2533760c5219527a8887c560babc75087f8b6074
Author: Uwe Hermann <u...@hermann-uwe.de>
Date:   Sun Oct 30 01:44:18 2011 +0200

    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 <u...@hermann-uwe.de>

diff --git a/tcl/interface/hilscher_nxhx10_etm.cfg 
b/tcl/interface/hilscher_nxhx10_etm.cfg
index d71a1a3..de44322 100644
--- a/tcl/interface/hilscher_nxhx10_etm.cfg
+++ b/tcl/interface/hilscher_nxhx10_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (mtren...@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 fffab49..5df2854 100644
--- a/tcl/interface/hilscher_nxhx500_etm.cfg
+++ b/tcl/interface/hilscher_nxhx500_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (mtren...@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 bcd54fc..eb31c77 100644
--- a/tcl/interface/hilscher_nxhx500_re.cfg
+++ b/tcl/interface/hilscher_nxhx500_re.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (mtren...@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 251d076..561409f 100644
--- a/tcl/interface/hilscher_nxhx50_etm.cfg
+++ b/tcl/interface/hilscher_nxhx50_etm.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (mtren...@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 6e428fb..46a365d 100644
--- a/tcl/interface/hilscher_nxhx50_re.cfg
+++ b/tcl/interface/hilscher_nxhx50_re.cfg
@@ -1,8 +1,9 @@
-################################################################################
-# Author: Michael Trensch (mtren...@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 fe9d6af..9dfe01c 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 2dcd027..f53261a 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 8fa7b0b..e49dd56 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 491ac7a..3b1fad0 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 3d515b7..f14f1d8 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

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to