From 47830f0ebf8135758b372d2a84eb370bf03f901d Mon Sep 17 00:00:00 2001 From: Lee Bowyer Date: Sun, 6 Apr 2014 20:06:14 +0400 Subject: tcl: bcm6348 target config, BT HomeHub v1 board config Also add the board to the firmware recovery script. Change-Id: I4f9c895dae171df7249e3b1c0563b288518b9fe0 Signed-off-by: Lee Bowyer Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2097 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/target/bcm6348.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tcl/target/bcm6348.cfg (limited to 'tcl/target') diff --git a/tcl/target/bcm6348.cfg b/tcl/target/bcm6348.cfg new file mode 100644 index 00000000..2540b51a --- /dev/null +++ b/tcl/target/bcm6348.cfg @@ -0,0 +1,9 @@ +set _CHIPNAME bcm6348 +set _CPUID 0x0634817f + +adapter_khz 1000 + +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 -- cgit v1.2.3-18-g5258