summaryrefslogtreecommitdiffstats
path: root/uc_str912/scripts/str91x-configs
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2015-04-15 13:54:39 +0200
committerBert Lange <b.lange@hzdr.de>2015-04-15 13:54:39 +0200
commit8c5a743259480ebd0cfdbb17fbde8584e34b2aa4 (patch)
tree794887f475d6abb4bdde21c94105f7fcdde1bdd4 /uc_str912/scripts/str91x-configs
parenta1c964908b51599bf624bd2d253419c7e629f195 (diff)
downloadzpu-8c5a743259480ebd0cfdbb17fbde8584e34b2aa4.zip
zpu-8c5a743259480ebd0cfdbb17fbde8584e34b2aa4.tar.gz
clean up
Diffstat (limited to 'uc_str912/scripts/str91x-configs')
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_flash.gdb6
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_flasherase.ocd6
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb10
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd7
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg43
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg43
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg42
-rw-r--r--uc_str912/scripts/str91x-configs/str91x_ram.gdb6
8 files changed, 0 insertions, 163 deletions
diff --git a/uc_str912/scripts/str91x-configs/str91x_flash.gdb b/uc_str912/scripts/str91x-configs/str91x_flash.gdb
deleted file mode 100644
index 2c194e2..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_flash.gdb
+++ /dev/null
@@ -1,6 +0,0 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor arm7_9 force_hw_bkpts enable
diff --git a/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd b/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd
deleted file mode 100644
index 7b998ea..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_flasherase.ocd
+++ /dev/null
@@ -1,6 +0,0 @@
-wait_halt
-str9x flash_config 4 2 0 0x80000
-flash protect 0 0 10 off
-flash erase 0 0 10
-reset
-shutdown
diff --git a/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb b/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb
deleted file mode 100644
index aa528d3..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_flashprobe.gdb
+++ /dev/null
@@ -1,10 +0,0 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor flash protect 0 0 10 off
-monitor flash probe 0
-monitor flash info 0
-monitor reset run
-monitor sleep 500
diff --git a/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd b/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd
deleted file mode 100644
index ad854e1..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_flashprogram.ocd
+++ /dev/null
@@ -1,7 +0,0 @@
-wait_halt
-str9x flash_config 4 2 0 0x80000
-flash protect 0 0 10 off
-flash erase 0 0 10
-flash write 0 main.bin 0
-reset
-shutdown
diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg
deleted file mode 100644
index 16567d3..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-erase.cfg
+++ /dev/null
@@ -1,43 +0,0 @@
-#daemon configuration
-telnet_port 4444
-gdb_port 3333
-
-
-#interface
-interface ft2232
-ft2232_device_desc "Amontec JTAGkey A"
-ft2232_layout jtagkey
-#jtag_speed 1
-jtag_nsrst_delay 200
-jtag_ntrst_delay 200
-
-
-#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 <type> <startup mode>
-#target arm966e <endianness> <reset mode> <chainpos> <variant>
-target arm966e little reset_init 1 arm966e
-run_and_halt_time 0 30
-
-
-working_area 0 0x50000000 16384 nobackup
-
-
-#flash bank <driver> <base> <size> <chip_width> <bus_width>
-flash bank str9x 0x00000000 0x00080000 0 0 0
-
-#Script used for FLASH erasing
-target_script 0 reset C:\openocd-configs\str91x-configs\str91x_flasherase.ocd
diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg
deleted file mode 100644
index c264096..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_jtagkey-flash-program.cfg
+++ /dev/null
@@ -1,43 +0,0 @@
-#daemon configuration
-telnet_port 4444
-gdb_port 3333
-
-
-#interface
-interface ft2232
-ft2232_device_desc "Amontec JTAGkey A"
-ft2232_layout jtagkey
-#jtag_speed 1
-jtag_nsrst_delay 200
-jtag_ntrst_delay 200
-
-
-#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 <type> <startup mode>
-#target arm966e <endianness> <reset mode> <chainpos> <variant>
-target arm966e little reset_init 1 arm966e
-run_and_halt_time 0 30
-
-
-working_area 0 0x50000000 16384 nobackup
-
-
-#flash bank <driver> <base> <size> <chip_width> <bus_width>
-flash bank str9x 0x00000000 0x00080000 0 0 0
-
-#Script used for FLASH programming
-target_script 0 reset C:\openocd-configs\str91x-configs\str91x_flashprogram.ocd
diff --git a/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg b/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg
deleted file mode 100644
index 6394ddc..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_jtagkey.cfg
+++ /dev/null
@@ -1,42 +0,0 @@
-#daemon configuration
-telnet_port 4444
-gdb_port 3333
-
-
-#interface
-interface ft2232
-ft2232_device_desc "Amontec JTAGkey A"
-ft2232_layout jtagkey
-#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 8 0x1 0x1 0xfe
-jtag_device 4 0x1 0xf 0xe
-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 reset_halt 1 arm966e
-run_and_halt_time 0 30
-
-
-working_area 0 0x50000000 16384 nobackup
-
-
-#flash bank <driver> <base> <size> <chip_width> <bus_width>
-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
diff --git a/uc_str912/scripts/str91x-configs/str91x_ram.gdb b/uc_str912/scripts/str91x-configs/str91x_ram.gdb
deleted file mode 100644
index de9e060..0000000
--- a/uc_str912/scripts/str91x-configs/str91x_ram.gdb
+++ /dev/null
@@ -1,6 +0,0 @@
-target remote localhost:3333
-monitor reset
-monitor sleep 500
-monitor poll
-monitor soft_reset_halt
-monitor arm7_9 sw_bkpts enable
OpenPOWER on IntegriCloud