File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ debs/{{ deb }}{{' '}}
20
20
21
21
COPY ["start.sh", "mlnx-fw-upgrade.sh", "/usr/bin/"]
22
22
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/"]
24
24
25
25
## Clean up
26
26
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
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
6
6
7
7
run_or_fail () {
8
8
$1
Original file line number Diff line number Diff line change 1
1
# mellanox firmware
2
2
3
- MLNX_FW = fw-SPC-rel-13_1300_0130 -EVB.mfa
3
+ MLNX_FW = fw-SPC-rel-13_1400_0122 -EVB.mfa
4
4
$(MLNX_FW)_URL = $(MLNX_SDK_BASE_URL ) /$(MLNX_FW )
5
5
SONIC_ONLINE_FILES += $(MLNX_FW )
Original file line number Diff line number Diff line change 1
1
# Mellanox SAI
2
2
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
5
5
6
6
export MLNX_SAI_VERSION MLNX_SAI_REVISION
7
7
Original file line number Diff line number Diff line change 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
3
3
MLNX_SDK_RDEBS += $(APPLIBS ) $(IPROUTE2 ) $(SX_ACL_RM ) $(SX_COMPLIB ) \
4
4
$(SX_EXAMPLES ) $(SX_GEN_UTILS ) $(SX_SCEW ) $(SX_SDN_HAL ) \
5
5
$(SXD_LIBS ) $(TESTX )
You can’t perform that action at this time.
0 commit comments