Browse Source

testing/examples/.../*cfg: rm jtag_device calls

That syntax has been obsolete forever and is now gone; remove a few
remaining references.  Shows how seldom this stuff gets used.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.4.0-rc1
David Brownell 14 years ago
parent
commit
80a757d82e
9 changed files with 10 additions and 21 deletions
  1. +0
    -3
      tcl/target/is5114.cfg
  2. +1
    -2
      testing/examples/AT91R40008Test/prj/at91r40008_turtle.cfg
  3. +1
    -2
      testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg
  4. +1
    -2
      testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg
  5. +1
    -2
      testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg
  6. +1
    -2
      testing/examples/SAM7X256Test/prj/sam7x256_jtagkey.cfg
  7. +1
    -2
      testing/examples/STR710JtagSpeed/prj/str710_jtagkey.cfg
  8. +1
    -2
      testing/examples/STR710Test/prj/str710_jtagkey.cfg
  9. +3
    -4
      testing/examples/STR912Test/prj/str912_jtagkey.cfg

+ 0
- 3
tcl/target/is5114.cfg View File

@@ -28,12 +28,9 @@ jtag_rclk 16
reset_config trst_and_srst

# Do not specify a tap id here...
#OLD SYNTAX: jtag_device 8 0x1 0x1 0xfe
jtag newtap $_CHIPNAME unknown1 -irlen 8 -ircapture 0x01 -irmask 1
#OLD SYNTAX: jtag_device 4 0x1 0xf 0xe
# This is the "arm946" chip.
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x0e -irmask 0xf
#OLD SYNTAX: jtag_device 5 0x1 0x1 0x1e
jtag newtap $_CHIPNAME unknown2 -irlen 5 -ircapture 1 -irmask 1




+ 1
- 2
testing/examples/AT91R40008Test/prj/at91r40008_turtle.cfg View File

@@ -20,8 +20,7 @@ jtag_ntrst_delay 200
reset_config srst_only srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap at91 cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


+ 1
- 2
testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg View File

@@ -18,8 +18,7 @@ jtag_speed 3
reset_config trst_and_srst srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap lpc cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4


+ 1
- 2
testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg View File

@@ -18,8 +18,7 @@ jtag_speed 3
reset_config trst_and_srst srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap lpc cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4


+ 1
- 2
testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg View File

@@ -21,8 +21,7 @@ jtag_ntrst_delay 200
reset_config srst_only srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap sam7 cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


+ 1
- 2
testing/examples/SAM7X256Test/prj/sam7x256_jtagkey.cfg View File

@@ -21,8 +21,7 @@ jtag_ntrst_delay 200
reset_config srst_only srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap sam7 cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


+ 1
- 2
testing/examples/STR710JtagSpeed/prj/str710_jtagkey.cfg View File

@@ -18,8 +18,7 @@ jtag_speed 0
reset_config trst_and_srst srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap str7 cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


+ 1
- 2
testing/examples/STR710Test/prj/str710_jtagkey.cfg View File

@@ -18,8 +18,7 @@ jtag_speed 0
reset_config trst_and_srst srst_pulls_trst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe
jtag newtap str7 cpu -irlen 4 -irmask 0xf

#target configuration
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


+ 3
- 4
testing/examples/STR912Test/prj/str912_jtagkey.cfg View File

@@ -21,10 +21,9 @@ jtag_ntrst_delay 100
reset_config trst_and_srst

#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 8 0x1 0x1 0xfe
jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e
jtag newtap str9 flash -irlen 8
jtag newtap str9 cpu -irlen 4 -irmask 0xf
jtag newtap str9 bs -irlen 5

#target configuration
target create target0 arm966e -endian little -chain-position 1 -variant arm966e


Loading…
Cancel
Save