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

add Haliburton e1031 platform #27

Closed
wants to merge 5 commits into from
Closed
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
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
[submodule "platform/broadcom/sonic-platform-modules-accton"]
path = platform/broadcom/sonic-platform-modules-accton
url = https://github.com/edge-core/sonic-platform-modules-accton.git
[submodule "platform/broadcom/sonic-platform-modules-cel"]
path = platform/broadcom/sonic-platform-modules-cel
url = https://github.com/celestica-Inc/sonic-platform-modules-cel.git
[submodule "src/sonic-frr/frr"]
path = src/sonic-frr/frr
url = https://github.com/FRRouting/frr.git
Expand All @@ -77,3 +74,6 @@
[submodule "platform/broadcom/sonic-platform-modules-mitac"]
path = platform/broadcom/sonic-platform-modules-mitac
url = https://github.com/MiTAC-EBU/sonic-platform-modules-mitac.git
[submodule "platform/broadcom/sonic-platform-modules-cel"]
path = platform/broadcom/sonic-platform-modules-cel
url = https://github.com/celestica-Inc/sonic-platform-modules-cel.git
53 changes: 53 additions & 0 deletions device/celestica/x86_64-cel_e1031-r0/E1031-T48S4/port_config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# name lanes speed
Ethernet0 1 1000
Ethernet1 2 1000
Ethernet2 3 1000
Ethernet3 4 1000
Ethernet4 5 1000
Ethernet5 6 1000
Ethernet6 7 1000
Ethernet7 8 1000
Ethernet8 9 1000
Ethernet9 10 1000
Ethernet10 11 1000
Ethernet11 12 1000
Ethernet12 13 1000
Ethernet13 14 1000
Ethernet14 15 1000
Ethernet15 16 1000
Ethernet16 17 1000
Ethernet17 18 1000
Ethernet18 19 1000
Ethernet19 20 1000
Ethernet20 21 1000
Ethernet21 22 1000
Ethernet22 23 1000
Ethernet23 24 1000
Ethernet24 25 1000
Ethernet25 26 1000
Ethernet26 27 1000
Ethernet27 28 1000
Ethernet28 29 1000
Ethernet29 30 1000
Ethernet30 31 1000
Ethernet31 32 1000
Ethernet32 33 1000
Ethernet33 34 1000
Ethernet34 35 1000
Ethernet35 36 1000
Ethernet36 37 1000
Ethernet37 38 1000
Ethernet38 39 1000
Ethernet39 40 1000
Ethernet40 41 1000
Ethernet41 42 1000
Ethernet42 43 1000
Ethernet43 44 1000
Ethernet44 45 1000
Ethernet45 46 1000
Ethernet46 47 1000
Ethernet47 48 1000
Ethernet48 54 10000
Ethernet49 53 10000
Ethernet50 56 10000
Ethernet51 55 10000
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_INIT_CONFIG_FILE=/etc/bcm/helix4-e1031-48x1G+4x10G.config.bcm
12 changes: 12 additions & 0 deletions device/celestica/x86_64-cel_e1031-r0/fancontrol
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=2
DEVPATH=hwmon3=devices/pci0000:00/0000:00:13.0/i2c-0/i2c-8/i2c-23/23-004d/ hwmon2=devices/pci0000:00/0000:00:13.0/i2c-0/i2c-8/i2c-11/11-001a/hwmon/hwmon2
DEVNAME=hwmon3=emc2305 hwmon2=max6697
FCTEMPS=hwmon3/pwm1=hwmon2/temp2_input hwmon3/pwm2=hwmon2/temp2_input hwmon3/pwm4=hwmon2/temp2_input
FCFANS=hwmon3/device/pwm1=hwmon3/device/fan1_input hwmon3/device/pwm2=hwmon3/device/fan2_input hwmon3/device/pwm4=hwmon3/device/fan4_input
MINTEMP=hwmon3/device/pwm1=29 hwmon3/device/pwm2=29 hwmon3/device/pwm4=29
MAXTEMP=hwmon3/device/pwm1=44 hwmon3/device/pwm2=44 hwmon3/device/pwm4=44
MINSTART=hwmon3/device/pwm1=102 hwmon3/device/pwm2=102 hwmon3/device/pwm4=102
MINSTOP=hwmon3/device/pwm1=102 hwmon3/device/pwm2=102 hwmon3/device/pwm4=102
MINPWM=hwmon3/device/pwm1=102 hwmon3/device/pwm2=102 hwmon3/device/pwm4=102
MAXPWM=hwmon3/device/pwm1=255 hwmon3/device/pwm2=255 hwmon3/device/pwm4=255
3 changes: 3 additions & 0 deletions device/celestica/x86_64-cel_e1031-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
CONSOLE_SPEED=115200
Loading