aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/atheros_ar2313.cfg
blob: 0966c6c7ecf24a9e2ba70ae2875a77e2608d848c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if { [info exists CHIPNAME] } {
	set _CHIPNAME $_CHIPNAME
} else {
	set _CHIPNAME ar2313
}

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