aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2021-06-24 20:21:51 +0000
committerNavdeep Parhar <np@FreeBSD.org>2021-07-13 04:25:36 +0000
commit3c900106ea7aab69690945ad885b4df1095c1504 (patch)
tree484e25eda047cfb309cee134b9f0ea0ac868f813
parent297e9f364b5aa243572ee52b1faef9b3542c1c9e (diff)
downloadsrc-3c900106ea7aab69690945ad885b4df1095c1504.tar.gz
src-3c900106ea7aab69690945ad885b4df1095c1504.zip
cxgbe(4): Update firmwares to 1.26.0.0.
Changes since 1.25.6.0 are listed here. This list comes from the Release Notes for "Chelsio Unified Wire 3.14.0.4 for Linux" dated 2021-07-08. Fixes ----- BASE: - Wait 5ms before and after the i2c command that clears the mod_select. This fixes incorrect port module type read from i2c. Obtained from: Chelsio Communications MFC after: 1 week Sponsored by: Chelsio Communications
-rw-r--r--sys/conf/files6
-rw-r--r--sys/dev/cxgbe/firmware/t4fw-1.26.0.0.bin (renamed from sys/dev/cxgbe/firmware/t4fw-1.25.6.0.bin)bin570368 -> 570368 bytes
-rw-r--r--sys/dev/cxgbe/firmware/t4fw_interface.h12
-rw-r--r--sys/dev/cxgbe/firmware/t5fw-1.26.0.0.bin (renamed from sys/dev/cxgbe/firmware/t5fw-1.25.6.0.bin)bin675840 -> 675840 bytes
-rw-r--r--sys/dev/cxgbe/firmware/t6fw-1.26.0.0.bin (renamed from sys/dev/cxgbe/firmware/t6fw-1.25.6.0.bin)bin730112 -> 729088 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, 12 insertions, 12 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 33b57f98e199..8b16621c69a7 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1519,7 +1519,7 @@ t4fw.fwo optional cxgbe \
no-implicit-rule \
clean "t4fw.fwo"
t4fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t4fw-1.25.6.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t4fw-1.26.0.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t4fw.fw"
@@ -1553,7 +1553,7 @@ t5fw.fwo optional cxgbe \
no-implicit-rule \
clean "t5fw.fwo"
t5fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t5fw-1.25.6.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t5fw-1.26.0.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t5fw.fw"
@@ -1587,7 +1587,7 @@ t6fw.fwo optional cxgbe \
no-implicit-rule \
clean "t6fw.fwo"
t6fw.fw optional cxgbe \
- dependency "$S/dev/cxgbe/firmware/t6fw-1.25.6.0.bin" \
+ dependency "$S/dev/cxgbe/firmware/t6fw-1.26.0.0.bin" \
compile-with "${CP} ${.ALLSRC} ${.TARGET}" \
no-obj no-implicit-rule \
clean "t6fw.fw"
diff --git a/sys/dev/cxgbe/firmware/t4fw-1.25.6.0.bin b/sys/dev/cxgbe/firmware/t4fw-1.26.0.0.bin
index 45e805198f59..04e96d16c57a 100644
--- a/sys/dev/cxgbe/firmware/t4fw-1.25.6.0.bin
+++ b/sys/dev/cxgbe/firmware/t4fw-1.26.0.0.bin
Binary files differ
diff --git a/sys/dev/cxgbe/firmware/t4fw_interface.h b/sys/dev/cxgbe/firmware/t4fw_interface.h
index 0f877cb5a045..acb7a6481d9c 100644
--- a/sys/dev/cxgbe/firmware/t4fw_interface.h
+++ b/sys/dev/cxgbe/firmware/t4fw_interface.h
@@ -9991,18 +9991,18 @@ enum fw_hdr_chip {
enum {
T4FW_VERSION_MAJOR = 1,
- T4FW_VERSION_MINOR = 25,
- T4FW_VERSION_MICRO = 6,
+ T4FW_VERSION_MINOR = 26,
+ T4FW_VERSION_MICRO = 0,
T4FW_VERSION_BUILD = 0,
T5FW_VERSION_MAJOR = 1,
- T5FW_VERSION_MINOR = 25,
- T5FW_VERSION_MICRO = 6,
+ T5FW_VERSION_MINOR = 26,
+ T5FW_VERSION_MICRO = 0,
T5FW_VERSION_BUILD = 0,
T6FW_VERSION_MAJOR = 1,
- T6FW_VERSION_MINOR = 25,
- T6FW_VERSION_MICRO = 6,
+ T6FW_VERSION_MINOR = 26,
+ T6FW_VERSION_MICRO = 0,
T6FW_VERSION_BUILD = 0,
};
diff --git a/sys/dev/cxgbe/firmware/t5fw-1.25.6.0.bin b/sys/dev/cxgbe/firmware/t5fw-1.26.0.0.bin
index 6c2d1374c87a..f72bd502ea1f 100644
--- a/sys/dev/cxgbe/firmware/t5fw-1.25.6.0.bin
+++ b/sys/dev/cxgbe/firmware/t5fw-1.26.0.0.bin
Binary files differ
diff --git a/sys/dev/cxgbe/firmware/t6fw-1.25.6.0.bin b/sys/dev/cxgbe/firmware/t6fw-1.26.0.0.bin
index 1cf05565ffff..ee4341d5074f 100644
--- a/sys/dev/cxgbe/firmware/t6fw-1.25.6.0.bin
+++ b/sys/dev/cxgbe/firmware/t6fw-1.26.0.0.bin
Binary files differ
diff --git a/sys/modules/cxgbe/t4_firmware/Makefile b/sys/modules/cxgbe/t4_firmware/Makefile
index 48ac2766a560..a202c5d2a6a0 100644
--- a/sys/modules/cxgbe/t4_firmware/Makefile
+++ b/sys/modules/cxgbe/t4_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T4FW_VER= 1.25.6.0
+T4FW_VER= 1.26.0.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 3b54df8b222b..371df89f233b 100644
--- a/sys/modules/cxgbe/t5_firmware/Makefile
+++ b/sys/modules/cxgbe/t5_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T5FW_VER= 1.25.6.0
+T5FW_VER= 1.26.0.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 e7b39839b5e4..074c3991bc37 100644
--- a/sys/modules/cxgbe/t6_firmware/Makefile
+++ b/sys/modules/cxgbe/t6_firmware/Makefile
@@ -17,7 +17,7 @@ FIRMWS+= ${F}:${F:C/.txt//}:1.0.0.0
.endif
.endfor
-T6FW_VER= 1.25.6.0
+T6FW_VER= 1.26.0.0
FIRMWS+= t6fw-${T6FW_VER}.bin:t6fw:${T6FW_VER}
.include <bsd.kmod.mk>