From 7d4f6e1faaac74bb2a3c9d03b2ba03630b25118f Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 19 Feb 2011 15:44:06 +0000 Subject: [brcm63xx] add support for HW553 bcm6358-based boards (#8844) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25590 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/image/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index b34c7eb5d..9d48613c2 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -51,6 +51,15 @@ define Image/Build/CFEFIXUP $(6) $(7) $(8) $(9) endef +define Image/Build/CFEHW553 + # Generate the tagged image + $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ + --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \ + --boardid $(2) --chipid $(3) --entry $(LOADADDR) \ + --load-addr $(LOADADDR) --tag-version 7 \ + --block-size 0x20000 --image-offset $(4) +endef + define Image/Build/CFEAGPF # Generate the tagged image $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ @@ -193,6 +202,9 @@ define Image/Build # T-Com Speedport W 500V $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,SPW500V) + + #HW553 + $(call Image/Build/CFEHW553,$(1),HW553,6358,0x20000,HW553) endef $(eval $(call BuildImage)) -- cgit v1.2.3