-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[202311][Arista] Update platform library submodules (#20304)
Updated Arista platform drivers - Add support for new PSU models - Add support for new FAN models - Backport lpmode changes - Fix PSU threshold issue on Quicksilver - Fix PCIe address of the ASIC for LodogaPrime - Fix Quicksilver Front Panel leds - Fix Quicksilver Fan ledsUpdated Arista platform drivers ADO: 30092030
- 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
14 files
+18 −0 | arista/components/psu/arista.py | |
+6 −2 | arista/components/psu/delta.py | |
+1 −0 | arista/core/config.py | |
+11 −3 | arista/core/driver/kernel/sysfs.py | |
+5 −2 | arista/descs/fan.py | |
+3 −2 | arista/platforms/cpu/puffin.py | |
+1 −0 | arista/platforms/cpu/shearwater.py | |
+4 −2 | arista/platforms/fabric/eldridge.py | |
+6 −2 | arista/platforms/lodoga.py | |
+2 −1 | arista/platforms/quicksilver.py | |
+7 −1 | arista/utils/sonic_leds.py | |
+35 −18 | arista/utils/sonic_platform/sfp_optoe.py | |
+66 −20 | src/pali-fan-cpld.c | |
+25 −0 | src/scd-led.c |
Submodule sonic-platform-modules-arista
updated
14 files
+18 −0 | arista/components/psu/arista.py | |
+6 −2 | arista/components/psu/delta.py | |
+1 −0 | arista/core/config.py | |
+11 −3 | arista/core/driver/kernel/sysfs.py | |
+5 −2 | arista/descs/fan.py | |
+3 −2 | arista/platforms/cpu/puffin.py | |
+1 −0 | arista/platforms/cpu/shearwater.py | |
+4 −2 | arista/platforms/fabric/eldridge.py | |
+6 −2 | arista/platforms/lodoga.py | |
+2 −1 | arista/platforms/quicksilver.py | |
+7 −1 | arista/utils/sonic_leds.py | |
+35 −18 | arista/utils/sonic_platform/sfp_optoe.py | |
+66 −20 | src/pali-fan-cpld.c | |
+25 −0 | src/scd-led.c |