retire daemon_startup
git-svn-id: svn://svn.berlios.de/openocd/trunk@868 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
b2dbb07f27
commit
8fa479b6e6
|
@ -5,11 +5,6 @@ reset_config srst_only srst_pulls_trst
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
jtag_device 4 0x1 0xf 0xe
|
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 arm7tdmi little 0 arm7tdmi
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
jtag_device 4 0x1 0xf 0xe
|
jtag_device 4 0x1 0xf 0xe
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
#target configuration
|
|
||||||
daemon_startup attach
|
|
||||||
#target <type> <endianess> <reset mode>
|
|
||||||
target arm920t little 0
|
target arm920t little 0
|
||||||
working_area 0 0x80014000 0x1000 backup
|
working_area 0 0x80014000 0x1000 backup
|
||||||
#flash configuration
|
#flash configuration
|
||||||
|
|
|
@ -9,9 +9,6 @@ reset_config trst_and_srst
|
||||||
jtag_device 4 0x1 0xf 0xe
|
jtag_device 4 0x1 0xf 0xe
|
||||||
|
|
||||||
|
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
#target <type> <endianess> <reset mode>
|
|
||||||
target arm920t little 0 arm920t
|
target arm920t little 0 arm920t
|
||||||
|
|
||||||
# speed up memory downloads
|
# speed up memory downloads
|
||||||
|
|
|
@ -1,13 +1,9 @@
|
||||||
#xscale ixp42x CPU
|
#xscale ixp42x CPU
|
||||||
|
|
||||||
#use combined on interfaces or targets that can’t set TRST/SRST separately
|
#use combined on interfaces or targets that can?t set TRST/SRST separately
|
||||||
reset_config srst_only srst_pulls_trst
|
reset_config srst_only srst_pulls_trst
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
jtag_device 7 0x1 0x7f 0x7e
|
jtag_device 7 0x1 0x7f 0x7e
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
#target <type> <startup mode>
|
|
||||||
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
|
|
||||||
target xscale big 0 IXP42x
|
target xscale big 0 IXP42x
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
|
|
|
@ -4,10 +4,6 @@ reset_config trst_and_srst srst_pulls_trst
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
jtag_device 4 0x1 0xf 0xe
|
jtag_device 4 0x1 0xf 0xe
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
#target <type> <startup mode>
|
|
||||||
#target arm7tdmi <endianness> <reset mode> <chainpos> <variant>
|
|
||||||
target arm7tdmi little 0 arm7tdmi-s_r4
|
target arm7tdmi little 0 arm7tdmi-s_r4
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
working_area 0 0x40000000 0x4000 nobackup
|
working_area 0 0x40000000 0x4000 nobackup
|
||||||
|
|
|
@ -6,8 +6,5 @@ reset_config trst_and_srst
|
||||||
jtag_device 4 0x1 0xf 0xe
|
jtag_device 4 0x1 0xf 0xe
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
#target <type> <endianness> <startup mode> <chainpos> <variant>
|
|
||||||
target arm926ejs little 0 arm926ejs
|
target arm926ejs little 0 arm926ejs
|
||||||
run_and_halt_time 0 500
|
run_and_halt_time 0 500
|
||||||
|
|
|
@ -10,10 +10,6 @@ jtag_device 38 0x0 0x0 0x0
|
||||||
jtag_device 4 0x1 0x0 0xe
|
jtag_device 4 0x1 0x0 0xe
|
||||||
jtag_device 8 0x0 0x0 0x0
|
jtag_device 8 0x0 0x0 0x0
|
||||||
|
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
|
|
||||||
#target <type> <endianness> <reset mode> <chainpos> <variant>
|
|
||||||
target arm926ejs little 1 arm926ejs
|
target arm926ejs little 1 arm926ejs
|
||||||
target_script 0 reset event/omap5912_reset.script
|
target_script 0 reset event/omap5912_reset.script
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
|
|
|
@ -10,8 +10,6 @@ reset_config trst_and_srst separate
|
||||||
#jtag scan chain
|
#jtag scan chain
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
|
||||||
jtag_device 7 0x1 0x7f 0x7e
|
jtag_device 7 0x1 0x7f 0x7e
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
target xscale little 0 pxa27x
|
target xscale little 0 pxa27x
|
||||||
# maps to PXA internal RAM. If you are using a PXA255
|
# maps to PXA internal RAM. If you are using a PXA255
|
||||||
# you must initialize SDRAM or leave this option off
|
# you must initialize SDRAM or leave this option off
|
||||||
|
|
|
@ -22,11 +22,6 @@ jtag_device 4 0x1 0xf 0xe
|
||||||
jtag_nsrst_delay 500
|
jtag_nsrst_delay 500
|
||||||
jtag_ntrst_delay 500
|
jtag_ntrst_delay 500
|
||||||
|
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
|
|
||||||
#target <type> <startup mode>
|
|
||||||
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
|
|
||||||
target arm7tdmi little 0 arm7tdmi
|
target arm7tdmi little 0 arm7tdmi
|
||||||
|
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
|
|
|
@ -12,10 +12,6 @@ reset_config trst_and_srst
|
||||||
jtag_device 8 0x1 0x1 0xfe
|
jtag_device 8 0x1 0x1 0xfe
|
||||||
jtag_device 4 0x1 0xf 0xe
|
jtag_device 4 0x1 0xf 0xe
|
||||||
jtag_device 5 0x1 0x1 0x1e
|
jtag_device 5 0x1 0x1 0x1e
|
||||||
#target configuration
|
|
||||||
daemon_startup reset
|
|
||||||
#target <type> <startup mode>
|
|
||||||
#target arm966e <endianness> <reset mode> <chainpos> <variant>
|
|
||||||
target arm966e little 1 arm966e
|
target arm966e little 1 arm966e
|
||||||
run_and_halt_time 0 30
|
run_and_halt_time 0 30
|
||||||
working_area 0 0x50000000 16384 nobackup
|
working_area 0 0x50000000 16384 nobackup
|
||||||
|
|
|
@ -9,11 +9,7 @@ jtag_ntrst_delay 100
|
||||||
#format L IRC IRCM IDCODE (Length, IR Capture, IR capture Mask, IDCODE)
|
#format L IRC IRCM IDCODE (Length, IR Capture, IR capture Mask, IDCODE)
|
||||||
jtag_device 7 0x1 0x7f 0x7e
|
jtag_device 7 0x1 0x7f 0x7e
|
||||||
|
|
||||||
daemon_startup reset
|
|
||||||
|
|
||||||
#target <type> <endianess> <reset mode> <JTAG pos> <variant>
|
|
||||||
target xscale big 0 ixp42x
|
target xscale big 0 ixp42x
|
||||||
#target xscale big 0 ixp42x
|
|
||||||
target_script 0 reset event/xba_revA3.script
|
target_script 0 reset event/xba_revA3.script
|
||||||
|
|
||||||
run_and_halt_time 0 100
|
run_and_halt_time 0 100
|
||||||
|
@ -21,8 +17,7 @@ run_and_halt_time 0 100
|
||||||
flash bank cfi 0x50000000 0x400000 2 2 0
|
flash bank cfi 0x50000000 0x400000 2 2 0
|
||||||
working_area 0 0x20010000 0x8060 nobackup
|
working_area 0 0x20010000 0x8060 nobackup
|
||||||
|
|
||||||
# halt target
|
init
|
||||||
wait_halt
|
reset init
|
||||||
|
|
||||||
# set big endian mode
|
# set big endian mode
|
||||||
reg XSCALE_CTRL 0xF8
|
reg XSCALE_CTRL 0xF8
|
||||||
|
|
Loading…
Reference in New Issue