forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from ningmengcao060634/201911_cel_dev
Port fishbone23 fishbone48 phalanx to 201911_cel_dev branch
- Loading branch information
Showing
52 changed files
with
11,082 additions
and
2 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
device/alibaba/x86_64-alibaba_as13-32h-cl-r0/AS13-32H/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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# name lanes alias fec index | ||
Ethernet1 1,2,3,4 QSFP1 rs 1 | ||
Ethernet2 5,6,7,8 QSFP2 rs 2 | ||
Ethernet3 9,10,11,12 QSFP3 rs 3 | ||
Ethernet4 13,14,15,16 QSFP4 rs 4 | ||
Ethernet5 17,18,19,20 QSFP5 rs 5 | ||
Ethernet6 21,22,23,24 QSFP6 rs 6 | ||
Ethernet7 25,26,27,28 QSFP7 rs 7 | ||
Ethernet8 29,30,31,32 QSFP8 rs 8 | ||
Ethernet9 33,34,35,36 QSFP9 rs 9 | ||
Ethernet10 37,38,39,40 QSFP10 rs 10 | ||
Ethernet11 41,42,43,44 QSFP11 rs 11 | ||
Ethernet12 45,46,47,48 QSFP12 rs 12 | ||
Ethernet13 49,50,51,52 QSFP13 rs 13 | ||
Ethernet14 53,54,55,56 QSFP14 rs 14 | ||
Ethernet15 57,58,59,60 QSFP15 rs 15 | ||
Ethernet16 61,62,63,64 QSFP16 rs 16 | ||
Ethernet17 65,66,67,68 QSFP17 rs 17 | ||
Ethernet18 69,70,71,72 QSFP18 rs 18 | ||
Ethernet19 73,74,75,76 QSFP19 rs 19 | ||
Ethernet20 77,78,79,80 QSFP20 rs 20 | ||
Ethernet21 81,82,83,84 QSFP21 rs 21 | ||
Ethernet22 85,86,87,88 QSFP22 rs 22 | ||
Ethernet23 89,90,91,92 QSFP23 rs 23 | ||
Ethernet24 93,94,95,96 QSFP24 rs 24 | ||
Ethernet25 97,98,99,100 QSFP25 rs 25 | ||
Ethernet26 101,102,103,104 QSFP26 rs 26 | ||
Ethernet27 105,106,107,108 QSFP27 rs 27 | ||
Ethernet28 109,110,111,112 QSFP28 rs 28 | ||
Ethernet29 113,114,115,116 QSFP29 rs 29 | ||
Ethernet30 117,118,119,120 QSFP30 rs 30 | ||
Ethernet31 121,122,123,124 QSFP31 rs 31 | ||
Ethernet32 125,126,127,128 QSFP32 rs 32 |
1 change: 1 addition & 0 deletions
1
device/alibaba/x86_64-alibaba_as13-32h-cl-r0/AS13-32H/sai.profile
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/platform/td3-as13-32h.config.bcm |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
AS13-32H t1 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONSOLE_SPEED=9600 | ||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="processor.max_cstate=1 intel_idle.max_cstate=0" |
18 changes: 18 additions & 0 deletions
18
device/alibaba/x86_64-alibaba_as13-32h-cl-r0/led_proc_init.soc
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#Enable all ports | ||
#port all en=1 | ||
#sleep 6 | ||
#linkscan 250000; port xe,ce linkscan=on | ||
|
||
#Load LED | ||
sleep 10 | ||
vlan clear | ||
sleep 5 | ||
vlan add 1 pbm=ce,cpu ubm=ce,cpu | ||
sleep 5 | ||
vlan remove 1 pbm=ce24,ce25,ce26,ce27,ce28,ce29,ce30,ce31 | ||
sleep 5 | ||
led auto on; led start | ||
sleep 5 | ||
port all en=1 | ||
port xe0,xe1 an=1 | ||
vlan create 250 pbm=xe0,xe1 ubm=xe0,xe1 |
Binary file not shown.
Oops, something went wrong.