OpenOCD support for bcm61368

Hi,

Does openOCD support bcm61368? I’m trying to build configuration file, but getting errors (using The Shikra as interface).

This is the configuration I’ve created:

################################################

set _CHIPNAME bcm63168

set _CPUID 0x08631617

adapter_khz 100

jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID

set _TARGETNAME $_CHIPNAME.cpu

target create $_TARGETNAME mips_m4k -endian big -chain-position $_TARGETNAME

################################################

and this is the relevant configuration for urJTAG:

https://github.com/mattmattandmatt/sky- … 6/bcm63168

Help :)))