Skip to content

Commit

Permalink
[arista] Add support for more 7280CR3 variants (sonic-net#3711)
Browse files Browse the repository at this point in the history
* Add extra Smartsville hwskus
  • Loading branch information
Staphylo authored and zhenggen-xu committed Jan 9, 2020
1 parent bb3a855 commit 3457c7a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions device/arista/x86_64-arista_7280cr3k_32p4
10 changes: 9 additions & 1 deletion files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion platform/broadcom/sonic-platform-modules-arista

0 comments on commit 3457c7a

Please sign in to comment.