target/adi_v5_swd: move setting of do_reconnect one level up
[openocd.git] / tcl / target / cavium_cn61xx.cfg
blob60b56a519231daf2d947f9eaa8828a21892507e2
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Cavium Octeon II CN61xx (PrID 0x000D9301)
5 jtag newtap cpu tap0 -irlen 5
6 jtag newtap cpu tap1 -irlen 5
8 target create cpu.core0 mips_mips64 -chain-position cpu.tap0 -endian big -rtos hwthread -coreid 0
9 target create cpu.core1 mips_mips64 -chain-position cpu.tap1 -endian big -rtos hwthread -coreid 1
10 target smp cpu.core0 cpu.core1
12 cpu.core0 configure -work-area-phys 0xffffffffa2000000 -work-area-size 0x20000
13 cpu.core1 configure -work-area-phys 0xffffffffa2000000 -work-area-size 0x20000
15 targets cpu.core0