tcl/board: fix all the remaining boards that were sourcing ft2232 configs 30/2230/2
authorPaul Fertser <fercerpav@gmail.com>
Mon, 28 Jul 2014 18:10:45 +0000 (22:10 +0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 2 Aug 2014 09:04:19 +0000 (09:04 +0000)
This was reported in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751372 .

Change-Id: I258f3d40593ff2966ce3ca61c13a23699d1b162f
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2230
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
12 files changed:
tcl/board/ek-lm3s1968.cfg
tcl/board/ek-lm3s3748.cfg
tcl/board/ek-lm3s6965.cfg
tcl/board/ek-lm3s811-revb.cfg
tcl/board/ek-lm3s811.cfg
tcl/board/ek-lm3s8962.cfg
tcl/board/ek-lm3s9b9x.cfg
tcl/board/ek-lm3s9d92.cfg
tcl/board/hitex_stm32-performancestick.cfg
tcl/board/hitex_str9-comstick.cfg
tcl/board/openrd.cfg
tcl/board/sheevaplug.cfg

index 42f100feeb4cc436e41586c3c7b205da028b986e..8d990b1983d88046e3870d7ba1c76e8ab772fc5b 100644 (file)
@@ -11,7 +11,7 @@
 # include the FT2232 interface config for on-board JTAG interface
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
 # so is using in JTAG mode, as done here.
-source [find interface/luminary.cfg]
+source [find interface/ftdi/luminary.cfg]
 
 # include the target config
 set WORKAREASIZE 0x2000
index c95c21a6da70cf7666b997e0b217dac56b9a093a..36ecfcd321b802edea0388ab22e0f7ba6af25e68 100644 (file)
@@ -6,7 +6,7 @@
 
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
 # so is using it in JTAG mode, as done here.
-source [find interface/luminary.cfg]
+source [find interface/ftdi/luminary.cfg]
 
 # 20k working area
 set WORKAREASIZE 0x4000
index 428e853533d57ac57ab2012558d1753f3ce678e9..c7696690dcc380d4e29760b231a8c40c13dc9efd 100644 (file)
@@ -6,7 +6,7 @@
 
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
 # so is using it in JTAG mode, as done here.
-source [find interface/luminary.cfg]
+source [find interface/ftdi/luminary.cfg]
 
 # 20k working area
 set WORKAREASIZE 0x5000
index 82d1be432b53b7238cdfde75d083229b44e809ac..8729f1596bc0916783044bd1805d59b0a04526ca 100644 (file)
@@ -6,7 +6,7 @@
 
 # NOTE: newer 811-EK boards (rev C and above) shouldn't use this.
 # use board/ek-lm3s811.cfg
-source [find interface/luminary-lm3s811.cfg]
+source [find interface/ftdi/luminary-lm3s811.cfg]
 
 # include the target config
 set WORKAREASIZE 0x2000
index 6ea66b38c11f2ee69abd7bbab1ef7154825170af..d7fe243e64ab9a14233ebc4931b2e453751023e6 100644 (file)
@@ -7,7 +7,7 @@
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
 # so is using it in JTAG mode, as done here.
 # NOTE:  older '811-EK boards (before rev C) shouldn't use this.
-source [find interface/luminary.cfg]
+source [find interface/ftdi/luminary.cfg]
 
 # include the target config
 set WORKAREASIZE 0x2000
index b7977da0b45e08d5c7d2bf7a2fcf28e73c774859..d02ce449ac487a69a74143dfecb906612c83ea83 100644 (file)
@@ -6,7 +6,7 @@
 
 # NOTE:  using the on-board FT2232 JTAG/SWD/SWO interface is optional!
 # so is using it in JTAG mode, as done here.
-source [find interface/luminary.cfg]
+source [find interface/ftdi/luminary.cfg]
 
 # 64k working area
 set WORKAREASIZE 0x10000
index 1dd42315bc011847d105ebb3d6a0b932f35275a0..6dd7b31a89539fb40c6fb2e3149a6adaa72683c3 100644 (file)
@@ -7,7 +7,7 @@
 
 # NOTE:  using the bundled FT2232 JTAG/SWD/SWO interface is optional!
 # so is using in JTAG mode, as done here.
-source [find interface/luminary-icdi.cfg]
+source [find interface/ftdi/luminary-icdi.cfg]
 
 set WORKAREASIZE 0x4000
 set CHIPNAME lm3s9b9x
index ed6f77a48cf4e1a91354ddc8d10041c2518bed12..a0253d6462e688fb96e6db2813d99dac4c57f0c6 100644 (file)
@@ -6,7 +6,7 @@
 
 # NOTE:  using the bundled FT2232 JTAG/SWD/SWO interface is optional!
 # so is using in JTAG mode, as done here.
-source [find interface/luminary-icdi.cfg]
+source [find interface/ftdi/luminary-icdi.cfg]
 
 # 64k working area
 set WORKAREASIZE 0x10000
index 0ec4076b7b9a77190e4f2d6782b5083c811ae9b9..82fb169619ed33a0b7771efccde76a948987f2fd 100644 (file)
@@ -2,7 +2,7 @@
 
 reset_config trst_and_srst
 
-source [find interface/stm32-stick.cfg]
+source [find interface/ftdi/stm32-stick.cfg]
 
 set  CHIPNAME stm32_hitex
 source [find target/stm32f1x.cfg]
index f482fa26ff4c6cd10c96dce55f63f0cb60956be9..be153314fa59438d0c2205ce6fd9c75a21be1d7a 100644 (file)
@@ -2,7 +2,7 @@
 # http://www.hitex.com/index.php?id=383
 # This works for the STR9-comStick revisions STR912CS-A1 and STR912CS-A2.
 
-source [find interface/hitex_str9-comstick.cfg]
+source [find interface/ftdi/hitex_str9-comstick.cfg]
 
 # set jtag speed
 adapter_khz 3000
index 14593fd4103a2f645df1104fc18ad1b16b37f816..1051c25d95e66f31620149f5925a2652b3ce6195 100644 (file)
@@ -1,6 +1,6 @@
 # Marvell OpenRD
 
-source [find interface/openrd.cfg]
+source [find interface/ftdi/openrd.cfg]
 source [find target/feroceon.cfg]
 
 $_TARGETNAME configure \
index e5e9f3438c87b89a9ea87f797a4391b1d2a2ed4c..620e6436292a14cc8ff2f88e0846ccc54f990d04 100644 (file)
@@ -1,6 +1,6 @@
 # Marvell SheevaPlug
 
-source [find interface/sheevaplug.cfg]
+source [find interface/ftdi/sheevaplug.cfg]
 source [find target/feroceon.cfg]
 
 $_TARGETNAME configure \

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)