Skip to content

Commit 3457c7a

Browse files
Staphylozhenggen-xu
authored andcommitted
[arista] Add support for more 7280CR3 variants (sonic-net#3711)
* Add extra Smartsville hwskus
1 parent bb3a855 commit 3457c7a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
x86_64-arista_7280cr3_32p4

files/Aboot/boot0.j2

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,18 @@ platform_specific() {
258258
aboot_machine=arista_7060dx4_32
259259
flash_size=28000
260260
fi
261-
if [ "$sid" = "Smartsville" ]; then
261+
if [ "$sid" = "Smartsville" ] || [ "$sid" = "SmartsvilleSsd" ]; then
262262
aboot_machine=arista_7280cr3_32p4
263263
flash_size=7382
264264
fi
265+
if [ "$sid" = "SmartsvilleBK" ] || [ "$sid" = "SmartsvilleBKSsd" ]; then
266+
aboot_machine=arista_7280cr3k_32p4
267+
flash_size=7382
268+
fi
269+
if [ "$sid" = "SmartsvilleDD" ] || [ "$sid" = "SmartsvilleDDSsd" ]; then
270+
aboot_machine=arista_7280cr3_32d4
271+
flash_size=7382
272+
fi
265273
if [ "$platform" = "rook" ] || [ "$platform" = "magpie" ] ||
266274
[ "$platform" = "woodpecker" ]; then
267275
echo "tsc=reliable pcie_ports=native" >>/tmp/append

0 commit comments

Comments
 (0)