diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 20:34:36 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 20:34:36 +0000 |
commit | 1b500fe12c40eb78e43236fb42578db3a8a0e712 (patch) | |
tree | c8f3560cb732c4bffbda275aacdc5f5de8ea4bc3 /src/target | |
parent | b8387ea272771accd2681b75b805043ae9d2b82a (diff) | |
download | openocd_libswd-1b500fe12c40eb78e43236fb42578db3a8a0e712.tar.gz openocd_libswd-1b500fe12c40eb78e43236fb42578db3a8a0e712.tar.bz2 openocd_libswd-1b500fe12c40eb78e43236fb42578db3a8a0e712.tar.xz openocd_libswd-1b500fe12c40eb78e43236fb42578db3a8a0e712.zip |
- added svn props for newly added files
git-svn-id: svn://svn.berlios.de/openocd/trunk@947 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/imx31.cfg | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/target/target/imx31.cfg b/src/target/target/imx31.cfg index f38de00e..cf18f3e0 100644 --- a/src/target/target/imx31.cfg +++ b/src/target/target/imx31.cfg @@ -1,19 +1,19 @@ -# imx31 config
-#
-# NB! Does not work yet. Work in progress
-
-#jtag scan chain
-#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
-# 4 devices otherwise openocd complains, the last one returns 0x0 for all bytes
-jtag_device 4 0x1 0x0 0xe
-jtag_device 5 0x1 0x1f 0x1e
-#jtag_device 4 0x0 0x0 0xe
-# The device below does not have an IDCODE, so lsb is 1
-jtag_device 4 0x0 0x0 0xf
-jtag_device 5 0x1 0x0 0x1e
-
-jtag_nsrst_delay 500
-jtag_ntrst_delay 500
-
-target arm11 little 1
-
+# imx31 config +# +# NB! Does not work yet. Work in progress + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +# 4 devices otherwise openocd complains, the last one returns 0x0 for all bytes +jtag_device 4 0x1 0x0 0xe +jtag_device 5 0x1 0x1f 0x1e +#jtag_device 4 0x0 0x0 0xe +# The device below does not have an IDCODE, so lsb is 1 +jtag_device 4 0x0 0x0 0xf +jtag_device 5 0x1 0x0 0x1e + +jtag_nsrst_delay 500 +jtag_ntrst_delay 500 + +target arm11 little 1 + |