Skip to content

Commit

Permalink
[Arista] Disable pcie checking on x86_64-arista_7050cx3_32s (sonic-ne…
Browse files Browse the repository at this point in the history
…t#12900)

This change is to disable the pcie firmware check done by Broadcom SAI. The change is needed for the Arista platform x86_64-arista_7050cx3_32s; otherwise, the check will fail, blocking the initialization.

There was a pcie firmware check added in brcm SDK and certain Arista hardwares do not compliant with the check, so we added the disable_pcie_firmware_check originally for x86_64-arista_7060dx4_32. For x86_64-arista_7050cx3_32s, it was able to pass the check but some firmware change done in August made it fail.
  • Loading branch information
byu343 authored and mssonicbld committed Dec 8, 2022
1 parent 5ea8d0c commit 073ba90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,3 +529,4 @@ serdes_preemphasis_127=0x14410a
serdes_driver_current_130=0xe
serdes_preemphasis_130=0x102804
phy_an_lt_msft=1
disable_pcie_firmware_check=1
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,4 @@ serdes_preemphasis_125=0x85804
serdes_preemphasis_127=0x85804
serdes_preemphasis_129=0x85804
phy_an_lt_msft=1
disable_pcie_firmware_check=1
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,4 @@ serdes_core_tx_polarity_flip_physical{129}=0x0
stable_size=0x5500000
tdma_timeout_usec=15000000
tslam_timeout_usec=15000000
disable_pcie_firmware_check=1

0 comments on commit 073ba90

Please sign in to comment.