forked from sonoble/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[device] Update arista driver submodule (#38)
* [device] Update arista driver submodule * Set Arista scd driver config Set ARISTA_SCD_DRIVER_CONFIG config to build and include scd driver to resulting Arista deb packages
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sonic-platform-modules-arista
updated
25 files
+1 −0 | Makefile | |
+25 −7 | arista/components/common.py | |
+42 −0 | arista/components/cpld.py | |
+60 −10 | arista/components/ds460.py | |
+91 −0 | arista/components/psu.py | |
+66 −17 | arista/components/scd.py | |
+10 −7 | arista/core/driver.py | |
+10 −0 | arista/core/inventory.py | |
+46 −3 | arista/core/utils.py | |
+1 −0 | arista/platforms/__init__.py | |
+18 −4 | arista/platforms/a7050qx32.py | |
+13 −2 | arista/platforms/a7050qx32s.py | |
+24 −2 | arista/platforms/a7060cx32s.py | |
+104 −0 | arista/platforms/a717064c.py | |
+7 −4 | arista/platforms/a7260cx364.py | |
+7 −49 | arista/utils/sonic_leds.py | |
+22 −0 | arista/utils/sonic_reboot.py | |
+70 −0 | arista/utils/sonic_utils.py | |
+2 −2 | confs/sonic-platform-arista.service | |
+1 −1 | src/Makefile | |
+76 −23 | src/scd-hwmon.c | |
+376 −194 | src/scd.c | |
+2 −1 | src/scd.h | |
+33 −3 | utils/arista | |
+7 −3 | utils/boot-eos |