Skip to content
GitLab
Explore
Sign in
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
dafc33e8
Commit
dafc33e8
authored
4 years ago
by
Kenneth Johansson
Browse files
Options
Downloads
Patches
Plain Diff
brcm: remove support for older SDK.
we will no longer support sdk later than 5.04.
parent
3454205a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iopsys-brcm63xx-arm/Config.in
+7
-10
7 additions, 10 deletions
iopsys-brcm63xx-arm/Config.in
with
7 additions
and
10 deletions
iopsys-brcm63xx-arm/Config.in
+
7
−
10
View file @
dafc33e8
...
...
@@ -16,14 +16,14 @@ menu "Target options Brcm63xx (ARM)"
menuconfig KERNEL_GIT_CLONE_URI
string "Kernel clone URL"
default "https://dev.iopsys.eu/broadcom/bcmlinux.git" if BRCM_SDK_VER_502002 || BRCM_SDK_VER_502003 || BRCM_SDK_VER_502006 || BRCM_SDK_VER_502007 || BRCM_SDK_VER_504001
default "git@dev.iopsys.eu:broadcom/bcmkernel" if BRCM_SDK_VER_416050
default "https://dev.iopsys.eu/broadcom/bcmlinux.git" if BRCM_SDK_VER_504001
# BUG: this is the branch in the kernel used for openwrt part of the build. It should also be updated for the new sdk.
config KERNEL_GIT_BRANCH
string
default "bcm_5.02L.02" if
BRCM_SDK_VER_502002 || BRCM_SDK_VER_502003 || BRCM_SDK_VER_502006 || BRCM_SDK_VER_502007 ||
BRCM_SDK_VER_504001
default "4.16L.05" if BRCM_SDK_VER_416050
default "bcm_5.02L.02" if BRCM_SDK_VER_504001
# brcm has it's own brctl
...
...
@@ -35,10 +35,8 @@ menu "Target options Brcm63xx (ARM)"
string
prompt "Broadcom kernel profile"
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502 && !BRCM_SDK_VER_504001
default "963138GW" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502 && BRCM_SDK_VER_504001
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400 && !BRCM_SDK_VER_504001
default "963138GW" if TARGET_iopsys_brcm63xx_arm_dg400 && BRCM_SDK_VER_504001
default "963138GW" if TARGET_iopsys_brcm63xx_arm_brcm_ref138_p502
default "963138GW" if TARGET_iopsys_brcm63xx_arm_dg400
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_f104w
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_eg400
default "963138GWV" if TARGET_iopsys_brcm63xx_arm_dg400prime
...
...
@@ -71,8 +69,7 @@ menu "Target options Brcm63xx (ARM)"
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 || BRCM_SDK_VER_504001)
default "arm-buildroot-linux-uclibcgnueabi-" if TARGET_iopsys_brcm63xx_arm && BRCM_SDK_VER_502002
default "arm-buildroot-linux-gnueabi-" if TARGET_iopsys_brcm63xx_arm && (BRCM_SDK_VER_504001)
menuconfig TARGET_FAMILY
...
...
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