Skip to content
Snippets Groups Projects
Commit 179d4512 authored by Kenneth Johansson's avatar Kenneth Johansson
Browse files

brcm: add smarthub3.

parent dafc33e8
Branches
Tags
No related merge requests found
...@@ -34,20 +34,22 @@ menu "Target options Brcm63xx (ARM)" ...@@ -34,20 +34,22 @@ menu "Target options Brcm63xx (ARM)"
menuconfig BCM_KERNEL_PROFILE menuconfig BCM_KERNEL_PROFILE
string string
prompt "Broadcom kernel profile" prompt "Broadcom kernel profile"
default "963138GW" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
default "963138GW" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
default "963138GW" if TARGET_iopsys_brcm63xx_arm_dg400 default "963138GW" if TARGET_iopsys_brcm63xx_arm_dg400
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_f104w default "963138GWV" if TARGET_iopsys_brcm63xx_arm_f104w
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400 default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400prime default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400prime
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 default "96856GWO" if TARGET_iopsys_brcm63xx_arm_xug534
default "96858GWO" if TARGET_iopsys_brcm63xx_arm_tiger
default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "963158GWV" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "963158GW" if TARGET_iopsys_brcm63xx_arm_smarthub3
default "96750GW" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref default "96750GW" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
menuconfig BCM_CHIP_ID menuconfig BCM_CHIP_ID
...@@ -58,12 +60,16 @@ menu "Target options Brcm63xx (ARM)" ...@@ -58,12 +60,16 @@ menu "Target options Brcm63xx (ARM)"
default "63138" if TARGET_iopsys_brcm63xx_arm_dg400 default "63138" if TARGET_iopsys_brcm63xx_arm_dg400
default "63138" if TARGET_iopsys_brcm63xx_arm_f104w default "63138" if TARGET_iopsys_brcm63xx_arm_f104w
default "63138" if TARGET_iopsys_brcm63xx_arm_dg400prime default "63138" if TARGET_iopsys_brcm63xx_arm_dg400prime
default "63138" if TARGET_iopsys_brcm63xx_arm_eg400 default "63138" if TARGET_iopsys_brcm63xx_arm_eg400
default "6858" if TARGET_iopsys_brcm63xx_arm_tiger
default "6846" if TARGET_iopsys_brcm63xx_arm_panther default "6858" if TARGET_iopsys_brcm63xx_arm_tiger
default "6856" if TARGET_iopsys_brcm63xx_arm_xug534
default "6846" if TARGET_iopsys_brcm63xx_arm_panther
default "6856" if TARGET_iopsys_brcm63xx_arm_xug534
default "63158" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "63158" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "63158" if TARGET_iopsys_brcm63xx_arm_smarthub3
default "63178" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref default "63178" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
...@@ -77,18 +83,19 @@ menu "Target options Brcm63xx (ARM)" ...@@ -77,18 +83,19 @@ menu "Target options Brcm63xx (ARM)"
help help
Was previously board ID but has been renamed to board family. Was previously board ID but has been renamed to board family.
A family image can potentially run on multiple similar boards. A family image can potentially run on multiple similar boards.
prompt "Board family" if TARGET_iopsys_brcm63xx_arm prompt "Board family" if TARGET_iopsys_brcm63xx_arm
default "BRCM_REF138_P502" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502 default "BRCM_REF138_P502" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400 default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400
default "DG400PRIME" if TARGET_iopsys_brcm63xx_arm_dg400prime default "DG400PRIME" if TARGET_iopsys_brcm63xx_arm_dg400prime
default "F104W" if TARGET_iopsys_brcm63xx_arm_f104w default "F104W" if TARGET_iopsys_brcm63xx_arm_f104w
default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400 default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400
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 default "XUG534" if TARGET_iopsys_brcm63xx_arm_xug534
default "ARC63158REF" if TARGET_iopsys_brcm63xx_arm_arc63158ref default "ARC63158REF" if TARGET_iopsys_brcm63xx_arm_arc63158ref
default "SRCMM6752REF" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref default "SMARTHUB3" if TARGET_iopsys_brcm63xx_arm_smarthub3
default "SRCMM6752REF" if TARGET_iopsys_brcm63xx_arm_srcmm6752ref
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"
......
...@@ -116,6 +116,16 @@ define Profile/arc63158ref/Description ...@@ -116,6 +116,16 @@ define Profile/arc63158ref/Description
endef endef
$(eval $(call Profile,arc63158ref)) $(eval $(call Profile,arc63158ref))
#################### smarthub3
define Profile/smarthub3
NAME:=smarthub3
endef
define Profile/smarthub3/Description
smarthub3 profile
endef
$(eval $(call Profile,smarthub3))
#################### srcmm6752ref #################### srcmm6752ref
define Profile/srcmm6752ref define Profile/srcmm6752ref
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment