summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-06 07:37:23 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-06 07:37:23 +0000
commite9f2ecee6e911ae8a44c05efedde1db1fb5397bc (patch)
tree8d68b67df6f8c5b1f8eebfec1d6bdf49d5101ab9 /src
parent0e0d887cd617b35b894732f4314434f3a51493d0 (diff)
downloadopenocd+libswd-e9f2ecee6e911ae8a44c05efedde1db1fb5397bc.tar.gz
openocd+libswd-e9f2ecee6e911ae8a44c05efedde1db1fb5397bc.tar.bz2
openocd+libswd-e9f2ecee6e911ae8a44c05efedde1db1fb5397bc.tar.xz
openocd+libswd-e9f2ecee6e911ae8a44c05efedde1db1fb5397bc.zip
s3c6410 chip
git-svn-id: svn://svn.berlios.de/openocd/trunk@1140 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/target/target/smdk6410.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/target/target/smdk6410.cfg b/src/target/target/smdk6410.cfg
new file mode 100644
index 00000000..bae87a52
--- /dev/null
+++ b/src/target/target/smdk6410.cfg
@@ -0,0 +1,20 @@
+# Target configuration for the Samsung s3c6410 system on chip
+# Tested on a SMDK6410
+# Processor : ARM1176
+# Info: JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)
+
+#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 0x1f 0xe
+
+#target create target0 arm11 -endian little -chain-position 0 -variant arm1176
+target arm11 little reset_halt 1
+
+jtag_nsrst_delay 500
+jtag_ntrst_delay 500
+
+#reset configuration
+reset_config trst_and_srst
+
+flash bank cfi 0x00000000 0x00100000 2 2 0 jedec_probe \ No newline at end of file