-
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.
[Arista] Update platform library submodules (#13870)
add SEU reporting on chassis fix fallback logic for Clearlake eeprom identification fix fan speed reporting for a specific model move pcie timeout configuration for Upperlake in platform code (deprecates hwsku-init)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-platform-modules-arista
updated
22 files
+1 −5 | arista/cli/actions/setup.py | |
+15 −6 | arista/components/cpld.py | |
+3 −6 | arista/components/denali/card.py | |
+7 −0 | arista/components/denali/linecard.py | |
+1 −0 | arista/components/psu/delta.py | |
+1 −1 | arista/components/psu/helper.py | |
+4 −0 | arista/components/rpc.py | |
+4 −0 | arista/components/scd.py | |
+9 −4 | arista/core/component/component.py | |
+6 −1 | arista/core/driver/kernel/sysfs.py | |
+8 −0 | arista/core/inventory.py | |
+6 −3 | arista/core/platform.py | |
+19 −16 | arista/daemon/seu.py | |
+5 −3 | arista/descs/fan.py | |
+1 −1 | arista/descs/tests/types.py | |
+18 −0 | arista/drivers/rpc.py | |
+28 −0 | arista/drivers/scd/seu.py | |
+16 −0 | arista/inventory/seu.py | |
+3 −3 | arista/platforms/cpu/hedgehog.py | |
+8 −0 | arista/platforms/cpu/sprucefish.py | |
+7 −0 | arista/platforms/upperlake.py | |
+4 −0 | arista/utils/rpc/api.py |
Submodule sonic-platform-modules-arista
updated
22 files
+1 −5 | arista/cli/actions/setup.py | |
+15 −6 | arista/components/cpld.py | |
+3 −6 | arista/components/denali/card.py | |
+7 −0 | arista/components/denali/linecard.py | |
+1 −0 | arista/components/psu/delta.py | |
+1 −1 | arista/components/psu/helper.py | |
+4 −0 | arista/components/rpc.py | |
+4 −0 | arista/components/scd.py | |
+9 −4 | arista/core/component/component.py | |
+6 −1 | arista/core/driver/kernel/sysfs.py | |
+8 −0 | arista/core/inventory.py | |
+6 −3 | arista/core/platform.py | |
+19 −16 | arista/daemon/seu.py | |
+5 −3 | arista/descs/fan.py | |
+1 −1 | arista/descs/tests/types.py | |
+18 −0 | arista/drivers/rpc.py | |
+28 −0 | arista/drivers/scd/seu.py | |
+16 −0 | arista/inventory/seu.py | |
+3 −3 | arista/platforms/cpu/hedgehog.py | |
+8 −0 | arista/platforms/cpu/sprucefish.py | |
+7 −0 | arista/platforms/upperlake.py | |
+4 −0 | arista/utils/rpc/api.py |