2022-06-12 16:42:27 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2014-04-06 11:06:14 -05:00
|
|
|
set _CHIPNAME bcm6348
|
|
|
|
set _CPUID 0x0634817f
|
|
|
|
|
2019-08-23 08:51:00 -05:00
|
|
|
adapter speed 1000
|
2014-04-06 11:06:14 -05:00
|
|
|
|
|
|
|
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
|