tcl/board: add Linksys WRT54GL v1.1 board config
Tested flashing a real v1.1 device. Change-Id: Ie0d202b9fded8b92e731d93e0ef17be415a75fc8 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1852 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
faedb14772
commit
302a3a8fed
7
tcl/target/bcm5352e.cfg
Normal file
7
tcl/target/bcm5352e.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
set _CHIPNAME bcm5352e
|
||||
set _CPUID 0x0535217f
|
||||
|
||||
jtag newtap $_CHIPNAME cpu -irlen 8 -ircapture 0x1 -irmask 0x1f -expected-id $_CPUID
|
||||
|
||||
set _TARGETNAME $_CHIPNAME.cpu
|
||||
target create $_TARGETNAME mips_m4k -endian little -chain-position $_TARGETNAME
|
||||
Reference in New Issue
Block a user