- add missing svn props from r1299 commit
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Jan 2009 13:45:16 +0000 (13:45 +0000)
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Jan 2009 13:45:16 +0000 (13:45 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1302 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/board/x300t.cfg
src/target/interface/parport_dlc5.cfg
src/target/target/smp8634.cfg

index 200bb58b1ffd4cff6e7c5ab5ade99fac960920ba..edc9be6c023282712089353ed481e0eb54be17e7 100644 (file)
@@ -1,17 +1,17 @@
-# This is for the T-Home X300T / X301T IPTV box,\r
-# which are based on IPTV reference designs from Kiss/Cisco KMM-32**\r
-#\r
-# It has Sigma Designs SMP8634 chip.\r
-source [find target/smp8634.cfg]\r
-\r
-$_TARGETNAME configure -event reset-init { x300t_init }\r
-\r
-# 1MB CFI capable flash\r
-# flash bank <driver> <base> <size> <chip_width> <bus_width>\r
-flash bank cfi 0xac000000 0x100000 2 2 0\r
-\r
-proc x300t_init { } {\r
-       # Setup SDRAM config and flash mapping\r
-       # map flash to CPU address space REG_BASE_cpu_block+CPU_remap4\r
-       mww 0x6f010 0x48000000\r
-}\r
+# This is for the T-Home X300T / X301T IPTV box,
+# which are based on IPTV reference designs from Kiss/Cisco KMM-32**
+#
+# It has Sigma Designs SMP8634 chip.
+source [find target/smp8634.cfg]
+
+$_TARGETNAME configure -event reset-init { x300t_init }
+
+# 1MB CFI capable flash
+# flash bank <driver> <base> <size> <chip_width> <bus_width>
+flash bank cfi 0xac000000 0x100000 2 2 0
+
+proc x300t_init { } {
+       # Setup SDRAM config and flash mapping
+       # map flash to CPU address space REG_BASE_cpu_block+CPU_remap4
+       mww 0x6f010 0x48000000
+}
index 346aedec5a2f4ee26b6a9fe5253d0cef9f769c41..c9af262928e5c8a8e04255294ff251baae95c180 100644 (file)
@@ -1,7 +1,7 @@
-telnet_port 4444\r
-gdb_port 2001\r
-\r
-interface parport\r
-parport_port /dev/parport0\r
-parport_cable dlc5\r
-jtag_speed 0\r
+telnet_port 4444
+gdb_port 2001
+
+interface parport
+parport_port /dev/parport0
+parport_cable dlc5
+jtag_speed 0
index 2470a5dabd63fcdd45268f64be9f97919a3b452e..c1d61882207848b357c2587fa6251a9892ae746e 100644 (file)
@@ -1,32 +1,32 @@
-# script for Sigma Designs SMP8634 (eventually even SMP8635)\r
-\r
-if { [info exists CHIPNAME] } {\r
-   set  _CHIPNAME $CHIPNAME\r
-} else {\r
-   set  _CHIPNAME smp8634\r
-}\r
-\r
-if { [info exists ENDIAN] } {\r
-   set  _ENDIAN $ENDIAN\r
-} else {\r
-   set  _ENDIAN little\r
-}\r
-\r
-if { [info exists CPUTAPID ] } {\r
-   set _CPUTAPID $CPUTAPID\r
-} else {\r
-   # force an error till we get a good number\r
-   set _CPUTAPID 0x08630001\r
-}\r
-\r
-jtag_nsrst_delay 100\r
-jtag_ntrst_delay 100\r
-\r
-reset_config trst_and_srst separate\r
-\r
-# jtag scan chain\r
-# format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)\r
-jtag newtap $_CHIPNAME cpu -irlen 5  -ircapture 0x1 -irmask 0x1\r
-\r
-set _TARGETNAME [format "%s.cpu" $_CHIPNAME]\r
-target create $_TARGETNAME mips_m4k -endian $_ENDIAN -variant\r
+# script for Sigma Designs SMP8634 (eventually even SMP8635)
+
+if { [info exists CHIPNAME] } {
+   set  _CHIPNAME $CHIPNAME
+} else {
+   set  _CHIPNAME smp8634
+}
+
+if { [info exists ENDIAN] } {
+   set  _ENDIAN $ENDIAN
+} else {
+   set  _ENDIAN little
+}
+
+if { [info exists CPUTAPID ] } {
+   set _CPUTAPID $CPUTAPID
+} else {
+   # force an error till we get a good number
+   set _CPUTAPID 0x08630001
+}
+
+jtag_nsrst_delay 100
+jtag_ntrst_delay 100
+
+reset_config trst_and_srst separate
+
+# jtag scan chain
+# format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
+jtag newtap $_CHIPNAME cpu -irlen 5  -ircapture 0x1 -irmask 0x1
+
+set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
+target create $_TARGETNAME mips_m4k -endian $_ENDIAN -variant

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)