forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (sonic-net#21443)
Why I did it Fix front panel LEDs for Quicksilver Fix fan LEDs for Quicksilver Add Moby platform Work item tracking Microsoft ADO (number only): How I did it Updated Arista platform submodules
- 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
17 files
+46 −0 | arista/components/minke.py | |
+4 −0 | arista/components/xcvr.py | |
+1 −0 | arista/core/driver/kernel/sysfs.py | |
+2 −0 | arista/core/sku.py | |
+2 −1 | arista/core/xcvr.py | |
+3 −0 | arista/descs/xcvr.py | |
+5 −0 | arista/drivers/minke.py | |
+3 −0 | arista/drivers/xcvr.py | |
+1 −0 | arista/platforms/cpu/redstart.py | |
+194 −0 | arista/platforms/moby.py | |
+2 −1 | arista/platforms/quicksilver.py | |
+9 −1 | arista/utils/sonic_leds.py | |
+1 −0 | lib/sfp-eeprom.c | |
+1 −0 | src/Makefile | |
+1,189 −0 | src/minke-fan-cpld.c | |
+5 −5 | src/pali-fan-cpld.c | |
+25 −0 | src/scd-led.c |
Submodule sonic-platform-modules-arista
updated
17 files
+46 −0 | arista/components/minke.py | |
+4 −0 | arista/components/xcvr.py | |
+1 −0 | arista/core/driver/kernel/sysfs.py | |
+2 −0 | arista/core/sku.py | |
+2 −1 | arista/core/xcvr.py | |
+3 −0 | arista/descs/xcvr.py | |
+5 −0 | arista/drivers/minke.py | |
+3 −0 | arista/drivers/xcvr.py | |
+1 −0 | arista/platforms/cpu/redstart.py | |
+194 −0 | arista/platforms/moby.py | |
+2 −1 | arista/platforms/quicksilver.py | |
+9 −1 | arista/utils/sonic_leds.py | |
+1 −0 | lib/sfp-eeprom.c | |
+1 −0 | src/Makefile | |
+1,189 −0 | src/minke-fan-cpld.c | |
+5 −5 | src/pali-fan-cpld.c | |
+25 −0 | src/scd-led.c |