[Arista] Update driver submodules (#6151)

- Enhance eeprom parsing robustness on corrupted fields
 - Add chassis provisioning service
 - Disable CPU sleep state on some systems
 - Complete refactor for FanSlots
 - Fix module unload while still in use
This commit is contained in:
Samuel Angebault 2020-12-08 11:17:28 -08:00 committed by GitHub
parent 4d4b489a5f
commit 44f4c2ed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -530,6 +530,7 @@ write_platform_specific_cmdline() {
if in_array "$platform" "rook" "sprucefish"; then
cmdline_add iommu=on
cmdline_add intel_iommu=on
cmdline_add intel_idle.max_cstate=0
read_system_eeprom
fi
if in_array "$platform" "crow" "magpie"; then
@ -542,6 +543,7 @@ write_platform_specific_cmdline() {
read_system_eeprom
fi
if in_array "$platform" "lorikeet" "hedgehog"; then
cmdline_add processor.max_cstate=1
read_system_eeprom
fi

@ -1 +1 @@
Subproject commit 6343e5304d10eff8cbfbbcc894b63fb2f0346515
Subproject commit adf108419894f3b58c0c69722e0be3c72613180e

@ -1 +1 @@
Subproject commit 6343e5304d10eff8cbfbbcc894b63fb2f0346515
Subproject commit adf108419894f3b58c0c69722e0be3c72613180e