diff --git a/iopsys-brcm63xx-arm/Config.in b/iopsys-brcm63xx-arm/Config.in index def4ff830e3c884ef1df8ed69e5a3a3f08cf262e..9aaec198cb723035955638b8ee93369837cd3d9c 100644 --- a/iopsys-brcm63xx-arm/Config.in +++ b/iopsys-brcm63xx-arm/Config.in @@ -80,6 +80,8 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "96858GWO" if TARGET_iopsys_brcm63xx_arm_tiger default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther + default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xug534 + menuconfig BCM_CHIP_ID string @@ -105,6 +107,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "63138" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "6858" if TARGET_iopsys_brcm63xx_arm_tiger default "6846" if TARGET_iopsys_brcm63xx_arm_panther + default "6856" if TARGET_iopsys_brcm63xx_arm_xug534 menuconfig BCM_TOOLTUPLE string "Broadcom toolchain tuple" @@ -139,6 +142,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" default "SDX810_RG" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther + default "XUG534" if TARGET_iopsys_brcm63xx_arm_xug534 config TARGET_HAS_VOICE bool "Whether to build voice or exclude it entirely" diff --git a/iopsys-brcm63xx-arm/image/Config.in b/iopsys-brcm63xx-arm/image/Config.in index e13956cb9db67ced850ca327510043054d30bb19..8c76deb15dcda4747816e2ff5d159a903de8f3a2 100644 --- a/iopsys-brcm63xx-arm/image/Config.in +++ b/iopsys-brcm63xx-arm/image/Config.in @@ -101,6 +101,7 @@ config TARGET_NAND_DEVSZ default "268435456" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger default "268435456" if TARGET_iopsys_brcm63xx_arm_panther + default "268435456" if TARGET_iopsys_brcm63xx_arm_xug534 range 67108864 4294967296 depends on NAND_SUPPORT @@ -117,6 +118,7 @@ config TARGET_NAND_BLOCKSZ default "131072" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "131072" if TARGET_iopsys_brcm63xx_arm_tiger default "131072" if TARGET_iopsys_brcm63xx_arm_panther + default "131072" if TARGET_iopsys_brcm63xx_arm_xug534 range 16384 1048576 depends on NAND_SUPPORT @@ -133,6 +135,7 @@ config TARGET_NAND_PAGESZ default "2048" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "2048" if TARGET_iopsys_brcm63xx_arm_tiger default "2048" if TARGET_iopsys_brcm63xx_arm_panther + default "2048" if TARGET_iopsys_brcm63xx_arm_xug534 range 256 65536 depends on NAND_SUPPORT diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 06c31137ade1ccb64922da0d704350f20262c641..dda65d67b61dccdb8701cd28750b48499e070239 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -95,3 +95,11 @@ endef $(eval $(call Profile,panther)) +#################### Xavi xug534 +define Profile/xug534 + NAME:=xug534 +endef + +define Profile/xug534/Description + Xavi xug534 profile +endef