7f10b6bc35
Why I did it Support Intel Tofino based platforms Netberg Aurora 610 ASIC: Intel Tofino BFN-T10-032D-020 Pors: 48x 25G + 8x 100G How I did it Added specification to device/netberg directory Added platform/barefoot/sonic-platform-modules-netberg contains kernel modules, scripts and sonic_platform packages. Modified the platform/barefoot/one-image.mk and platform/barefoot/rule.mk to include Aurora 610 related ID and files. How to verify it Build SONiC Install the image on the device and verify the related components are installed and shown correctly.
45 lines
1.5 KiB
Plaintext
45 lines
1.5 KiB
Plaintext
# libsensors configuration file
|
|
chip "net_psoc-*"
|
|
ignore temp6
|
|
|
|
label temp1 "FrontSide Temperature"
|
|
label temp2 "FanBoard Temperature"
|
|
label temp3 "ASIC Temperature"
|
|
label temp4 "Center Temperature"
|
|
label temp5 "CPU Board Temperature"
|
|
label temp6 "Switch die temperature"
|
|
label temp7 "PSU1 Temperature1"
|
|
label temp8 "PSU2 Temperature1"
|
|
label temp9 "PSU1 Temperature2"
|
|
label temp10 "PSU2 Temperature2"
|
|
label fan1 "FanModule1 Front RPM"
|
|
label fan2 "FanModule1 Rear RPM"
|
|
label fan3 "FanModule2 Front RPM"
|
|
label fan4 "FanModule2 Rear RPM"
|
|
label fan5 "FanModule3 Front RPM"
|
|
label fan6 "FanModule3 Rear RPM"
|
|
label fan7 "FanModule4 Front RPM"
|
|
label fan8 "FanModule4 Rear RPM"
|
|
label fan9 "FanModule5 Front RPM"
|
|
label fan10 "FanModule5 Rear RPM"
|
|
label pwm6 "PSU1 FAN PWM"
|
|
label pwm7 "PSU2 FAN PWM"
|
|
label fan11 "PSU1 FAN RPM"
|
|
label fan12 "PSU2 FAN RPM"
|
|
label in1 "PSU1 Input Voltage"
|
|
label in2 "PSU2 Input Voltage"
|
|
label curr1 "PSU1 Input Current"
|
|
label curr2 "PSU2 Input Current"
|
|
label power1 "PSU1 Input Power"
|
|
label power2 "PSU2 Input Power"
|
|
label in3 "PSU1 Output Voltage"
|
|
label in4 "PSU2 Output Voltage"
|
|
label curr3 "PSU1 Output Current"
|
|
label curr4 "PSU2 Output Current"
|
|
label power3 "PSU1 Output Power"
|
|
label power4 "PSU2 Output Power"
|
|
compute power1 @*1000,@/1000
|
|
compute power2 @*1000,@/1000
|
|
compute power3 @*1000,@/1000
|
|
compute power4 @*1000,@/1000
|