Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
targets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
179d4512
Commit
179d4512
authored
4 years ago
by
Kenneth Johansson
Browse files
Options
Downloads
Patches
Plain Diff
brcm: add smarthub3.
parent
dafc33e8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iopsys-brcm63xx-arm/Config.in
+28
-21
28 additions, 21 deletions
iopsys-brcm63xx-arm/Config.in
iopsys-brcm63xx-arm/profiles/iopsys.mk
+10
-0
10 additions, 0 deletions
iopsys-brcm63xx-arm/profiles/iopsys.mk
with
38 additions
and
21 deletions
iopsys-brcm63xx-arm/Config.in
+
28
−
21
View file @
179d4512
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
iopsys-brcm63xx-arm/profiles/iopsys.mk
+
10
−
0
View file @
179d4512
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment