Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[device/celestica] Introduce Celestica Seastone2 platform device #123

Merged
merged 12 commits into from
Nov 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ This may take a while, but it is a one-time action, so please be patient.
- docker-syncd-nephos.gz: docker image for the daemon to sync database and Nephos switch ASIC (gzip tar archive)
- docker-sonic-p4.gz: docker image for all-in-one for p4 software switch (gzip tar archive)
- docker-sonic-vs.gz: docker image for all-in-one for software virtual switch (gzip tar archive)
- docker-sonic-mgmt.gz: docker image for [managing, configuring and monitoring SONiC](https://github.com/Azure/sonic-mgmt) (gzip tar archive)

## Contribution Guide

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# name lanes alias fec index
pphuchar marked this conversation as resolved.
Show resolved Hide resolved
Ethernet0 1,2,3,4 QSFP1 rs 1
pphuchar marked this conversation as resolved.
Show resolved Hide resolved
Ethernet1 5,6,7,8 QSFP2 rs 2
Ethernet2 9,10,11,12 QSFP3 rs 3
Ethernet3 13,14,15,16 QSFP4 rs 4
Ethernet4 17,18,19,20 QSFP5 rs 5
Ethernet5 21,22,23,24 QSFP6 rs 6
Ethernet6 25,26,27,28 QSFP7 rs 7
Ethernet7 29,30,31,32 QSFP8 rs 8
Ethernet8 33,34,35,36 QSFP9 rs 9
Ethernet9 37,38,39,40 QSFP10 rs 10
Ethernet10 41,42,43,44 QSFP11 rs 11
Ethernet11 45,46,47,48 QSFP12 rs 12
Ethernet12 49,50,51,52 QSFP13 rs 13
Ethernet13 53,54,55,56 QSFP14 rs 14
Ethernet14 57,58,59,60 QSFP15 rs 15
Ethernet15 61,62,63,64 QSFP16 rs 16
Ethernet16 65,66,67,68 QSFP17 rs 17
Ethernet17 69,70,71,72 QSFP18 rs 18
Ethernet18 73,74,75,76 QSFP19 rs 19
Ethernet19 77,78,79,80 QSFP20 rs 20
Ethernet20 81,82,83,84 QSFP21 rs 21
Ethernet21 85,86,87,88 QSFP22 rs 22
Ethernet22 89,90,91,92 QSFP23 rs 23
Ethernet23 93,94,95,96 QSFP24 rs 24
Ethernet24 97,98,99,100 QSFP25 rs 25
Ethernet25 101,102,103,104 QSFP26 rs 26
Ethernet26 105,106,107,108 QSFP27 rs 27
Ethernet27 109,110,111,112 QSFP28 rs 28
Ethernet28 113,114,115,116 QSFP29 rs 29
Ethernet29 117,118,119,120 QSFP30 rs 30
Ethernet30 121,122,123,124 QSFP31 rs 31
Ethernet31 125,126,127,128 QSFP32 rs 32
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_INIT_CONFIG_FILE=/usr/share/sonic/platform/td3-seastone_2-32x100G.config.bcm
pphuchar marked this conversation as resolved.
Show resolved Hide resolved
Binary file added device/celestica/x86_64-cel_seastone_2-r0/custom.bin
Binary file not shown.
1 change: 1 addition & 0 deletions device/celestica/x86_64-cel_seastone_2-r0/default_sku
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Seastone_2 t1
3 changes: 3 additions & 0 deletions device/celestica/x86_64-cel_seastone_2-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONSOLE_DEV=0
CONSOLE_SPEED=115200
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="earlycon=uart8250,mmio,0xdf37b000"
9 changes: 9 additions & 0 deletions device/celestica/x86_64-cel_seastone_2-r0/led_proc_init.soc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#Enable all ports
port all en=1
sleep 6
#linkscan 250000; port xe,ce linkscan=on

#Load LED
led auto on; led start


Binary file not shown.
Loading