[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:
parent
4d4b489a5f
commit
44f4c2ed66
@ -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
|
Loading…
Reference in New Issue
Block a user