Skip to content
Snippets Groups Projects
Commit be4cf2ff authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Add Xavi XUG534 board.

parent 8f372605
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,8 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -80,6 +80,8 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "96858GWO" if TARGET_iopsys_brcm63xx_arm_tiger default "96858GWO" if TARGET_iopsys_brcm63xx_arm_tiger
default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther default "96846GWO" if TARGET_iopsys_brcm63xx_arm_panther
default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xug534
menuconfig BCM_CHIP_ID menuconfig BCM_CHIP_ID
string string
...@@ -105,6 +107,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -105,6 +107,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "63138" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "63138" if TARGET_iopsys_brcm63xx_arm_sdx810_rg
default "6858" if TARGET_iopsys_brcm63xx_arm_tiger default "6858" if TARGET_iopsys_brcm63xx_arm_tiger
default "6846" if TARGET_iopsys_brcm63xx_arm_panther default "6846" if TARGET_iopsys_brcm63xx_arm_panther
default "6856" if TARGET_iopsys_brcm63xx_arm_xug534
menuconfig BCM_TOOLTUPLE menuconfig BCM_TOOLTUPLE
string "Broadcom toolchain tuple" string "Broadcom toolchain tuple"
...@@ -139,6 +142,7 @@ menu "Target options Brcm63xx (ARM/MIPS)" ...@@ -139,6 +142,7 @@ menu "Target options Brcm63xx (ARM/MIPS)"
default "SDX810_RG" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "SDX810_RG" if TARGET_iopsys_brcm63xx_arm_sdx810_rg
default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger default "TIGER" if TARGET_iopsys_brcm63xx_arm_tiger
default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther default "PANTHER" if TARGET_iopsys_brcm63xx_arm_panther
default "XUG534" if TARGET_iopsys_brcm63xx_arm_xug534
config TARGET_HAS_VOICE config TARGET_HAS_VOICE
bool "Whether to build voice or exclude it entirely" bool "Whether to build voice or exclude it entirely"
......
...@@ -101,6 +101,7 @@ config TARGET_NAND_DEVSZ ...@@ -101,6 +101,7 @@ config TARGET_NAND_DEVSZ
default "268435456" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "268435456" if TARGET_iopsys_brcm63xx_arm_sdx810_rg
default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger default "268435456" if TARGET_iopsys_brcm63xx_arm_tiger
default "268435456" if TARGET_iopsys_brcm63xx_arm_panther default "268435456" if TARGET_iopsys_brcm63xx_arm_panther
default "268435456" if TARGET_iopsys_brcm63xx_arm_xug534
range 67108864 4294967296 range 67108864 4294967296
depends on NAND_SUPPORT depends on NAND_SUPPORT
...@@ -117,6 +118,7 @@ config TARGET_NAND_BLOCKSZ ...@@ -117,6 +118,7 @@ config TARGET_NAND_BLOCKSZ
default "131072" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "131072" if TARGET_iopsys_brcm63xx_arm_sdx810_rg
default "131072" if TARGET_iopsys_brcm63xx_arm_tiger default "131072" if TARGET_iopsys_brcm63xx_arm_tiger
default "131072" if TARGET_iopsys_brcm63xx_arm_panther default "131072" if TARGET_iopsys_brcm63xx_arm_panther
default "131072" if TARGET_iopsys_brcm63xx_arm_xug534
range 16384 1048576 range 16384 1048576
depends on NAND_SUPPORT depends on NAND_SUPPORT
...@@ -133,6 +135,7 @@ config TARGET_NAND_PAGESZ ...@@ -133,6 +135,7 @@ config TARGET_NAND_PAGESZ
default "2048" if TARGET_iopsys_brcm63xx_arm_sdx810_rg default "2048" if TARGET_iopsys_brcm63xx_arm_sdx810_rg
default "2048" if TARGET_iopsys_brcm63xx_arm_tiger default "2048" if TARGET_iopsys_brcm63xx_arm_tiger
default "2048" if TARGET_iopsys_brcm63xx_arm_panther default "2048" if TARGET_iopsys_brcm63xx_arm_panther
default "2048" if TARGET_iopsys_brcm63xx_arm_xug534
range 256 65536 range 256 65536
depends on NAND_SUPPORT depends on NAND_SUPPORT
......
...@@ -95,3 +95,11 @@ endef ...@@ -95,3 +95,11 @@ endef
$(eval $(call Profile,panther)) $(eval $(call Profile,panther))
#################### Xavi xug534
define Profile/xug534
NAME:=xug534
endef
define Profile/xug534/Description
Xavi xug534 profile
endef
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment