]> git.sur5r.net Git - openocd/commitdiff
s3c6410 chip
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 6 Nov 2008 07:37:23 +0000 (07:37 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 6 Nov 2008 07:37:23 +0000 (07:37 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1140 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target/smdk6410.cfg [new file with mode: 0644]

diff --git a/src/target/target/smdk6410.cfg b/src/target/target/smdk6410.cfg
new file mode 100644 (file)
index 0000000..bae87a5
--- /dev/null
@@ -0,0 +1,20 @@
+# Target configuration for the Samsung s3c6410 system on chip\r
+# Tested on a SMDK6410\r
+# Processor       : ARM1176\r
+# Info:   JTAG device found: 0x0032409d (Manufacturer: 0x04e, Part: 0x0324, Version: 0x0)\r
+\r
+#jtag scan chain\r
+#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)\r
+jtag_device 4 0x1 0xf 0xe\r
+jtag_device 5 0x1 0x1f 0xe\r
+\r
+#target create target0 arm11 -endian little -chain-position 0 -variant arm1176\r
+target arm11 little reset_halt 1\r
+\r
+jtag_nsrst_delay 500\r
+jtag_ntrst_delay 500\r
+\r
+#reset configuration\r
+reset_config trst_and_srst\r
+\r
+flash bank cfi 0x00000000 0x00100000 2 2 0 jedec_probe
\ No newline at end of file