repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdb_server: Improve const correctness
[openocd.git]
/
tcl
/
target
/
bcm4706.cfg
blob
e5d8d19bc6a879c6b4cef79bfbf277ea2a8a9d6b
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
set _CHIPNAME bcm4706
4
set _CPUID 0x1008c17f
5
6
jtag newtap $_CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
7
8
set _TARGETNAME $_CHIPNAME.cpu
9
target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME