forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sonic-net#18741 from pavannaregundi/platform_master
[Marvell] Add support to new platforms
- Loading branch information
Showing
171 changed files
with
70,375 additions
and
376 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-Board-F2T_48x25G-8x100G.md5
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 @@ | ||
6eecbbbd215fe27637a19f5b01f96b51 |
2,153 changes: 2,153 additions & 0 deletions
2,153
...marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-Board-F2T_48x25G-8x100G.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ce/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-L1-F2T_48x25G-8x100G.md5
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 @@ | ||
06a802c61f6b37d6e1897fdf4be6ee83 |
1,252 changes: 1,252 additions & 0 deletions
1,252
...ce/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-L1-F2T_48x25G-8x100G.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ce/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-PP-F2T_48x25G-8x100G.md5
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 @@ | ||
72ea1b2a8dd25f7d1584a05b11c1ae0b |
1,180 changes: 1,180 additions & 0 deletions
1,180
...ce/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/ASK-PP-F2T_48x25G-8x100G.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/SAI-F2T_48x25G-8x100G.md5
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 @@ | ||
cdd0dffb9811802ae6b98caa7b62b96b |
523 changes: 523 additions & 0 deletions
523
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/SAI-F2T_48x25G-8x100G.xml
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/buffers_defaults_t0.j2
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,36 @@ | ||
|
||
{%- set default_cable = '40m' %} | ||
|
||
{%- macro generate_buffer_pool_and_profiles() %} | ||
"BUFFER_POOL": { | ||
"ingress_lossless_pool": { | ||
"size": "21120000", | ||
"type": "ingress", | ||
"mode": "dynamic" | ||
}, | ||
"egress_pool": { | ||
"size": "21120000", | ||
"type": "egress", | ||
"mode": "static" | ||
} | ||
}, | ||
"BUFFER_PROFILE": { | ||
"ingress_lossy_profile": { | ||
"pool":"ingress_lossless_pool", | ||
"size":"0", | ||
"dynamic_th":"3" | ||
}, | ||
"egress_lossless_profile": { | ||
"pool":"egress_pool", | ||
"mode": "static", | ||
"size":"330000", | ||
"static_th":"0" | ||
}, | ||
"egress_lossy_profile": { | ||
"pool":"egress_pool", | ||
"size":"0", | ||
"mode": "dynamic", | ||
"dynamic_th":"3" | ||
} | ||
}, | ||
{%- endmacro %} |
36 changes: 36 additions & 0 deletions
36
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/buffers_defaults_t1.j2
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,36 @@ | ||
|
||
{%- set default_cable = '40m' %} | ||
|
||
{%- macro generate_buffer_pool_and_profiles() %} | ||
"BUFFER_POOL": { | ||
"ingress_lossless_pool": { | ||
"size": "21120000", | ||
"type": "ingress", | ||
"mode": "dynamic" | ||
}, | ||
"egress_pool": { | ||
"size": "21120000", | ||
"type": "egress", | ||
"mode": "static" | ||
} | ||
}, | ||
"BUFFER_PROFILE": { | ||
"ingress_lossy_profile": { | ||
"pool":"ingress_lossless_pool", | ||
"size":"0", | ||
"dynamic_th":"3" | ||
}, | ||
"egress_lossless_profile": { | ||
"pool":"egress_pool", | ||
"mode": "static", | ||
"size":"330000", | ||
"static_th":"0" | ||
}, | ||
"egress_lossy_profile": { | ||
"pool":"egress_pool", | ||
"size":"0", | ||
"mode": "dynamic", | ||
"dynamic_th":"3" | ||
} | ||
}, | ||
{%- endmacro %} |
59 changes: 59 additions & 0 deletions
59
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/port_config.ini
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,59 @@ | ||
# name lanes alias speed autoneg fec index | ||
Ethernet0 0 twenty5GigE0 25000 on none 1 | ||
Ethernet1 1 twenty5GigE1 25000 on none 2 | ||
Ethernet2 2 twenty5GigE2 25000 on none 3 | ||
Ethernet3 3 twenty5GigE3 25000 on none 4 | ||
Ethernet4 4 twenty5GigE4 25000 on none 5 | ||
Ethernet5 5 twenty5GigE5 25000 on none 6 | ||
Ethernet6 6 twenty5GigE6 25000 on none 7 | ||
Ethernet7 7 twenty5GigE7 25000 on none 8 | ||
Ethernet8 8 twenty5GigE8 25000 on none 9 | ||
Ethernet9 9 twenty5GigE9 25000 on none 10 | ||
Ethernet10 10 twenty5GigE10 25000 on none 11 | ||
Ethernet11 11 twenty5GigE11 25000 on none 12 | ||
Ethernet12 12 twenty5GigE12 25000 on none 13 | ||
Ethernet13 13 twenty5GigE13 25000 on none 14 | ||
Ethernet14 14 twenty5GigE14 25000 on none 15 | ||
Ethernet15 15 twenty5GigE15 25000 on none 16 | ||
Ethernet16 16 twenty5GigE16 25000 on none 17 | ||
Ethernet17 17 twenty5GigE17 25000 on none 18 | ||
Ethernet18 18 twenty5GigE18 25000 on none 19 | ||
Ethernet19 19 twenty5GigE19 25000 on none 20 | ||
Ethernet20 20 twenty5GigE20 25000 on none 21 | ||
Ethernet21 21 twenty5GigE21 25000 on none 22 | ||
Ethernet22 22 twenty5GigE22 25000 on none 23 | ||
Ethernet23 23 twenty5GigE23 25000 on none 24 | ||
Ethernet24 24 twenty5GigE24 25000 on none 25 | ||
Ethernet25 25 twenty5GigE25 25000 on none 26 | ||
Ethernet26 26 twenty5GigE26 25000 on none 27 | ||
Ethernet27 27 twenty5GigE27 25000 on none 28 | ||
Ethernet28 28 twenty5GigE28 25000 on none 29 | ||
Ethernet29 29 twenty5GigE29 25000 on none 30 | ||
Ethernet30 30 twenty5GigE30 25000 on none 31 | ||
Ethernet31 31 twenty5GigE31 25000 on none 32 | ||
Ethernet32 32 twenty5GigE32 25000 on none 33 | ||
Ethernet33 33 twenty5GigE33 25000 on none 34 | ||
Ethernet34 34 twenty5GigE34 25000 on none 35 | ||
Ethernet35 35 twenty5GigE35 25000 on none 36 | ||
Ethernet36 36 twenty5GigE36 25000 on none 37 | ||
Ethernet37 37 twenty5GigE37 25000 on none 38 | ||
Ethernet38 38 twenty5GigE38 25000 on none 39 | ||
Ethernet39 39 twenty5GigE39 25000 on none 40 | ||
Ethernet40 40 twenty5GigE40 25000 on none 41 | ||
Ethernet41 41 twenty5GigE41 25000 on none 42 | ||
Ethernet42 42 twenty5GigE42 25000 on none 43 | ||
Ethernet43 43 twenty5GigE43 25000 on none 44 | ||
Ethernet44 44 twenty5GigE44 25000 on none 45 | ||
Ethernet45 45 twenty5GigE45 25000 on none 46 | ||
Ethernet46 46 twenty5GigE46 25000 on none 47 | ||
Ethernet47 47 twenty5GigE47 25000 on none 48 | ||
Ethernet48 48,49,50,51 one00GigE48 100000 on rs 49 | ||
Ethernet49 52,53,54,55 one00GigE49 100000 on rs 50 | ||
Ethernet50 56,57,58,59 one00GigE50 100000 on rs 51 | ||
Ethernet51 60,61,62,63 one00GigE51 100000 on rs 52 | ||
Ethernet52 64,65,66,67 one00GigE52 100000 on rs 53 | ||
Ethernet53 68,69,70,71 one00GigE53 100000 on rs 54 | ||
Ethernet54 72,73,74,75 one00GigE54 100000 on rs 55 | ||
Ethernet55 76,77,78,79 one00GigE55 100000 on rs 56 | ||
Ethernet56 80 tenGigE56 10000 off none 57 | ||
Ethernet57 81 tenGigE57 10000 off none 58 |
1 change: 1 addition & 0 deletions
1
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/profile.ini
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 @@ | ||
switchMacAddress=00:01:02:03:04:05 |
4 changes: 4 additions & 0 deletions
4
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T48x25G8x100G/sai.profile
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,4 @@ | ||
mode=1 | ||
hwId=F2T48x25G8x100G | ||
switchProfile=/usr/share/sonic/hwsku/SAI-F2T_48x25G-8x100G.xml | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/profile.ini |
1 change: 1 addition & 0 deletions
1
device/marvell/x86_64-marvell_db98cx8514_10cc-r0/F2T80x25G/ASK-Board-F2T_80x25G.md5
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 @@ | ||
5a26299fae46aeeca40f450e0cc4e602 |
Oops, something went wrong.