-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[centec] support CENTEC SAI 1.0 on 201712 branch and update e582-48x6…
…q board (#1269)
- Loading branch information
Showing
6 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
86 changes: 54 additions & 32 deletions
86
device/centec/x86_64-centec_e582_48x6q-r0/E582-48x6q/port_config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,55 @@ | ||
# name lanes | ||
Ethernet0 1 | ||
Ethernet4 2 | ||
Ethernet8 3 | ||
Ethernet12 4 | ||
Ethernet16 5 | ||
Ethernet20 6 | ||
Ethernet24 7 | ||
Ethernet28 8 | ||
Ethernet32 9 | ||
Ethernet36 10 | ||
Ethernet40 11 | ||
Ethernet44 12 | ||
Ethernet48 13 | ||
Ethernet52 14 | ||
Ethernet56 15 | ||
Ethernet60 16 | ||
Ethernet64 17 | ||
Ethernet68 18 | ||
Ethernet72 19 | ||
Ethernet76 20 | ||
Ethernet80 21 | ||
Ethernet84 22 | ||
Ethernet88 23 | ||
Ethernet92 24 | ||
Ethernet96 25 | ||
Ethernet100 26 | ||
Ethernet104 27 | ||
Ethernet108 28 | ||
Ethernet112 29 | ||
Ethernet116 30 | ||
Ethernet120 31 | ||
Ethernet124 32 | ||
Ethernet1 1 | ||
Ethernet2 2 | ||
Ethernet3 3 | ||
Ethernet4 4 | ||
Ethernet5 5 | ||
Ethernet6 6 | ||
Ethernet7 7 | ||
Ethernet8 8 | ||
Ethernet9 9 | ||
Ethernet10 10 | ||
Ethernet11 11 | ||
Ethernet12 12 | ||
Ethernet13 13 | ||
Ethernet14 14 | ||
Ethernet15 15 | ||
Ethernet16 16 | ||
Ethernet17 17 | ||
Ethernet18 18 | ||
Ethernet19 19 | ||
Ethernet20 20 | ||
Ethernet21 21 | ||
Ethernet22 22 | ||
Ethernet23 23 | ||
Ethernet24 24 | ||
Ethernet25 25 | ||
Ethernet26 26 | ||
Ethernet27 27 | ||
Ethernet28 28 | ||
Ethernet29 29 | ||
Ethernet30 30 | ||
Ethernet31 31 | ||
Ethernet32 32 | ||
Ethernet33 33 | ||
Ethernet34 34 | ||
Ethernet35 35 | ||
Ethernet36 36 | ||
Ethernet37 37 | ||
Ethernet38 38 | ||
Ethernet39 39 | ||
Ethernet40 40 | ||
Ethernet41 41 | ||
Ethernet42 42 | ||
Ethernet43 43 | ||
Ethernet44 44 | ||
Ethernet45 45 | ||
Ethernet46 46 | ||
Ethernet47 47 | ||
Ethernet48 48 | ||
Ethernet49 49 | ||
Ethernet50 50 | ||
Ethernet51 51 | ||
Ethernet52 52 | ||
Ethernet53 53 | ||
Ethernet54 54 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
CONSOLE_SPEED=115200 | ||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=no" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Centec SAI | ||
CENTEC_SAI = libsai_1.0.0_amd64.deb | ||
$(CENTEC_SAI)_URL = https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_0.9.4/libsai_1.0.0_amd64.deb | ||
$(CENTEC_SAI)_URL = https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_1.0/libsai_1.0.0_amd64.deb | ||
|
||
SONIC_ONLINE_DEBS += $(CENTEC_SAI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CENTEC_SDK_KERNEL = centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb | ||
$(CENTEC_SDK_KERNEL)_URL = "https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb" | ||
$(CENTEC_SDK_KERNEL)_URL = "https://github.com/CentecNetworks/goldengate-sai/raw/master/lib/SONiC_1.0/centec-gg-sdk3.5-modules-3.16.0-4-amd64.deb" | ||
|
||
SONIC_ONLINE_DEBS += $(CENTEC_SDK_KERNEL) |