Skip to content
Snippets Groups Projects
Commit 15dfde2d authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

iopsys-brcm63xx-arm: added initial support for srcmm6752ref

parent f41dbd69
Branches
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "96750GW" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
menuconfig BCM_CHIP_ID
string
......@@ -88,6 +90,8 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "63158" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "63178" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
menuconfig BCM_TOOLTUPLE
string "Broadcom toolchain tuple"
default "arm-buildroot-linux-gnueabi-" if TARGET_iopsys_brcm63xx_arm && (BRCM_SDK_VER_502003 || BRCM_SDK_VER_502006 || BRCM_SDK_VER_502007)
......@@ -112,6 +116,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther
default "XUG534" if TARGET_iopsys_brcm63xx_arm_xue534
default "ARC63158REF" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "SRCMM6752REF" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
config TARGET_HAS_VOICE
bool "Whether to build voice or exclude it entirely"
......
CONFIG_TARGET_NO_VOICE=y
CONFIG_TARGET_NO_DECT=y
CONFIG_TARGET_NO_DSL=y
# CONFIG_PACKAGE_libdsl is not set
# CONFIG_PACKAGE_dslmngr is not set
# CONFIG_PACKAGE_mwan3 is not set
......@@ -167,6 +167,7 @@ config TARGET_NAND_DEVSZ
default "268435456" if TARGET_iopsys_brcm63xx_arm_panther
default "268435456" if TARGET_iopsys_brcm63xx_arm_xue534
default "1073741824" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "134217728" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
range 67108864 4294967296
depends on NAND_SUPPORT
......@@ -185,6 +186,7 @@ config TARGET_NAND_BLOCKSZ
default "131072" if TARGET_iopsys_brcm63xx_arm_panther
default "131072" if TARGET_iopsys_brcm63xx_arm_xue534
default "262144" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "131072" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
range 16384 1048576
depends on NAND_SUPPORT
......@@ -203,6 +205,7 @@ config TARGET_NAND_PAGESZ
default "2048" if TARGET_iopsys_brcm63xx_arm_panther
default "2048" if TARGET_iopsys_brcm63xx_arm_xue534
default "4096" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "2048" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
range 256 65536
depends on NAND_SUPPORT
......@@ -211,6 +214,7 @@ config TARGET_NAND_SPARE_SIZE
help
NAND flash spare area size (in bytes). Usually in
the order of 64 or 16.
default "128" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
default "64" if TARGET_NAND_PAGESZ = 2048
range 16 128
depends on NAND_SUPPORT
......
......@@ -116,3 +116,14 @@ define Profile/arc63158ref/Description
endef
$(eval $(call Profile,arc63158ref))
#################### srcmm6752ref
define Profile/srcmm6752ref
NAME:=srcmm6752ref
endef
define Profile/srcmm6752ref/Description
srcmm6752ref profile
endef
$(eval $(call Profile,srcmm6752ref))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment