Skip to content

Commit 7f1097e

Browse files
committed
Update Mellanox firmware, SDK, SAI 1.0.2
1 parent d6a086f commit 7f1097e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

platform/mellanox/docker-syncd-mlnx/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ debs/{{ deb }}{{' '}}
2020

2121
COPY ["start.sh", "mlnx-fw-upgrade.sh", "/usr/bin/"]
2222
COPY ["supervisord.conf", "/etc/supervisor/conf.d/"]
23-
COPY ["/debs/fw-SPC-rel-13_1300_0130-EVB.mfa", "/etc/mlnx/"]
23+
COPY ["/debs/fw-SPC-rel-13_1400_0122-EVB.mfa", "/etc/mlnx/"]
2424

2525
## Clean up
2626
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y

platform/mellanox/docker-syncd-mlnx/mlnx-fw-upgrade.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
query_retry_count_max="10"
4-
required_fw_version="13.1300.0130"
5-
fw_file=/etc/mlnx/fw-SPC-rel-13_1300_0130-EVB.mfa
4+
required_fw_version="13.1400.0122"
5+
fw_file=/etc/mlnx/fw-SPC-rel-13_1400_0122-EVB.mfa
66

77
run_or_fail() {
88
$1

platform/mellanox/fw.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# mellanox firmware
22

3-
MLNX_FW = fw-SPC-rel-13_1300_0130-EVB.mfa
3+
MLNX_FW = fw-SPC-rel-13_1400_0122-EVB.mfa
44
$(MLNX_FW)_URL = $(MLNX_SDK_BASE_URL)/$(MLNX_FW)
55
SONIC_ONLINE_FILES += $(MLNX_FW)

platform/mellanox/mlnx-sai.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mellanox SAI
22

3-
MLNX_SAI_VERSION = SAIRel1.8.1-master
4-
MLNX_SAI_REVISION = b3e60a3e3eee45a783579616e98e378815ee5591
3+
MLNX_SAI_VERSION = SAIRel1.8.2-master
4+
MLNX_SAI_REVISION = e7a8a8c6dbf6a03acb1f7090eb2555ccc6a3947b
55

66
export MLNX_SAI_VERSION MLNX_SAI_REVISION
77

platform/mellanox/sdk.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MLNX_SDK_BASE_URL = https://github.com/Mellanox/SAI-Implementation/raw/f3a5883f93d7ef6ad8aa002e4e5abaa22fb7adfd/sdk
2-
MLNX_SDK_VERSION = 4.2.4000
1+
MLNX_SDK_BASE_URL = https://github.com/Mellanox/SAI-Implementation/raw/sonicv1.0.2/sdk
2+
MLNX_SDK_VERSION = 4.2.5008
33
MLNX_SDK_RDEBS += $(APPLIBS) $(IPROUTE2) $(SX_ACL_RM) $(SX_COMPLIB) \
44
$(SX_EXAMPLES) $(SX_GEN_UTILS) $(SX_SCEW) $(SX_SDN_HAL) \
55
$(SXD_LIBS) $(TESTX)

0 commit comments

Comments
 (0)