-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Add_Belgite_support
- Loading branch information
Showing
539 changed files
with
26,032 additions
and
8,445 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
variables: | ||
${{ if and(ge(variables['Build.SourceBranchName'], '202012'), le(variables['Build.SourceBranchName'], '299999')) }}: | ||
VERSION_CONTROL_OPTIONS: 'SONIC_VERSION_CONTROL_COMPONENTS=deb,py2,py3,web,git,docker' | ||
${{ if or(lt(variables['Build.SourceBranchName'], '202012'), gt(variables['Build.SourceBranchName'], '299999')) }}: | ||
VERSION_CONTROL_OPTIONS: '' |
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
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
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
Validating CODEOWNERS rules …
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
CONSOLE_SPEED=115200 | ||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="tg3.short_preamble=1 tg3.bcm5718s_reset=1" | ||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="tg3.short_preamble=1 tg3.bcm5718s_reset=1 intel_iommu=off modprobe.blacklist=i2c-ismt,i2c_ismt,i2c-i801,i2c_i801" |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Arista-7050-QX-32S t1 | ||
Arista-7050QX-32S t1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Increase PCIe timeout value to 210ms | ||
setpci -s01:00.0 CAP_EXP+0x28.B=6 | ||
setpci -s01:00.1 CAP_EXP+0x28.B=6 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"chassis": { | ||
"name": "DCS-7800A-SUP1A", | ||
"components": [], | ||
"fans": [], | ||
"fan_drawers": [], | ||
"psus": [], | ||
"thermals": [], | ||
"sfps": [] | ||
}, | ||
"interfaces": {} | ||
} |
173 changes: 173 additions & 0 deletions
173
device/arista/x86_64-arista_7800r3_48cq2_lc/platform.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
{ | ||
"chassis": { | ||
"name": "7800R3-48CQ2-LC", | ||
"components": [], | ||
"fans": [], | ||
"fan_drawers": [], | ||
"psus": [], | ||
"thermals": [ | ||
{ | ||
"name": "Cpu temp sensor" | ||
}, | ||
{ | ||
"name": "Center back" | ||
}, | ||
{ | ||
"name": "Fap0 core0" | ||
}, | ||
{ | ||
"name": "Fap0 core1" | ||
}, | ||
{ | ||
"name": "PCIE" | ||
} | ||
], | ||
"sfps": [ | ||
{ | ||
"name": "qsfp1" | ||
}, | ||
{ | ||
"name": "qsfp2" | ||
}, | ||
{ | ||
"name": "qsfp3" | ||
}, | ||
{ | ||
"name": "qsfp4" | ||
}, | ||
{ | ||
"name": "qsfp5" | ||
}, | ||
{ | ||
"name": "qsfp6" | ||
}, | ||
{ | ||
"name": "qsfp7" | ||
}, | ||
{ | ||
"name": "qsfp8" | ||
}, | ||
{ | ||
"name": "qsfp9" | ||
}, | ||
{ | ||
"name": "qsfp10" | ||
}, | ||
{ | ||
"name": "qsfp11" | ||
}, | ||
{ | ||
"name": "qsfp12" | ||
}, | ||
{ | ||
"name": "qsfp13" | ||
}, | ||
{ | ||
"name": "qsfp14" | ||
}, | ||
{ | ||
"name": "qsfp15" | ||
}, | ||
{ | ||
"name": "qsfp16" | ||
}, | ||
{ | ||
"name": "qsfp17" | ||
}, | ||
{ | ||
"name": "qsfp18" | ||
}, | ||
{ | ||
"name": "qsfp19" | ||
}, | ||
{ | ||
"name": "qsfp20" | ||
}, | ||
{ | ||
"name": "qsfp21" | ||
}, | ||
{ | ||
"name": "qsfp22" | ||
}, | ||
{ | ||
"name": "qsfp23" | ||
}, | ||
{ | ||
"name": "qsfp24" | ||
}, | ||
{ | ||
"name": "qsfp25" | ||
}, | ||
{ | ||
"name": "qsfp26" | ||
}, | ||
{ | ||
"name": "qsfp27" | ||
}, | ||
{ | ||
"name": "qsfp28" | ||
}, | ||
{ | ||
"name": "qsfp29" | ||
}, | ||
{ | ||
"name": "qsfp30" | ||
}, | ||
{ | ||
"name": "qsfp31" | ||
}, | ||
{ | ||
"name": "qsfp32" | ||
}, | ||
{ | ||
"name": "qsfp33" | ||
}, | ||
{ | ||
"name": "qsfp34" | ||
}, | ||
{ | ||
"name": "qsfp35" | ||
}, | ||
{ | ||
"name": "qsfp36" | ||
}, | ||
{ | ||
"name": "qsfp37" | ||
}, | ||
{ | ||
"name": "qsfp38" | ||
}, | ||
{ | ||
"name": "qsfp39" | ||
}, | ||
{ | ||
"name": "qsfp40" | ||
}, | ||
{ | ||
"name": "qsfp41" | ||
}, | ||
{ | ||
"name": "qsfp42" | ||
}, | ||
{ | ||
"name": "qsfp43" | ||
}, | ||
{ | ||
"name": "qsfp44" | ||
}, | ||
{ | ||
"name": "qsfp45" | ||
}, | ||
{ | ||
"name": "qsfp46" | ||
}, | ||
{ | ||
"name": "qsfp47" | ||
}, | ||
{ | ||
"name": "qsfp48" | ||
} | ||
] | ||
}, | ||
"interfaces": {} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../x86_64-arista_7800r3_48cq2_lc/platform.json |
Oops, something went wrong.