[arista] Add support for more 7280CR3 variants (#3711)

* Add extra Smartsville hwskus
This commit is contained in:
Samuel Angebault 2019-11-06 10:11:38 -08:00 committed by Prince Sunny
parent 997ea59ba4
commit 05e659901f
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1 @@
x86_64-arista_7280cr3_32p4

View File

@ -258,10 +258,18 @@ platform_specific() {
aboot_machine=arista_7060dx4_32
flash_size=28000
fi
if [ "$sid" = "Smartsville" ]; then
if [ "$sid" = "Smartsville" ] || [ "$sid" = "SmartsvilleSsd" ]; then
aboot_machine=arista_7280cr3_32p4
flash_size=7382
fi
if [ "$sid" = "SmartsvilleBK" ] || [ "$sid" = "SmartsvilleBKSsd" ]; then
aboot_machine=arista_7280cr3k_32p4
flash_size=7382
fi
if [ "$sid" = "SmartsvilleDD" ] || [ "$sid" = "SmartsvilleDDSsd" ]; then
aboot_machine=arista_7280cr3_32d4
flash_size=7382
fi
if [ "$platform" = "rook" ] || [ "$platform" = "magpie" ] ||
[ "$platform" = "woodpecker" ]; then
echo "tsc=reliable pcie_ports=native" >>/tmp/append

@ -1 +1 @@
Subproject commit 10750325b6cfc7a1dc1a8b0734008bde1bb3ac06
Subproject commit 390d5e22f9c6c1a007ed325f6b0bd050a79aa5b1