aboutsummaryrefslogtreecommitdiff
path: root/tcl/board/bt-homehubv1.cfg
diff options
context:
space:
mode:
authorLee Bowyer <lee@sodnpoo.com>2014-04-06 20:06:14 +0400
committerPaul Fertser <fercerpav@gmail.com>2014-04-14 18:15:24 +0000
commit47830f0ebf8135758b372d2a84eb370bf03f901d (patch)
treebe0b1d4de6b2e9456eb769bb10b72c3d07f85054 /tcl/board/bt-homehubv1.cfg
parente2b35204b395181d9fe51747035cddbb3c58c588 (diff)
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 <lee@sodnpoo.com> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2097 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/board/bt-homehubv1.cfg')
-rw-r--r--tcl/board/bt-homehubv1.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/tcl/board/bt-homehubv1.cfg b/tcl/board/bt-homehubv1.cfg
new file mode 100644
index 00000000..c50c7d2b
--- /dev/null
+++ b/tcl/board/bt-homehubv1.cfg
@@ -0,0 +1,15 @@
+#
+# BT HomeHub v1
+#
+
+set partition_list {
+ CFE { Bootloader 0xbe400000 0x00020000 }
+ firmware { "Kernel+rootfs" 0xbe420000 0x007d0000 }
+ fisdir { "FIS Directory" 0xbebf0000 0x0000f000 }
+ nvram { "Config space" 0xbebff000 0x00001000 }
+}
+
+source [find target/bcm6348.cfg]
+
+set _FLASHNAME $_CHIPNAME.norflash
+flash bank $_FLASHNAME cfi 0xbe400000 0x00800000 2 2 $_TARGETNAME