Browse Source

Rick Altherr <kc8apf@kc8apf.net> - update syntax

git-svn-id: svn://svn.berlios.de/openocd/trunk@1114 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 14 years ago
parent
commit
be968a5400
45 changed files with 110 additions and 169 deletions
  1. +2
    -2
      src/target/target/aduc702x.cfg
  2. +2
    -3
      src/target/target/at91eb40a.cfg
  3. +3
    -4
      src/target/target/at91r40008.cfg
  4. +2
    -6
      src/target/target/at91sam9260.cfg
  5. +1
    -2
      src/target/target/at91sam9260minimal.cfg
  6. +2
    -2
      src/target/target/eir-sam7se512.cfg
  7. +2
    -2
      src/target/target/epc9301.cfg
  8. +2
    -5
      src/target/target/hammer.cfg
  9. +1
    -1
      src/target/target/imx31.cfg
  10. +1
    -1
      src/target/target/ipx42x.cfg
  11. +2
    -2
      src/target/target/lm3s3748.cfg
  12. +2
    -2
      src/target/target/lm3s6965.cfg
  13. +2
    -2
      src/target/target/lm3s811.cfg
  14. +3
    -2
      src/target/target/lpc2129.cfg
  15. +2
    -2
      src/target/target/lpc2148.cfg
  16. +2
    -6
      src/target/target/lpc2294.cfg
  17. +1
    -1
      src/target/target/netx500.cfg
  18. +2
    -2
      src/target/target/nslu2.cfg
  19. +2
    -2
      src/target/target/omap5912.cfg
  20. +2
    -6
      src/target/target/pic32mx.cfg
  21. +1
    -1
      src/target/target/pxa255.cfg
  22. +2
    -1
      src/target/target/pxa255_sst.cfg
  23. +2
    -2
      src/target/target/pxa270.cfg
  24. +2
    -3
      src/target/target/s3c2440.cfg
  25. +2
    -4
      src/target/target/sam7x256.cfg
  26. +2
    -5
      src/target/target/stm32.cfg
  27. +2
    -5
      src/target/target/stm32stick.cfg
  28. +2
    -6
      src/target/target/str710.cfg
  29. +2
    -3
      src/target/target/str730.cfg
  30. +2
    -5
      src/target/target/str750.cfg
  31. +2
    -6
      src/target/target/str912.cfg
  32. +2
    -2
      src/target/target/str9comstick.cfg
  33. +1
    -1
      src/target/target/test_reset_syntax_error.cfg
  34. +1
    -1
      src/target/target/test_syntax_error.cfg
  35. +2
    -8
      src/target/target/wi-9c.cfg
  36. +2
    -2
      src/target/target/xba_revA3.cfg
  37. +3
    -4
      src/target/target/zy1000.cfg
  38. +5
    -6
      testing/examples/AT91R40008Test/prj/at91r40008_turtle.cfg
  39. +5
    -7
      testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg
  40. +5
    -7
      testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg
  41. +5
    -7
      testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg
  42. +5
    -7
      testing/examples/SAM7X256Test/prj/sam7x256_jtagkey.cfg
  43. +5
    -7
      testing/examples/STR710JtagSpeed/prj/str710_jtagkey.cfg
  44. +5
    -7
      testing/examples/STR710Test/prj/str710_jtagkey.cfg
  45. +5
    -7
      testing/examples/STR912Test/prj/str912_jtagkey.cfg

+ 2
- 2
src/target/target/aduc702x.cfg View File

@@ -15,13 +15,13 @@ jtag_device 4 0x1 0xf 0xe
##
## Target configuration
##
target arm7tdmi little 0
target create target0 arm7tdmi -endian little -chain-position 0

## software initiated reset (if your SRST isn't wired)
#proc target_0_reset {} { mwb 0x0ffff0230 04 }

# use top 1k of SRAM for as temporary JTAG memory
#working_area 0 0x11C00 0x400 backup
#[new_target_name] configure -work-area-virt 0 -work-area-phys 0x11C00 -work-area-size 0x400 -work-area-backup 1

## flash configuration
flash bank aduc702x 0x80000 0x10000 2 2 0


+ 2
- 3
src/target/target/at91eb40a.cfg View File

@@ -14,7 +14,7 @@ reset_config srst_only srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

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

# speed up memory downloads
arm7_9 fast_memory_access enable
@@ -25,8 +25,7 @@ flash bank ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf

# required for usable performance. Used for lots of
# other things than flash programming.
working_area 0 0x00030000 0x10000 nobackup

[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00030000 -work-area-size 0x10000 -work-area-backup 0

[new_target_name] configure -event reset-init {
puts "Running reset init script for AT91EB40A"


+ 3
- 4
src/target/target/at91r40008.cfg View File

@@ -8,14 +8,13 @@ reset_config srst_only srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi


[new_target_name] configure -event old-gdb_program_config { script event/at91r40008_reset.script }

working_area 0 0x3C000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x3C000 -work-area-size 0x4000 -work-area-backup 0

flash bank cfi 0x10000000 0x400000 2 2 0

# For more information about the configuration files, take a look at:


+ 2
- 6
src/target/target/at91sam9260.cfg View File

@@ -14,15 +14,11 @@ jtag_ntrst_delay 0
# Target configuration
######################

#target <type> <endianess> <reset mode> <JTAG pos> <variant>
target arm926ejs little 0 arm926ejs
target create target0 arm926ejs -endian little -chain-position 0 -variant arm926ejs

[new_target_name] configure -event reset-init { script event/at91sam9260_reset.script }


#working area <target#> <address> <size> <backup|nobackup>
working_area 0 0x00300000 0x1000 backup

[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00300000 -work-area-size 0x1000 -work-area-backup 1

#####################
# Flash configuration


+ 1
- 2
src/target/target/at91sam9260minimal.cfg View File

@@ -14,7 +14,6 @@ jtag_ntrst_delay 200
# Target configuration
######################

#target <type> <endianess> <reset mode> <JTAG pos> <variant>
target arm926ejs little 0 arm926ejs
target create target0 arm926ejs -endian little -chain-position 0 -variant arm926ejs



+ 2
- 2
src/target/target/eir-sam7se512.cfg View File

@@ -5,12 +5,12 @@ reset_config srst_only srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

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


[new_target_name] configure -event reset-init { script event/eir-sam7se512_reset.script }

working_area 0 0x00200000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank at91sam7 0 0 0 0 0


+ 2
- 2
src/target/target/epc9301.cfg View File

@@ -3,8 +3,8 @@ jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 100
jtag_ntrst_delay 100

target arm920t little 0
working_area 0 0x80014000 0x1000 backup
target create target0 arm920t -endian little -chain-position 0 -work-area-virt 0 -work-area-phys 0x80014000 -work-area-size 0x1000 -work-area-backup 1
#flash configuration
#flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...]
flash bank cfi 0x60000000 0x1000000 2 2 0

+ 2
- 5
src/target/target/hammer.cfg View File

@@ -9,17 +9,14 @@ reset_config trst_and_srst
jtag_device 4 0x1 0xf 0xe


target arm920t little 0 arm920t
target create target0 arm920t -endian little -chain-position 0 -variant arm920t
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40800000 -work-area-size 0x20000 -work-area-backup 0
[new_target_name] configure -event reset-init { script event/hammer_reset.script }

# speed up memory downloads
arm7 fast_memory_access enable
arm7_9 dcc_downloads enable


working_area 0 0x30800000 0x20000 nobackup


#flash configuration
#flash bank <driver> <base> <size> <chip_width> <bus_width> [driver_options ...]
flash bank cfi 0x00000000 0x1000000 2 2 0

+ 1
- 1
src/target/target/imx31.cfg View File

@@ -15,5 +15,5 @@ jtag_device 5 0x1 0x0 0x1e
jtag_nsrst_delay 500
jtag_ntrst_delay 500

target arm11 little 1
target create target0 arm11 -endian little -chain-position 1

+ 1
- 1
src/target/target/ipx42x.cfg View File

@@ -5,5 +5,5 @@ reset_config srst_only srst_pulls_trst
#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 7 0x1 0x7f 0x7e
target xscale big 0 IXP42x
target create target0 xscale -endian big -chain-position 0 -variant IXP42x


+ 2
- 2
src/target/target/lm3s3748.cfg View File

@@ -19,10 +19,10 @@ jtag_device 4 0x1 0xf 0xe
# the luminary variant causes a software reset rather than asserting SRST
# this stops the debug registers from being cleared
# this will be fixed in later revisions of silicon
target cortex_m3 little 0 lm3s
target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s

# 8k working area at base of ram
working_area 0 0x20000000 0x2000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x2000 -work-area-backup 0

#flash configuration
flash bank stellaris 0 0 0 0 0

+ 2
- 2
src/target/target/lm3s6965.cfg View File

@@ -16,10 +16,10 @@ jtag_device 4 0x1 0xf 0xe
# the luminary variant causes a software reset rather than asserting SRST
# this stops the debug registers from being cleared
# this will be fixed in later revisions of silicon
target cortex_m3 little 0 lm3s
target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s

# 4k working area at base of ram
working_area 0 0x20000000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x4000 -work-area-backup 0

#flash configuration
flash bank stellaris 0 0 0 0 0

+ 2
- 2
src/target/target/lm3s811.cfg View File

@@ -16,10 +16,10 @@ jtag_device 4 0x1 0xf 0xe
# the luminary variant causes a software reset rather than asserting SRST
# this stops the debug registers from being cleared
# this will be fixed in later revisions of silicon
target cortex_m3 little 0 lm3s
target create target0 cortex_m3 -endian little -chain-position 0 -variant lm3s

# 8k working area at base of ram
working_area 0 0x20000000 0x2000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x2000 -work-area-backup 0

#flash configuration
flash bank stellaris 0 0 0 0 0

+ 3
- 2
src/target/target/lpc2129.cfg View File

@@ -4,8 +4,9 @@ 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
target arm7tdmi little 0 arm7tdmi-s_r4
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4

[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0

working_area 0 0x40000000 0x4000 nobackup
#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum

+ 2
- 2
src/target/target/lpc2148.cfg View File

@@ -13,7 +13,7 @@ reset_config trst_and_srst srst_pulls_trst
#jtag scan chain
jtag_device 4 0x1 0xf 0xe

target arm7tdmi little 0 arm7tdmi-s_r4
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
[new_target_name] configure -event reset-init {
# Force target into ARM state
soft_reset_halt
@@ -22,7 +22,7 @@ target arm7tdmi little 0 arm7tdmi-s_r4
}

working_area 0 0x40000000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0

#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765

+ 2
- 6
src/target/target/lpc2294.cfg View File

@@ -5,12 +5,8 @@ reset_config trst_and_srst srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi-s_r4


working_area 0 0x40000000 0x4000 nobackup
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0

#flash configuration
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>


+ 1
- 1
src/target/target/netx500.cfg View File

@@ -6,5 +6,5 @@ reset_config trst_and_srst
jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 100
jtag_ntrst_delay 100
target arm926ejs little 0 arm926ejs
target create target0 arm926ejs -endian little -chain-position 0 -variant arm926ejs


+ 2
- 2
src/target/target/nslu2.cfg View File

@@ -6,12 +6,12 @@ reset_config srst_only
jtag_device 7 0x1 0x7f 0x7e

# target configuration
target xscale big 0 ixp42x
target create target0 xscale -endian big -chain-position 0 -variant ixp42x


# maps to PXA internal RAM. If you are using a PXA255
# you must initialize SDRAM or leave this option off
working_area 0 0x00020000 0x10000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00020000 -work-area-size 0x10000 -work-area-backup 0

# flash bank <driver> <base> <size> <chip_width> <bus_width>
#flash bank cfi 0x50000000 0x1000000 2 4 0


+ 2
- 2
src/target/target/omap5912.cfg View File

@@ -10,11 +10,11 @@ jtag_device 38 0x0 0x0 0x0
jtag_device 4 0x1 0x0 0xe
jtag_device 8 0x0 0x0 0x0

target arm926ejs little 1 arm926ejs
target create target0 arm926ejs -endian little -chain-position 1 -variant arm926ejs
[new_target_name] configure -event reset-init { script event/omap5912_reset.script }

# omap5912 lcd frame buffer as working area
working_area 0 0x20000000 0x3e800 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x3e800 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank cfi 0x00000000 0x1000000 2 2 0

+ 2
- 6
src/target/target/pic32mx.cfg View File

@@ -8,12 +8,8 @@ reset_config srst_only
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 5 0x1 0x1 0x1e

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target mips_m4k little 0


working_area 0 0xa0000000 16384 nobackup
target create target0 mips_m4k -endian little -chain-position 0
[new_target_name] configure -work-area-virt 0 -work-area-phys 0xa0000000 -work-area-size 16384 -work-area-backup 0

#flash bank str7x <base> <size> 0 0 <target#> <variant>
#flash bank stm32x 0 0 0 0 0


+ 1
- 1
src/target/target/pxa255.cfg View File

@@ -2,7 +2,7 @@ jtag_device 5 0x1 0x1f 0x1e
jtag_nsrst_delay 200
jtag_ntrst_delay 200

target xscale little 0 pxa255
target create target0 xscale -endian little -chain-position 0 -variant pxa255
[new_target_name] configure -event reset-init { script event/pxa255_reset.script }

reset_config trst_and_srst


+ 2
- 1
src/target/target/pxa255_sst.cfg View File

@@ -10,4 +10,5 @@
script target/pxa255.cfg
# flash bank <driver> <base> <size> <chip_width> <bus_width> <targetNum> [options]
flash bank cfi 0x00000000 0x80000 2 2 0 jedec_probe
working_area 0 0x4000000 0x4000 nobackup 0

[new_target_name] configure -work-area-virt 0 -work-area-phys 0x4000000 -work-area-size 0x4000 -work-area-backup 0

+ 2
- 2
src/target/target/pxa270.cfg View File

@@ -10,10 +10,10 @@ reset_config trst_and_srst separate
#jtag scan chain
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 7 0x1 0x7f 0x7e
target xscale little 0 pxa27x
target create target0 xscale -endian little -chain-position 0 -variant pxa27x
# maps to PXA internal RAM. If you are using a PXA255
# you must initialize SDRAM or leave this option off
working_area 0 0x5c000000 0x10000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x5c000000 -work-area-size 0x10000 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
# works for P30 flash


+ 2
- 3
src/target/target/s3c2440.cfg View File

@@ -7,10 +7,9 @@
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
target arm920t little 0 arm920t
target create target0 arm920t -endian little -chain-position 0 -variant arm920t

#reset configuration
reset_config trst_and_srst

working_area 0 0x200000 0x4000 backup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x200000 -work-area-size 0x4000 -work-area-backup 1

+ 2
- 4
src/target/target/sam7x256.cfg View File

@@ -5,12 +5,10 @@ reset_config srst_only srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -event reset-init { script event/sam7x256_reset.script }

working_area 0 0x00200000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank at91sam7 0 0 0 0 0


+ 2
- 5
src/target/target/stm32.cfg View File

@@ -14,12 +14,9 @@ reset_config trst_and_srst
jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target cortex_m3 little 0
target create target0 cortex_m3 -endian little -chain-position 0


working_area 0 0x20000000 16384 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank stm32x 0 0 0 0 0


+ 2
- 5
src/target/target/stm32stick.cfg View File

@@ -15,12 +15,9 @@ jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target cortex_m3 little 0
target create target0 cortex_m3 -endian little -chain-position 0


working_area 0 0x20000000 16384 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 16384 -work-area-backup 0

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank stm32x 0 0 0 0 0


+ 2
- 6
src/target/target/str710.cfg View File

@@ -9,15 +9,11 @@ reset_config trst_and_srst srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -event reset-start { jtag_khz 10 }
[new_target_name] configure -event reset-init { jtag_khz 6000 }
[new_target_name] configure -event old-gdb_program_config { script event/str710_program.script }


working_area 0 0x2000C000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-area-backup 0

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x


+ 2
- 3
src/target/target/str730.cfg View File

@@ -16,12 +16,11 @@ jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 500
jtag_ntrst_delay 500

target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -event reset-start { jtag_khz 10 }
[new_target_name] configure -event reset-init { jtag_khz 3000 }
[new_target_name] configure -event old-gdb_program_config { script event/str730_program.script }

working_area 0 0x40000000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank str7x 0x20000000 0x00040000 0 0 0 STR3x


+ 2
- 5
src/target/target/str750.cfg View File

@@ -16,15 +16,12 @@ jtag_device 4 0x1 0xf 0xe
jtag_nsrst_delay 500
jtag_ntrst_delay 500

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi

[new_target_name] configure -event reset-start { jtag_khz 10 }
[new_target_name] configure -event reset-init { jtag_khz 3000 }
[new_target_name] configure -event old-gdb_program_config { script event/str750_program.script }

working_area 0 0x40000000 0x4000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup 0

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x


+ 2
- 6
src/target/target/str912.cfg View File

@@ -17,9 +17,7 @@ jtag_device 8 0x1 0x1 0xfe
jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm966e little 1 arm966e
target create target0 arm966e -endian little -chain-position 1 -variant arm966e

[new_target_name] configure -event reset-start { jtag_rclk 16 }

@@ -35,9 +33,7 @@ target arm966e little 1 arm966e
flash protect 0 0 7 off
}



working_area 0 0x50000000 16384 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 0

#flash bank str9x <base> <size> 0 0 <target#> <variant>
flash bank str9x 0x00000000 0x00080000 0 0 0


+ 2
- 2
src/target/target/str9comstick.cfg View File

@@ -12,8 +12,8 @@ reset_config trst_and_srst
jtag_device 8 0x1 0x1 0xfe
jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e
target arm966e little 1 arm966e
target create target0 arm966e -endian little -chain-position 1 -variant arm966e
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup 0

working_area 0 0x50000000 16384 nobackup
#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank str9x 0x00000000 0x00080000 0 0 0

+ 1
- 1
src/target/target/test_reset_syntax_error.cfg View File

@@ -7,7 +7,7 @@
jtag_device 4 0x1 0xf 0xe

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

[new_target_name] configure -event reset-init {



+ 1
- 1
src/target/target/test_syntax_error.cfg View File

@@ -1,4 +1,4 @@
# This script tests a syntax error in the startup
# config script

syntax error here
syntax error here

+ 2
- 8
src/target/target/wi-9c.cfg View File

@@ -14,15 +14,9 @@ jtag_ntrst_delay 0
# Target configuration
######################

#target <type> <endianess> <reset mode> <JTAG pos> <variant>
target arm926ejs big 0 arm926ejs

target create target0 arm926ejs -endian big -chain-position 0 -variant arm926ejs
[new_target_name] configure -event reset-init { script event/wi-9c_reset.script }


#working area <target#> <address> <size> <backup|nobackup>
working_area 0 0x00000000 0x1000 backup

[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00000000 -work-area-size 0x1000 -work-area-backup 1

#####################
# Flash configuration


+ 2
- 2
src/target/target/xba_revA3.cfg View File

@@ -9,12 +9,12 @@ jtag_ntrst_delay 100
#format L IRC IRCM IDCODE (Length, IR Capture, IR capture Mask, IDCODE)
jtag_device 7 0x1 0x7f 0x7e

target xscale big 0 ixp42x
target create target0 xscale -endian big -chain-position 0 -variant ixp42x
[new_target_name] configure -event reset-init { script event/xba_revA3.script }
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x20010000 -work-area-size 0x8060 -work-area-backup 0


flash bank cfi 0x50000000 0x400000 2 2 0
working_area 0 0x20010000 0x8060 nobackup

init
reset init


+ 3
- 4
src/target/target/zy1000.cfg View File

@@ -13,8 +13,7 @@ reset_config srst_only srst_pulls_trst
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
jtag_device 4 0x1 0xf 0xe

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

# at CPU CLK <32kHz this must be disabled
arm7_9 fast_memory_access enable
@@ -45,7 +44,7 @@ flash bank ecosflash 0x01000000 0x200000 2 2 0 ecos/at91eb40a.elf

# required for usable performance. Used for lots of
# other things than flash programming.
working_area 0 0x00020000 0x20000 nobackup
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00020000 -work-area-size 0x20000 -work-area-backup 0

jtag_khz 16000

@@ -89,4 +88,4 @@ proc production_test {} {
sleep 25000
target_request debugmsgs disable
return "See IP address above..."
}
}

+ 5
- 6
testing/examples/AT91R40008Test/prj/at91r40008_turtle.cfg View File

@@ -24,16 +24,15 @@ reset_config srst_only srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x3C000 -work-area-size 0x4000 -work-area-backup false

target_script 0 reset .\prj\at91r40008_reset.script

working_area 0 0x3C000 0x4000 nobackup
flash bank cfi 0x10000000 0x400000 2 2 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/LPC2148Test/prj/lpc2148_jtagkey.cfg View File

@@ -22,16 +22,14 @@ reset_config trst_and_srst srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi-s_r4

working_area 0 0x40000000 0x4000 nobackup
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup false

#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
flash bank lpc2000 0x0 0x7d000 0 0 0 lpc2000_v2 14765 calc_checksum

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg View File

@@ -22,13 +22,8 @@ reset_config trst_and_srst srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi-s_r4

working_area 0 0x40000000 0x4000 nobackup
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x40000000 -work-area-size 0x4000 -work-area-backup false

#flash configuration
#flash bank lpc2000 <base> <size> 0 0 <target#> <variant>
@@ -36,3 +31,6 @@ flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg View File

@@ -25,18 +25,16 @@ reset_config srst_only srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup false

target_script 0 reset .\prj\sam7s256_reset.script

working_area 0 0x00200000 0x4000 nobackup

#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank at91sam7 0 0 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/SAM7X256Test/prj/sam7x256_jtagkey.cfg View File

@@ -25,18 +25,16 @@ reset_config srst_only srst_pulls_trst
jtag_device 4 0x1 0xf 0xe
#target configuration
daemon_startup reset
#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x00200000 -work-area-size 0x4000 -work-area-backup false
target_script 0 reset .\prj\sam7x256_reset.script
working_area 0 0x00200000 0x4000 nobackup
#flash bank <driver> <base> <size> <chip_width> <bus_width>
flash bank at91sam7 0 0 0 0 0
# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger
init
reset halt

+ 5
- 7
testing/examples/STR710JtagSpeed/prj/str710_jtagkey.cfg View File

@@ -22,16 +22,14 @@ reset_config trst_and_srst srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi

working_area 0 0x2000C000 0x4000 nobackup
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-area-backup false

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/STR710Test/prj/str710_jtagkey.cfg View File

@@ -22,18 +22,16 @@ reset_config trst_and_srst srst_pulls_trst
jtag_device 4 0x1 0xf 0xe

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little 0 arm7tdmi
target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-area-backup false

target_script 0 gdb_program_config .\prj\str710_program.script

working_area 0 0x2000C000 0x4000 nobackup

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

+ 5
- 7
testing/examples/STR912Test/prj/str912_jtagkey.cfg View File

@@ -27,18 +27,16 @@ jtag_device 4 0x1 0xf 0xe
jtag_device 5 0x1 0x1 0x1e

#target configuration
daemon_startup reset

#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm966e little 1 arm966e
target create target0 arm966e -endian little -chain-position 1 -variant arm966e
[new_target_name] configure -work-area-virt 0 -work-area-phys 0x50000000 -work-area-size 16384 -work-area-backup false

target_script 0 gdb_program_config .\prj\str912_program.script

working_area 0 0x50000000 16384 nobackup

#flash bank str7x <base> <size> 0 0 <target#> <variant>
flash bank str9x 0x00000000 0x00080000 0 0 0

# For more information about the configuration files, take a look at:
# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger

init
reset halt

Loading…
Cancel
Save