cortex_a: fix endiannes issues on TI TMS570
[openocd.git] / tcl / target / sharp_lh79532.cfg
blob6f2cf223451bdb0c093465f8826a790656a0136e
1 reset_config srst_only srst_pulls_trst
3 if { [info exists CHIPNAME] } {
4    set _CHIPNAME $CHIPNAME
5 } else {
6    set _CHIPNAME lh79532
9 if { [info exists ENDIAN] } {
10    set _ENDIAN $ENDIAN
11 } else {
12    set _ENDIAN little
15 if { [info exists CPUTAPID] } {
16    set _CPUTAPID $CPUTAPID
17 } else {
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