target: add initial imx7.cfg
[openocd.git] / tcl / target / exynos5250.cfg
blob36783410ba009bc0b5c8bb85910fa47ab364bc84
2 # Samsung Exynos 5250 - dual-core ARM Cortex-A15
5 if { [info exists CHIPNAME] } {
6         set _CHIPNAME $CHIPNAME
7 } else {
8         set _CHIPNAME exynos5250
11 if { [info exists CPUTAPID] } {
12         set _CPUTAPID $CPUTAPID
13 } else {
14         set _CPUTAPID 0x4ba00477
17 jtag newtap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUTAPID
19 set _TARGETNAME $_CHIPNAME.cpu
20 target create ${_TARGETNAME}0 cortex_a -chain-position $_TARGETNAME
21 target create ${_TARGETNAME}1 cortex_a -chain-position $_TARGETNAME
23 target smp ${_TARGETNAME}0 ${_TARGETNAME}1