From: ntfreak Date: Wed, 23 Apr 2008 13:10:27 +0000 (+0000) Subject: - added svn props for newly added files X-Git-Tag: v0.1.0~679 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=96f47822fd4501572da0032c94c8f90ef5ea1b84 - added svn props for newly added files git-svn-id: svn://svn.berlios.de/openocd/trunk@610 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/interface/amontec-tiny.cfg b/src/target/interface/amontec-tiny.cfg index aaa1cde27a..818c0f2b06 100644 --- a/src/target/interface/amontec-tiny.cfg +++ b/src/target/interface/amontec-tiny.cfg @@ -1,8 +1,8 @@ -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -ft2232_vid_pid 0x0403 0xcff8 -jtag_speed 0 -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 +#interface +interface ft2232 +ft2232_device_desc "Amontec JTAGkey A" +ft2232_layout jtagkey +ft2232_vid_pid 0x0403 0xcff8 +jtag_speed 0 +jtag_nsrst_delay 200 +jtag_ntrst_delay 200 diff --git a/src/target/interface/calao-usb-a9260-c01.cfg b/src/target/interface/calao-usb-a9260-c01.cfg index e3642793b5..f9f39942bc 100644 --- a/src/target/interface/calao-usb-a9260-c01.cfg +++ b/src/target/interface/calao-usb-a9260-c01.cfg @@ -1,11 +1,11 @@ -# -# Calao Systems USB-A9260-C01 -# -# http://www.calao-systems.com/ -# -interface ft2232 -ft2232_layout jtagkey -ft2232_device_desc "USB-A9260" -ft2232_vid_pid 0x0403 0x6010 -script interface/calao-usb-a9260.cfg -script target/at91sam9260minimal.cfg +# +# Calao Systems USB-A9260-C01 +# +# http://www.calao-systems.com/ +# +interface ft2232 +ft2232_layout jtagkey +ft2232_device_desc "USB-A9260" +ft2232_vid_pid 0x0403 0x6010 +script interface/calao-usb-a9260.cfg +script target/at91sam9260minimal.cfg diff --git a/src/target/interface/calao-usb-a9260-c02.cfg b/src/target/interface/calao-usb-a9260-c02.cfg index c53c0975d5..fddcd478b2 100644 --- a/src/target/interface/calao-usb-a9260-c02.cfg +++ b/src/target/interface/calao-usb-a9260-c02.cfg @@ -1,11 +1,11 @@ -# -# Calao Systems USB-A9260-C02 -# -# http://www.calao-systems.com/ -# -interface ft2232 -ft2232_layout jtagkey -ft2232_device_desc "USB-A9260 A" -ft2232_vid_pid 0x0403 0x6001 -script interface/calao-usb-a9260.cfg -script target/at91sam9260minimal.cfg +# +# Calao Systems USB-A9260-C02 +# +# http://www.calao-systems.com/ +# +interface ft2232 +ft2232_layout jtagkey +ft2232_device_desc "USB-A9260 A" +ft2232_vid_pid 0x0403 0x6001 +script interface/calao-usb-a9260.cfg +script target/at91sam9260minimal.cfg diff --git a/src/target/interface/calao-usb-a9260.cfg b/src/target/interface/calao-usb-a9260.cfg index 69ddd792db..422da9d321 100644 --- a/src/target/interface/calao-usb-a9260.cfg +++ b/src/target/interface/calao-usb-a9260.cfg @@ -1,15 +1,15 @@ -# -# Calao Systems USB-A9260 common -C01 -C02 setup -# -# http://www.calao-systems.com/ -# -# See calao-usb-a9260-c01.cfg and calao-usb-a9260-c02.cfg -# -# note: you must have an openocd version where jtag_speed sets two values -# trunk ver 606 contains the fix for this particular issue which can -# be seen if jtag_speed does not set two separate values -# -jtag_speed 1200 0 -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 - +# +# Calao Systems USB-A9260 common -C01 -C02 setup +# +# http://www.calao-systems.com/ +# +# See calao-usb-a9260-c01.cfg and calao-usb-a9260-c02.cfg +# +# note: you must have an openocd version where jtag_speed sets two values +# trunk ver 606 contains the fix for this particular issue which can +# be seen if jtag_speed does not set two separate values +# +jtag_speed 1200 0 +jtag_nsrst_delay 200 +jtag_ntrst_delay 200 + diff --git a/src/target/interface/str9-comstick.cfg b/src/target/interface/str9-comstick.cfg index afece3ce97..8f342806f1 100644 --- a/src/target/interface/str9-comstick.cfg +++ b/src/target/interface/str9-comstick.cfg @@ -1,3 +1,3 @@ -interface ft2232 -ft2232_device_desc "STR9-comStick A" -ft2232_layout comstick +interface ft2232 +ft2232_device_desc "STR9-comStick A" +ft2232_layout comstick diff --git a/src/target/target/at91sam9260minimal.cfg b/src/target/target/at91sam9260minimal.cfg index 662ec23c62..8c7f0ae330 100644 --- a/src/target/target/at91sam9260minimal.cfg +++ b/src/target/target/at91sam9260minimal.cfg @@ -1,20 +1,20 @@ -###################################### -# Target: Atmel AT91SAM9260 -###################################### - -reset_config trst_and_srst - -#jtag_device -jtag_device 4 0x1 0xf 0xe - -jtag_nsrst_delay 200 -jtag_ntrst_delay 200 - -###################### -# Target configuration -###################### - -#target -target arm926ejs little reset_run 0 arm926ejs -run_and_halt_time 0 30 - +###################################### +# Target: Atmel AT91SAM9260 +###################################### + +reset_config trst_and_srst + +#jtag_device +jtag_device 4 0x1 0xf 0xe + +jtag_nsrst_delay 200 +jtag_ntrst_delay 200 + +###################### +# Target configuration +###################### + +#target +target arm926ejs little reset_run 0 arm926ejs +run_and_halt_time 0 30 + diff --git a/src/target/target/epc9301.cfg b/src/target/target/epc9301.cfg index f3b5eb8886..3a9d439597 100644 --- a/src/target/target/epc9301.cfg +++ b/src/target/target/epc9301.cfg @@ -1,12 +1,12 @@ -# Cirrus Logic EP9301 processor on an Olimex CS-E9301 board. -jtag_device 4 0x1 0xf 0xe -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 -#target configuration -daemon_startup attach -#target -target arm920t little reset_halt 0 -working_area 0 0x80014000 0x1000 backup -#flash configuration -#flash bank [driver_options ...] -flash bank cfi 0x60000000 0x1000000 2 2 0 +# Cirrus Logic EP9301 processor on an Olimex CS-E9301 board. +jtag_device 4 0x1 0xf 0xe +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 +#target configuration +daemon_startup attach +#target +target arm920t little reset_halt 0 +working_area 0 0x80014000 0x1000 backup +#flash configuration +#flash bank [driver_options ...] +flash bank cfi 0x60000000 0x1000000 2 2 0 diff --git a/src/target/target/ipx42x.cfg b/src/target/target/ipx42x.cfg index 397985d2ad..cdfb00ffa2 100644 --- a/src/target/target/ipx42x.cfg +++ b/src/target/target/ipx42x.cfg @@ -1,13 +1,13 @@ -#xscale ixp42x CPU - -#use combined on interfaces or targets that can’t set TRST/SRST separately -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 configuration -daemon_startup reset -#target -#target arm7tdmi -target xscale big run_and_halt 0 IXP42x -run_and_halt_time 0 30 +#xscale ixp42x CPU + +#use combined on interfaces or targets that can’t set TRST/SRST separately +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 configuration +daemon_startup reset +#target +#target arm7tdmi +target xscale big run_and_halt 0 IXP42x +run_and_halt_time 0 30 diff --git a/src/target/target/lpc2129.cfg b/src/target/target/lpc2129.cfg index 908b2512c3..82b3bad88d 100644 --- a/src/target/target/lpc2129.cfg +++ b/src/target/target/lpc2129.cfg @@ -1,15 +1,15 @@ -#LPC-2129 CPU -#use combined on interfaces or targets that can’t set TRST/SRST separately -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 configuration -daemon_startup reset -#target -#target arm7tdmi -target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 -run_and_halt_time 0 30 -working_area 0 0x40000000 0x4000 nobackup -#flash bank -flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum +#LPC-2129 CPU +#use combined on interfaces or targets that can’t set TRST/SRST separately +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 configuration +daemon_startup reset +#target +#target arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4 +run_and_halt_time 0 30 +working_area 0 0x40000000 0x4000 nobackup +#flash bank +flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v1 14765 calc_checksum diff --git a/src/target/target/netx500.cfg b/src/target/target/netx500.cfg index 9bb6bed242..6a7d11f667 100644 --- a/src/target/target/netx500.cfg +++ b/src/target/target/netx500.cfg @@ -1,13 +1,13 @@ -#Hilscher netX 500 CPU -#use combined on interfaces or targets that can’t set TRST/SRST separately -reset_config trst_and_srst -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 4 0x1 0xf 0xe -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 -#target configuration -daemon_startup reset -#target -target arm926ejs little run_and_halt 0 arm926ejs -run_and_halt_time 0 500 +#Hilscher netX 500 CPU +#use combined on interfaces or targets that can’t set TRST/SRST separately +reset_config trst_and_srst +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 4 0x1 0xf 0xe +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 +#target configuration +daemon_startup reset +#target +target arm926ejs little run_and_halt 0 arm926ejs +run_and_halt_time 0 500 diff --git a/src/target/target/omap5912.cfg b/src/target/target/omap5912.cfg index 2c471a7a4f..1776b425cf 100644 --- a/src/target/target/omap5912.cfg +++ b/src/target/target/omap5912.cfg @@ -1,25 +1,25 @@ -#TI OMAP5912 dual core processor - http://www.ti.com -#on a OMAP5912 OSK board http://www.spectrumdigital.com. - -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 38 0x0 0x0 0x0 -jtag_device 4 0x1 0x0 0xe -jtag_device 8 0x0 0x0 0x0 - -#target configuration -daemon_startup reset - -#target -target arm926ejs little run_and_init 1 arm926ejs -target_script 0 reset event/omap5912_reset.script -run_and_halt_time 0 30 - -# omap5912 lcd frame buffer as working area -working_area 0 0x20000000 0x3e800 nobackup - -#flash bank -flash bank cfi 0x00000000 0x1000000 2 2 0 +#TI OMAP5912 dual core processor - http://www.ti.com +#on a OMAP5912 OSK board http://www.spectrumdigital.com. + +#use combined on interfaces or targets that can't set TRST/SRST separately +reset_config trst_and_srst + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 38 0x0 0x0 0x0 +jtag_device 4 0x1 0x0 0xe +jtag_device 8 0x0 0x0 0x0 + +#target configuration +daemon_startup reset + +#target +target arm926ejs little run_and_init 1 arm926ejs +target_script 0 reset event/omap5912_reset.script +run_and_halt_time 0 30 + +# omap5912 lcd frame buffer as working area +working_area 0 0x20000000 0x3e800 nobackup + +#flash bank +flash bank cfi 0x00000000 0x1000000 2 2 0 diff --git a/src/target/target/pxa270.cfg b/src/target/target/pxa270.cfg index 5946e757df..549555dea3 100644 --- a/src/target/target/pxa270.cfg +++ b/src/target/target/pxa270.cfg @@ -1,22 +1,22 @@ -#Marvell/Intel PXA270 Script -# set jtag_nsrst_delay to the delay introduced by your reset circuit -# the rest of the needed delays are built into the openocd program -jtag_nsrst_delay 260 -# set the jtag_ntrst_delay to the delay introduced by a reset circuit -# the rest of the needed delays are built into the openocd program -jtag_ntrst_delay 0 -#use combined on interfaces or targets that can’t set TRST/SRST separately -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 configuration -daemon_startup reset -target xscale little reset_halt 0 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 -run_and_halt_time 0 30 -#flash bank -# works for P30 flash -flash bank cfi 0x00000000 0x1000000 2 4 0 +#Marvell/Intel PXA270 Script +# set jtag_nsrst_delay to the delay introduced by your reset circuit +# the rest of the needed delays are built into the openocd program +jtag_nsrst_delay 260 +# set the jtag_ntrst_delay to the delay introduced by a reset circuit +# the rest of the needed delays are built into the openocd program +jtag_ntrst_delay 0 +#use combined on interfaces or targets that can’t set TRST/SRST separately +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 configuration +daemon_startup reset +target xscale little reset_halt 0 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 +run_and_halt_time 0 30 +#flash bank +# works for P30 flash +flash bank cfi 0x00000000 0x1000000 2 4 0 diff --git a/src/target/target/stm32stick.cfg b/src/target/target/stm32stick.cfg index 7399ffc1e2..37a282aaa2 100644 --- a/src/target/target/stm32stick.cfg +++ b/src/target/target/stm32stick.cfg @@ -1,25 +1,25 @@ -# Hitex stm32 performance stick -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 - -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 4 0x1 0xf 0xe -jtag_device 5 0x1 0x1 0x1e -jtag_device 4 0x1 0xf 0xe - -#target -#target arm7tdmi -target cortex_m3 little reset_halt 0 -run_and_halt_time 0 30 - -working_area 0 0x20000000 16384 nobackup - -#flash bank str7x 0 0 -flash bank stm32x 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 +# Hitex stm32 performance stick +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 + +#use combined on interfaces or targets that can't set TRST/SRST separately +reset_config trst_and_srst + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 4 0x1 0xf 0xe +jtag_device 5 0x1 0x1 0x1e +jtag_device 4 0x1 0xf 0xe + +#target +#target arm7tdmi +target cortex_m3 little reset_halt 0 +run_and_halt_time 0 30 + +working_area 0 0x20000000 16384 nobackup + +#flash bank str7x 0 0 +flash bank stm32x 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 diff --git a/src/target/target/str730.cfg b/src/target/target/str730.cfg index b3879a94db..0837018096 100644 --- a/src/target/target/str730.cfg +++ b/src/target/target/str730.cfg @@ -1,28 +1,28 @@ -#STR730 CPU - -#use combined on interfaces or targets that can’t set TRST/SRST separately -#reset_config trst_and_srst srst_pulls_trst -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 nTRST and nSRST delay -jtag_nsrst_delay 500 -jtag_ntrst_delay 500 - -#target configuration -daemon_startup reset - -#target -#target arm7tdmi -target arm7tdmi little run_and_halt 0 arm7tdmi - -run_and_halt_time 0 30 - -working_area 0 0x40000000 0x4000 nobackup - -#flash bank -flash bank str7x 0x20000000 0x00040000 0 0 0 STR3x - +#STR730 CPU + +#use combined on interfaces or targets that can’t set TRST/SRST separately +#reset_config trst_and_srst srst_pulls_trst +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 nTRST and nSRST delay +jtag_nsrst_delay 500 +jtag_ntrst_delay 500 + +#target configuration +daemon_startup reset + +#target +#target arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi + +run_and_halt_time 0 30 + +working_area 0 0x40000000 0x4000 nobackup + +#flash bank +flash bank str7x 0x20000000 0x00040000 0 0 0 STR3x + diff --git a/src/target/target/str750.cfg b/src/target/target/str750.cfg index e6c094805b..33136d8640 100644 --- a/src/target/target/str750.cfg +++ b/src/target/target/str750.cfg @@ -1,29 +1,29 @@ -#STR750 CPU - -#use combined on interfaces or targets that can’t set TRST/SRST separately -#reset_config trst_and_srst srst_pulls_trst -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 nTRST and nSRST delay -jtag_nsrst_delay 500 -jtag_ntrst_delay 500 - -#target configuration -daemon_startup reset - -#target -#target arm7tdmi -target arm7tdmi little run_and_halt 0 arm7tdmi - -run_and_halt_time 0 30 - -working_area 0 0x40000000 0x4000 nobackup - -#flash bank -flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x -flash bank str7x 0x200C0000 0x00004000 0 0 0 STR75x - +#STR750 CPU + +#use combined on interfaces or targets that can’t set TRST/SRST separately +#reset_config trst_and_srst srst_pulls_trst +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 nTRST and nSRST delay +jtag_nsrst_delay 500 +jtag_ntrst_delay 500 + +#target configuration +daemon_startup reset + +#target +#target arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi + +run_and_halt_time 0 30 + +working_area 0 0x40000000 0x4000 nobackup + +#flash bank +flash bank str7x 0x20000000 0x00040000 0 0 0 STR75x +flash bank str7x 0x200C0000 0x00004000 0 0 0 STR75x + diff --git a/src/target/target/str9comstick.cfg b/src/target/target/str9comstick.cfg index f9886674ba..9375b77d38 100644 --- a/src/target/target/str9comstick.cfg +++ b/src/target/target/str9comstick.cfg @@ -1,19 +1,19 @@ -#Hitex STR9 Comstick -jtag_nsrst_delay 100 -jtag_ntrst_delay 100 -#use combined on interfaces or targets that can’t set TRST/SRST separately -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 -#target configuration -daemon_startup reset -#target -#target arm966e -target arm966e little reset_halt 1 arm966e -run_and_halt_time 0 30 -working_area 0 0x50000000 16384 nobackup -#flash bank -flash bank str9x 0x00000000 0x00080000 0 0 0 +#Hitex STR9 Comstick +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 +#use combined on interfaces or targets that can’t set TRST/SRST separately +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 +#target configuration +daemon_startup reset +#target +#target arm966e +target arm966e little reset_halt 1 arm966e +run_and_halt_time 0 30 +working_area 0 0x50000000 16384 nobackup +#flash bank +flash bank str9x 0x00000000 0x00080000 0 0 0