Skip to content

Commit f88ec80

Browse files
dgsudharsanFengPan-Frank
authored andcommitted
[Nvidia-Bluefiled] Update SAI to SAIBuild0.0.50.0, SDK to v26.1-RC3, FW to v48.0410, BFSoC to 4.14.0, RSHIM to 2.6.4 (#25356)
- Why I did it To include latest fixes and new functionality - How I did it SDK_VERSION_DPU 26.1-RC1 -> 26.1-RC3 FW_VERSION 48.0318 -> 48.0410 SAI_VERSION SAIBuild0.0.48.0 -> SAIBuild0.0.50.0 BFSOC_VERSION 4.13.1 -> 4.14.0 RSHIM_DRIVER_VERSION 2.5.7->2.6.4 - How to verify it Build an image and run tests from "sonic-mgmt". Signed-off-by: Sudharsan Dhamal Gopalarathnam <[email protected]> Signed-off-by: Feng Pan <[email protected]>
1 parent 4e083ba commit f88ec80

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

platform/mellanox/rshim.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
MLNX_RSHIM_DRIVER_VERSION = 2.5.7
18+
MLNX_RSHIM_DRIVER_VERSION = 2.6.4
1919
MLNX_RSHIM_ASSETS_GITHUB_URL = https://github.com/Mellanox/sonic-bluefield-packages
2020
MLNX_RSHIM_ASSETS_RELEASE_TAG = rshim-$(MLNX_RSHIM_DRIVER_VERSION)-$(BLDENV)-$(CONFIGURED_ARCH)
2121
MLNX_RSHIM_ASSETS_URL = $(MLNX_RSHIM_ASSETS_GITHUB_URL)/releases/download/$(MLNX_RSHIM_ASSETS_RELEASE_TAG)

platform/nvidia-bluefield/recipes/bluefield-soc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717

1818
# Bluefied Software Distribution Version
19-
BFSOC_VERSION = 4.13.1
20-
BFSOC_REVISION = 13827
19+
BFSOC_VERSION = 4.14.0
20+
BFSOC_REVISION = 13868
2121
BFB_IMG_TYPE = prod
2222
BFSOC_BUILD_DATE =
2323

platform/nvidia-bluefield/recipes/dpu-sai.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
DPU_SAI_VERSION = SAIBuild0.0.48.0
18+
DPU_SAI_VERSION = SAIBuild0.0.50.0
1919

2020
# Place here URL where SAI sources exist
2121
DPU_SAI_SOURCE_BASE_URL=

platform/nvidia-bluefield/recipes/fw.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DPU_NIC_FW_BASE_URL =
1919
DPU_NIC_FW_VERSION =
2020
BF3_FW_BASE_URL =
2121

22-
BF3_FW_VERSION = 48.0318
22+
BF3_FW_VERSION = 48.0410
2323

2424
BF3_FW_FILE = fw-BlueField-3-rel-32_$(subst .,_,$(BF3_FW_VERSION)).mfa
2525

platform/nvidia-bluefield/recipes/sdk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SDK_BASE_PATH = $(PLATFORM_PATH)/sdk-src/sonic-bluefield-packages/bin
2020

2121
# Place here URL where SDK sources exist
2222
SDK_SOURCE_BASE_URL =
23-
SDK_VERSION = 26.1-RC1
23+
SDK_VERSION = 26.1-RC3
2424

2525
SDK_COLLECTX_URL = https://linux.mellanox.com/public/repo/doca/1.5.2/debian12/aarch64/
2626

0 commit comments

Comments
 (0)