buikd: fix cygwin -mno-cygwin build error
[openocd/ellerodev.git] / tcl / target / feroceon.cfg
blobe90165b4d64b74570b3acc6e45fe71e88fca4315
1 ######################################
2 # Target:    Marvell Feroceon CPU core
3 ######################################
5 if { [info exists CHIPNAME] } {
6    set  _CHIPNAME $CHIPNAME
7 } else {
8    set  _CHIPNAME feroceon
11 if { [info exists ENDIAN] } {
12    set  _ENDIAN $ENDIAN
13 } else {
14    set  _ENDIAN little
17 if { [info exists CPUTAPID ] } {
18    set _CPUTAPID $CPUTAPID
19 } else {
20    set _CPUTAPID 0x20a023d3
23 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
25 set _TARGETNAME $_CHIPNAME.cpu
26 target create $_TARGETNAME feroceon -endian $_ENDIAN -chain-position $_TARGETNAME
28 reset_config trst_and_srst
29 adapter_nsrst_delay 200
30 jtag_ntrst_delay 200