aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcl/board/la_fonera-fon2200.cfg3
-rw-r--r--tcl/target/atheros_ar2315.cfg16
2 files changed, 19 insertions, 0 deletions
diff --git a/tcl/board/la_fonera-fon2200.cfg b/tcl/board/la_fonera-fon2200.cfg
new file mode 100644
index 00000000..f46b0420
--- /dev/null
+++ b/tcl/board/la_fonera-fon2200.cfg
@@ -0,0 +1,3 @@
+source [find target/atheros_ar2315.cfg]
+
+reset_config trst_and_srst
diff --git a/tcl/target/atheros_ar2315.cfg b/tcl/target/atheros_ar2315.cfg
new file mode 100644
index 00000000..92ad3760
--- /dev/null
+++ b/tcl/target/atheros_ar2315.cfg
@@ -0,0 +1,16 @@
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $_CHIPNAME
+} else {
+ set _CHIPNAME ar2315
+}
+
+if { [info exists CPUTAPID] } {
+ set _CPUTAPID $CPUTAPID
+} else {
+ set _CPUTAPID 0x00000001
+}
+
+jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id $_CPUTAPID
+
+set _TARGETNAME $_CHIPNAME.cpu
+target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME