Author: jogo Date: 2014-11-24 15:44:28 +0100 (Mon, 24 Nov 2014) New Revision: 43361
Added: trunk/target/linux/brcm63xx/dts/dv-201amr.dts trunk/target/linux/brcm63xx/profiles/davolink.mk Modified: trunk/target/linux/brcm63xx/image/Makefile trunk/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch trunk/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch Log: brcm63xx: Add DT support for DV-201AMR Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Added: trunk/target/linux/brcm63xx/dts/dv-201amr.dts =================================================================== --- trunk/target/linux/brcm63xx/dts/dv-201amr.dts (rev 0) +++ trunk/target/linux/brcm63xx/dts/dv-201amr.dts 2014-11-24 14:44:28 UTC (rev 43361) @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/ "bcm6348.dtsi" + +/ { + model = "Davolink DV-201AMR"; + compatible = "davolink,dv-201amr", "brcm,bcm6348"; +}; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + backup@0 { + label = "backup"; + reg = <0x000000 0x400000>; + }; + + cfe@400000 { + label = "cfe"; + reg = <0x400000 0x010000>; + read-only; + }; + + linux@410000 { + label = "linux"; + reg = <0x410000 0x3f0000>; + }; +}; Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2014-11-24 14:44:23 UTC (rev 43360) +++ trunk/target/linux/brcm63xx/image/Makefile 2014-11-24 14:44:28 UTC (rev 43361) @@ -57,6 +57,13 @@ $(7) $(8) $(9) $(10) endef +define Image/Build/OLDCFEDTB + $(TOPDIR)/scripts/brcmImage.pl -t -p \ + -b $(3) -c $(4) -e $(KERNEL_ENTRY) -a $(LOADADDR) \ + -k $(KDIR)/vmlinux-$(2).lzma.cfe -r $(KDIR)/root.$(1) \ + -o $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin $(6) +endef + define Image/Build/ZYXCFEDTB # Generate the tagged image $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-$(2).lzma.cfe -f $(KDIR)/root.$(1) \ @@ -94,14 +101,6 @@ rm -f $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp endef -define Image/Build/CFEOLD - $(TOPDIR)/scripts/brcmImage.pl -t -p \ - -b $(2) -c $(3) \ - -k $(KDIR)/vmlinux.lzma.cfe \ - -r $(KDIR)/root.$(1) \ - -o $(BIN_DIR)/openwrt-$(2)-$(1)-cfe.bin -endef - define Image/Build/HCS $(STAGING_DIR_HOST)/bin/hcsmakeimage --magic_byte=$(3) \ --rev_maj=$(4) --rev_min=$(5) --input_file=$(6) \ @@ -198,6 +197,23 @@ # $(3) = boardname # $(4) = chipid # $(5) = imagename +# $(6) = additional options +define OldCfeImageDTB + define Image/Build/$(5) + $$(call Image/Build/OLDCFEDTB,$$(1),$(2),$(3),$(4),$(5),$(6)) + endef + + TARGET_Default_DTBS += $(2) + TARGET_Default_IMAGES += $(5) + TARGET_$(1)_DTBS += $(2) + TARGET_$(1)_IMAGES += $(5) +endef + +# $(1) = Profile +# $(2) = dtb +# $(3) = boardname +# $(4) = chipid +# $(5) = imagename # $(6) = rsa signature # $(7) = additional options define ZyxCfeImageDTB @@ -237,8 +253,6 @@ # Sagem F@ST2504n $(call Image/Build/CFE,$(1),F@ST2504n,6362,F@ST2504n,OpenWRT-$(REVISION)) - # Davolink DV201AMR - $(call Image/Build/CFEOLD,$(1),DV201AMR,6348) # USR 9108 $(call Image/Build/CFE,$(1),96348GW-A,6348,USR9108) # NetGear DG834GT, DG834PN @@ -350,6 +364,8 @@ $(eval $(call CfeImageDTB,DSL274XB_C,dsl-274xb-c,AW4139,6358,DSL274XB-C3)) # D-Link DVA-G3810BN/TL $(eval $(call CfeImageDTB,DVAG3810BN,dva-g3810bn_tl,96358VW,6358,DVAG3810BN)) +# Davolink DV-201AMR +$(eval $(call OldCfeImageDTB,DV201AMR,dv-201amr,DV201AMR,6348,DV-201AMR)) # Huawei HG520v $(eval $(call CfeImageDTB,HG520v,hg520v,HW6358GW_B,6358,HG520v,EchoLife_HG520v)) # Huawei HG553 Modified: trunk/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch 2014-11-24 14:44:23 UTC (rev 43360) +++ trunk/target/linux/brcm63xx/patches-3.14/369-MIPS-BCM63XX-populate-the-compatible-to-board_info-l.patch 2014-11-24 14:44:28 UTC (rev 43361) @@ -14,7 +14,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -736,6 +736,43 @@ static const struct board_info __initcon +@@ -736,6 +736,44 @@ static const struct board_info __initcon }; static struct of_device_id const bcm963xx_boards_dt[] = { @@ -37,6 +37,7 @@ + { .compatible = "brcm,bcm96348gw-10", .data = &board_96348gw_10, }, + { .compatible = "brcm,bcm96348gw-11", .data = &board_96348gw_11, }, + { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, ++ { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, + { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, }, + { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, +#endif Modified: trunk/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch 2014-11-24 14:44:23 UTC (rev 43360) +++ trunk/target/linux/brcm63xx/patches-3.14/514-board_ct536_ct5621.patch 2014-11-24 14:44:28 UTC (rev 43361) @@ -73,6 +73,6 @@ { .compatible = "brcm,bcm96348gw-a", .data = &board_96348gw_a, }, + { .compatible = "comtrend,ct-536+", .data = &board_ct536_ct5621, }, + { .compatible = "comtrend,ct-5621", .data = &board_ct536_ct5621, }, + { .compatible = "davolink,dv-201amr", .data = &board_DV201AMR, }, { .compatible = "dynalink,rta1025w", .data = &board_rta1025w_16, }, { .compatible = "sagem,f@st2404", .data = &board_FAST2404, }, - { .compatible = "t-com,spw500v", .data = &board_spw500v, }, Copied: trunk/target/linux/brcm63xx/profiles/davolink.mk (from rev 43360, trunk/target/linux/brcm63xx/profiles/t-com.mk) =================================================================== --- trunk/target/linux/brcm63xx/profiles/davolink.mk (rev 0) +++ trunk/target/linux/brcm63xx/profiles/davolink.mk 2014-11-24 14:44:28 UTC (rev 43361) @@ -0,0 +1,15 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DV201AMR + NAME:=Davolink DV-201AMR + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DV201AMR/Description + Package set optimized for DV-201AMR. +endef +$(eval $(call Profile,DV201AMR)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
