1 reset_config srst_only srst_pulls_trst
3 if { [info exists CHIPNAME] } {
4 set _CHIPNAME $CHIPNAME
9 if { [info exists ENDIAN] } {
15 if { [info exists CPUTAPID ] } {
16 set _CPUTAPID $CPUTAPID
18 # sharp changed the number!
19 set _CPUTAPID 0x00002061
21 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
23 set _TARGETNAME $_CHIPNAME.cpu
24 target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME