Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Supported-Devices-and-Platforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,14 @@ <h2><p style="text-align: left; font-family: Verdana, sans-serif; color: #2E86C1
<td></td>
</tr>
<tr>
<td>Ufispace</td>
<td>S9311-64D</td>
<td class="asic_vendor">Broadcom</td>
<td>Tomahawk 4</td>
<td>64x400G</td>
<td></td>
</tr>
<tr>
<td>Wistron</td>
<td>sw-to3200k</td>
<td class="asic_vendor">Marvell</td>
Expand Down
7 changes: 4 additions & 3 deletions supported_devices_platforms_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ echo "| 144 | Ufispace | S9301-32D | Broadcom | Tomahawk 3
echo "| 145 | Ufispace | S9301-32DB | Broadcom | Trident 4 | 24x200G + 8x400G | [SONiC-ONIE-Broadcom]($(echo "${ARTF_BRCM}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-broadcom.bin/')) |" >> supported_devices_platforms.md
echo "| 146 | Ufispace | S9321-64E | Broadcom | Tomahawk 5 | 64x800G | [SONiC-ONIE-Broadcom]($(echo "${ARTF_BRCM}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-broadcom.bin/')) |" >> supported_devices_platforms.md
echo "| 147 | Ufispace | S9321-64EO | Broadcom | Tomahawk 5 | 64x800G | [SONiC-ONIE-Broadcom]($(echo "${ARTF_BRCM}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-broadcom.bin/')) |" >> supported_devices_platforms.md
echo "| 148 | Wistron | sw-to3200k | Marvell | Teralynx 7 | 32x400G |[SONiC-ONIE-Marvell]($(echo "${ARTF_MRVL_TLNX}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-marvell-teralynx-dbg.bin/')) |" >> supported_devices_platforms.md
echo "| 149 | Wistron | 6512-32r | Marvell | Teralynx 7 | 32x400G |[SONiC-ONIE-Marvell]($(echo "${ARTF_MRVL_TLNX}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-marvell-teralynx-dbg.bin/')) |" >> supported_devices_platforms.md
echo "| 150 | Wnc | OSW1800 | Intel | Tofino | 48x25G + 6x100G | [SONiC-ONIE-Barefoot]($(echo "${ARTF_BFT}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-barefoot.bin/')) |" >> supported_devices_platforms.md
echo "| 148 | Ufispace | S9311-64D | Broadcom | Tomahawk 4 | 64x400G | [SONiC-ONIE-Broadcom]($(echo "${ARTF_BRCM}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-broadcom.bin/')) |" >> supported_devices_platforms.md
echo "| 149 | Wistron | sw-to3200k | Marvell | Teralynx 7 | 32x400G |[SONiC-ONIE-Marvell]($(echo "${ARTF_MRVL_TLNX}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-marvell-teralynx-dbg.bin/')) |" >> supported_devices_platforms.md
echo "| 150 | Wistron | 6512-32r | Marvell | Teralynx 7 | 32x400G |[SONiC-ONIE-Marvell]($(echo "${ARTF_MRVL_TLNX}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-marvell-teralynx-dbg.bin/')) |" >> supported_devices_platforms.md
echo "| 151 | Wnc | OSW1800 | Intel | Tofino | 48x25G + 6x100G | [SONiC-ONIE-Barefoot]($(echo "${ARTF_BFT}" | sed 's/format=zip/format=file\&subpath=\/target\/sonic-barefoot.bin/')) |" >> supported_devices_platforms.md


echo "#### Note- Dell S6000-ON* supports the build till 202012 release image. No other image after 202012 release works on S6000." >> supported_devices_platforms.md
Expand Down