From 483ed5da4d3ef24c71f923c24214b2bc6b21eda6 Mon Sep 17 00:00:00 2001 From: oharboe Date: Tue, 6 May 2008 09:12:00 +0000 Subject: The target library is now the authorotative source of config examples git-svn-id: svn://svn.berlios.de/openocd/trunk@642 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- doc/configs/arm7_ft2232.cfg | 29 ----------------------------- doc/configs/arm7_wig.cfg | 28 ---------------------------- doc/configs/arm9_ft2232.cfg | 28 ---------------------------- doc/configs/at91sam7_ecr.cfg | 25 ------------------------- doc/configs/chameleon.cfg | 12 ------------ doc/configs/fury_ft2232.cfg | 28 ---------------------------- doc/configs/usbprog.cfg | 26 -------------------------- doc/configs/xscale_ixp42x.cfg | 40 ---------------------------------------- 8 files changed, 216 deletions(-) delete mode 100644 doc/configs/arm7_ft2232.cfg delete mode 100644 doc/configs/arm7_wig.cfg delete mode 100644 doc/configs/arm9_ft2232.cfg delete mode 100644 doc/configs/at91sam7_ecr.cfg delete mode 100644 doc/configs/chameleon.cfg delete mode 100644 doc/configs/fury_ft2232.cfg delete mode 100644 doc/configs/usbprog.cfg delete mode 100644 doc/configs/xscale_ixp42x.cfg (limited to 'doc/configs') diff --git a/doc/configs/arm7_ft2232.cfg b/doc/configs/arm7_ft2232.cfg deleted file mode 100644 index 3dadb0a2..00000000 --- a/doc/configs/arm7_ft2232.cfg +++ /dev/null @@ -1,29 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout jtagkey -ft2232_vid_pid 0x0403 0xcff8 -jtag_speed 2 -#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 -target_script 0 reset h2294_init.script -run_and_halt_time 0 30 -working_area 0 0x40000000 0x40000 nobackup - -#flash configuration -flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum -flash bank cfi 0x80000000 0x400000 2 2 0 diff --git a/doc/configs/arm7_wig.cfg b/doc/configs/arm7_wig.cfg deleted file mode 100644 index c1e6bf9e..00000000 --- a/doc/configs/arm7_wig.cfg +++ /dev/null @@ -1,28 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface parport -parport_port 0x378 -parport_cable wiggler -jtag_speed 0 -#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 -target_script 0 reset h2294_init.script -run_and_halt_time 0 30 -working_area 0 0x40000000 0x40000 nobackup - -#flash configuration -flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum -flash bank cfi 0x80000000 0x400000 2 2 0 diff --git a/doc/configs/arm9_ft2232.cfg b/doc/configs/arm9_ft2232.cfg deleted file mode 100644 index 732cebab..00000000 --- a/doc/configs/arm9_ft2232.cfg +++ /dev/null @@ -1,28 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface ft2232 -ft2232_device_desc "Amontec JTAGkey A" -ft2232_layout "jtagkey" -ft2232_vid_pid 0x0403 0xcff8 -jtag_speed 1 -#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 - -#target configuration -daemon_startup reset -#target -target arm9tdmi little reset_halt 0 arm920t -working_area 0 0x200000 0x4000 backup -run_and_halt_time 0 5000 - -#flash configuration -#flash bank [driver_options ...] -flash bank cfi 0x10000000 0x800000 2 2 0 - diff --git a/doc/configs/at91sam7_ecr.cfg b/doc/configs/at91sam7_ecr.cfg deleted file mode 100644 index 71e26448..00000000 --- a/doc/configs/at91sam7_ecr.cfg +++ /dev/null @@ -1,25 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface at91rm9200 -at91rm9200_device rea_ecr -jtag_speed 0 -reset_config srst_only - -#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 reset_halt 0 arm7tdmi -target_script 0 reset at91sam7_ecr.script -working_area 0 0x00200000 0x2000 nobackup - -#flash configuration -flash bank at91sam7 0 0 0 0 0 diff --git a/doc/configs/chameleon.cfg b/doc/configs/chameleon.cfg deleted file mode 100644 index 94d581c6..00000000 --- a/doc/configs/chameleon.cfg +++ /dev/null @@ -1,12 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface parport -parport_cable chameleon -jtag_speed 0 - -#jtag scan chain -# format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 5 0x01 0x1f 0x01 diff --git a/doc/configs/fury_ft2232.cfg b/doc/configs/fury_ft2232.cfg deleted file mode 100644 index 5aa00892..00000000 --- a/doc/configs/fury_ft2232.cfg +++ /dev/null @@ -1,28 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface ft2232 -ft2232_device_desc "Stellaris Evaluation Board A" -ft2232_layout evb_lm3s811 -ft2232_vid_pid 0x0403 0xbcd9 -jtag_speed 40 -#LM3S811 Evaluation Board has only srst -reset_config srst_only separate - -#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 attach -#target -#target arm7tdmi -target cortex_m3 little run_and_halt 0 -# 4k working area at base of ram -working_area 0 0x20000800 0x1200 nobackup -#target_script 0 reset ../doc/scripts/evb_lm3s811_test.script - -#flash configuration -flash bank stellaris 0 0 0 0 0 diff --git a/doc/configs/usbprog.cfg b/doc/configs/usbprog.cfg deleted file mode 100644 index fa434dde..00000000 --- a/doc/configs/usbprog.cfg +++ /dev/null @@ -1,26 +0,0 @@ -#daemon configuration -telnet_port 4444 -gdb_port 3333 - -#interface -interface usbprog -jtag_speed 2 - -#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 0x40000 nobackup - -#flash configuration -flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum -flash bank cfi 0x80000000 0x400000 2 2 0 diff --git a/doc/configs/xscale_ixp42x.cfg b/doc/configs/xscale_ixp42x.cfg deleted file mode 100644 index 26cccd5e..00000000 --- a/doc/configs/xscale_ixp42x.cfg +++ /dev/null @@ -1,40 +0,0 @@ -#--- Daemon configuration ------------------------ -telnet_port 4444 -gdb_port 3333 -daemon_startup reset - -#--- JTAG interface configuration ---------------- -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 - -#-- Reset options available -reset_config trst_and_srst - -#-- jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 7 0x1 0x7f 0x7e - - -#--- Target Configuration ------------------------ - -#target -#target xscale big reset_init 0 IXP42x -target xscale big reset_halt 0 IXP42x - -target_script 0 reset uc7420-rb.ocd - -run_and_halt_time 0 2500 -working_area 0 0x00100000 0x00010000 nobackup - -flash bank cfi 0x50000000 0x01000000 2 2 0 -flash bank cfi 0x51000000 0x01000000 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 - -- cgit v1.2.3