-
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 (#11375)
- 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
20 files
+3 −2 | arista/cli/show/reboot_cause.py | |
+42 −0 | arista/components/asic/xgs/trident3.py | |
+122 −5 | arista/components/cpld.py | |
+84 −6 | arista/components/scd.py | |
+16 −0 | arista/components/vrm/__init__.py | |
+14 −4 | arista/core/asic.py | |
+6 −0 | arista/core/driver/user/i2c.py | |
+3 −1 | arista/core/quirk.py | |
+30 −0 | arista/core/register.py | |
+18 −0 | arista/core/tests/registers.py | |
+17 −0 | arista/daemon/quirk.py | |
+26 −0 | arista/descs/cause.py | |
+5 −0 | arista/drivers/vrm/__init__.py | |
+1 −1 | arista/platforms/cpu/crow.py | |
+34 −0 | arista/platforms/cpu/prairie.py | |
+6 −8 | arista/platforms/newport.py | |
+35 −8 | arista/platforms/pikez.py | |
+35 −6 | arista/platforms/upperlake.py | |
+1 −1 | arista/utils/sonic_leds.py | |
+3 −2 | arista/utils/sonic_platform/chassis.py |
Submodule sonic-platform-modules-arista
updated
20 files
+3 −2 | arista/cli/show/reboot_cause.py | |
+42 −0 | arista/components/asic/xgs/trident3.py | |
+122 −5 | arista/components/cpld.py | |
+84 −6 | arista/components/scd.py | |
+16 −0 | arista/components/vrm/__init__.py | |
+14 −4 | arista/core/asic.py | |
+6 −0 | arista/core/driver/user/i2c.py | |
+3 −1 | arista/core/quirk.py | |
+30 −0 | arista/core/register.py | |
+18 −0 | arista/core/tests/registers.py | |
+17 −0 | arista/daemon/quirk.py | |
+26 −0 | arista/descs/cause.py | |
+5 −0 | arista/drivers/vrm/__init__.py | |
+1 −1 | arista/platforms/cpu/crow.py | |
+34 −0 | arista/platforms/cpu/prairie.py | |
+6 −8 | arista/platforms/newport.py | |
+35 −8 | arista/platforms/pikez.py | |
+35 −6 | arista/platforms/upperlake.py | |
+1 −1 | arista/utils/sonic_leds.py | |
+3 −2 | arista/utils/sonic_platform/chassis.py |