aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2024-01-04 19:37:21 +0000
committerNavdeep Parhar <np@FreeBSD.org>2024-01-11 05:22:31 +0000
commitc2628605787d3436d61503babb6aeb5f53751ea2 (patch)
tree20e5f80f736c07066095c41526a6b8fb73e9cef6
parent7d98a455a3ea91eadbd3c84c6cd85314f5e29529 (diff)
downloadsrc-c2628605787d3436d61503babb6aeb5f53751ea2.tar.gz
src-c2628605787d3436d61503babb6aeb5f53751ea2.zip
cxgbe(4): Update firmwares to 1.27.5.0
Version : 1.27.5.0 Date : 10/10/2023 ===================== Fixes ----- BASE: - Fixed handling the Remote Fault with AN, causing the link failure. ===================== Obtained from: Chelsio Communications Sponsored by: Chelsio Communications (cherry picked from commit b1e82d33193b83d86d46483b4ddfe295becd80c4)
-rw-r--r--sys/conf/files6
-rw-r--r--sys/dev/cxgbe/firmware/t4fw-1.27.5.0.bin (renamed from sys/dev/cxgbe/firmware/t4fw-1.27.4.0.bin)bin570880 -> 570880 bytes
-rw-r--r--sys/dev/cxgbe/firmware/t4fw_interface.h6
-rw-r--r--sys/dev/cxgbe/firmware/t5fw-1.27.5.0.bin (renamed from sys/dev/cxgbe/firmware/t5fw-1.27.4.0.bin)bin678912 -> 678912 bytes
-rw-r--r--sys/dev/cxgbe/firmware/t6fw-1.27.5.0.bin (renamed from sys/dev/cxgbe/firmware/t6fw-1.27.4.0.bin)bin730624 -> 730624 bytes
-rw-r--r--sys/modules/cxgbe/t4_firmware/Makefile2
-rw-r--r--sys/modules/cxgbe/t5_firmware/Makefile2
-rw-r--r--sys/modules/cxgbe/t6_firmware/Makefile2
8 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/files b/sys/conf/files
index a8c1893b1341..39b68a79e20f 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1455,7 +1455,7 @@ t4fw.fwo optional cxgbe \
no-implicit-rule \
clean "t4fw.fwo"
t4fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t4fw-1.27.4.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t4fw-1.27.5.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t4fw.fw"
@@ -1489,7 +1489,7 @@ t5fw.fwo optional cxgbe \
no-implicit-rule \
clean "t5fw.fwo"
t5fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t5fw-1.27.4.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t5fw-1.27.5.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t5fw.fw"
@@ -1523,7 +1523,7 @@ t6fw.fwo optional cxgbe \
no-implicit-rule \
clean "t6fw.fwo"
t6fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t6fw-1.27.4.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t6fw-1.27.5.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t6fw.fw"
diff --git a/sys/dev/cxgbe/firmware/t4fw-1.27.4.0.bin b/sys/dev/cxgbe/firmware/t4fw-1.27.5.0.bin
index 9addb9e25422..0c7842564913 100644
--- a/sys/dev/cxgbe/firmware/t4fw-1.27.4.0.bin
+++ b/sys/dev/cxgbe/firmware/t4fw-1.27.5.0.bin
Binary files differ
diff --git a/sys/dev/cxgbe/firmware/t4fw_interface.h b/sys/dev/cxgbe/firmware/t4fw_interface.h
index 0ebc404bb72e..686bb55d658b 100644
--- a/sys/dev/cxgbe/firmware/t4fw_interface.h
+++ b/sys/dev/cxgbe/firmware/t4fw_interface.h
@@ -10001,17 +10001,17 @@ enum fw_hdr_chip {
enum {
T4FW_VERSION_MAJOR = 1,
T4FW_VERSION_MINOR = 27,
- T4FW_VERSION_MICRO = 4,
+ T4FW_VERSION_MICRO = 5,
T4FW_VERSION_BUILD = 0,
T5FW_VERSION_MAJOR = 1,
T5FW_VERSION_MINOR = 27,
- T5FW_VERSION_MICRO = 4,
+ T5FW_VERSION_MICRO = 5,
T5FW_VERSION_BUILD = 0,
T6FW_VERSION_MAJOR = 1,
T6FW_VERSION_MINOR = 27,
- T6FW_VERSION_MICRO = 4,
+ T6FW_VERSION_MICRO = 5,
T6FW_VERSION_BUILD = 0,
};
diff --git a/sys/dev/cxgbe/firmware/t5fw-1.27.4.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.27.5.0.bin
index b32f270b1866..875f421c7523 100644
--- a/sys/dev/cxgbe/firmware/t5fw-1.27.4.0.bin
+++ b/sys/dev/cxgbe/firmware/t5fw-1.27.5.0.bin
Binary files differ
diff --git a/sys/dev/cxgbe/firmware/t6fw-1.27.4.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.27.5.0.bin
index a47f287848f1..f951578d642b 100644
--- a/sys/dev/cxgbe/firmware/t6fw-1.27.4.0.bin
+++ b/sys/dev/cxgbe/firmware/t6fw-1.27.5.0.bin
Binary files differ
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile
index fb8eeb0d6c8e..15928bdb0207 100644
--- a/sys/modules/cxgbe/t4_firmware/Makefile
+++ b/sys/modules/cxgbe/t4_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T4FW_VER= 1.27.4.0
+T4FW_VER= 1.27.5.0
FIRMWS+= t4fw-${T4FW_VER}.bin:t4fw:${T4FW_VER}
.include <bsd.kmod.mk>
diff --git a/sys/modules/cxgbe/t5_firmware/Makefile b/sys/modules/cxgbe/t5_firmware/Makefile
index 2876d1a6b041..cf2c3e9006bd 100644
--- a/sys/modules/cxgbe/t5_firmware/Makefile
+++ b/sys/modules/cxgbe/t5_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T5FW_VER= 1.27.4.0
+T5FW_VER= 1.27.5.0
FIRMWS+= t5fw-${T5FW_VER}.bin:t5fw:${T5FW_VER}
.include <bsd.kmod.mk>
diff --git a/sys/modules/cxgbe/t6_firmware/Makefile b/sys/modules/cxgbe/t6_firmware/Makefile
index 7ac481c4bdb9..5bc7c8e8e0b6 100644
--- a/sys/modules/cxgbe/t6_firmware/Makefile
+++ b/sys/modules/cxgbe/t6_firmware/Makefile
@@ -16,7 +16,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T6FW_VER= 1.27.4.0
+T6FW_VER= 1.27.5.0
FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER}
.include <bsd.kmod.mk>