Skip to content

Commit c078ce8

Browse files
authored
[202412][Mellanox] Update SDK/FW to 4.7.3534/2014.3532 (sonic-net#1035)
<!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" or "resolves #xxxx" Please provide the following information: --> #### Why I did it Update ``` SDK -> 4.7.3534 FW -> 2014.3532 ``` #### How I did it #### How to verify it Ran regression and verified on 202412 <!-- If PR needs to be backported, then the PR must be tested against the base branch and the earliest backport release branch and provide tested image version on these two branches. For example, if the PR is requested for master, 202211 and 202012, then the requester needs to provide test results on master and 202012. --> #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 #### Tested branch (Please provide the tested image version) <!-- - Please provide tested image version - e.g. - [x] 20201231.100 --> - [ ] <!-- image version 1 --> - [ ] <!-- image version 2 --> #### Description for the changelog <!-- Write a short (one line) summary that describes the changes in this pull request for inclusion in the changelog: --> <!-- Ensure to add label/tag for the feature raised. example - PR#2174 under sonic-utilities repo. where, Generic Config and Update feature has been labelled as GCU. --> #### Link to config_db schema for YANG module changes <!-- Provide a link to config_db schema for the table for which YANG model is defined Link should point to correct section on https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md --> #### A picture of a cute animal (not mandatory but encouraged)
1 parent 98f1d11 commit c078ce8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

platform/mellanox/fw.mk

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,34 +26,34 @@ SIMX_VERSION = 25.4-1018
2626

2727
FW_FROM_URL = y
2828

29-
MLNX_FW_ASSETS_RELEASE_TAG = fw-2014.3508
29+
MLNX_FW_ASSETS_RELEASE_TAG = fw-2014.3532
3030
MLNX_FW_ASSETS_URL = $(MLNX_ASSETS_GITHUB_URL)/releases/download/$(MLNX_FW_ASSETS_RELEASE_TAG)
3131

3232
ifeq ($(MLNX_FW_BASE_URL), )
3333
MLNX_FW_BASE_URL = $(MLNX_FW_ASSETS_URL)
3434
endif
3535

36-
MLNX_SPC_FW_VERSION = 13.2014.3508
36+
MLNX_SPC_FW_VERSION = 13.2014.3532
3737
MLNX_SPC_FW_FILE = fw-SPC-rel-$(subst .,_,$(MLNX_SPC_FW_VERSION))-EVB.mfa
3838
$(MLNX_SPC_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
3939
$(MLNX_SPC_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC_FW_FILE)
4040

41-
MLNX_SPC2_FW_VERSION = 29.2014.3508
41+
MLNX_SPC2_FW_VERSION = 29.2014.3532
4242
MLNX_SPC2_FW_FILE = fw-SPC2-rel-$(subst .,_,$(MLNX_SPC2_FW_VERSION))-EVB.mfa
4343
$(MLNX_SPC2_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
4444
$(MLNX_SPC2_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC2_FW_FILE)
4545

46-
MLNX_SPC3_FW_VERSION = 30.2014.3508
46+
MLNX_SPC3_FW_VERSION = 30.2014.3532
4747
MLNX_SPC3_FW_FILE = fw-SPC3-rel-$(subst .,_,$(MLNX_SPC3_FW_VERSION))-EVB.mfa
4848
$(MLNX_SPC3_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
4949
$(MLNX_SPC3_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC3_FW_FILE)
5050

51-
MLNX_SPC4_FW_VERSION = 34.2014.3508
51+
MLNX_SPC4_FW_VERSION = 34.2014.3532
5252
MLNX_SPC4_FW_FILE = fw-SPC4-rel-$(subst .,_,$(MLNX_SPC4_FW_VERSION))-EVB.mfa
5353
$(MLNX_SPC4_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
5454
$(MLNX_SPC4_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC4_FW_FILE)
5555

56-
MLNX_SPC5_FW_VERSION = 37.2014.3508
56+
MLNX_SPC5_FW_VERSION = 37.2014.3532
5757
MLNX_SPC5_FW_FILE = fw-SPC5-rel-$(subst .,_,$(MLNX_SPC5_FW_VERSION))-EVB.mfa
5858
$(MLNX_SPC5_FW_FILE)_PATH = $(MLNX_FW_BASE_PATH)
5959
$(MLNX_SPC5_FW_FILE)_URL = $(MLNX_FW_BASE_URL)/$(MLNX_SPC5_FW_FILE)

platform/mellanox/sdk.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18-
MLNX_SDK_VERSION = 4.7.3508
18+
MLNX_SDK_VERSION = 4.7.3534
1919
MLNX_SDK_ISSU_VERSION = 101
2020

2121
MLNX_SDK_DRIVERS_GITHUB_URL = https://github.com/Mellanox/Spectrum-SDK-Drivers

0 commit comments

Comments
 (0)