1 if { [info exists CHIPNAME] } {
2 set _CHIPNAME $_CHIPNAME
7 if { [info exists CPUTAPID] } {
8 set _CPUTAPID $CPUTAPID
10 set _CPUTAPID 0x00000001
13 jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id $_CPUTAPID
15 set _TARGETNAME $_CHIPNAME.cpu
16 target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME
18 proc test_ar9344_uart0_tx {} {
19 echo "configuring uart0.."
26 echo "send message: hallo world"