mirror of https://gitee.com/openkylin/linux.git
cxgb3: update FW
Update FW to 7.1 Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bf792094ef
commit
d9507a532a
|
@ -39,6 +39,6 @@
|
||||||
|
|
||||||
/* Firmware version */
|
/* Firmware version */
|
||||||
#define FW_VERSION_MAJOR 7
|
#define FW_VERSION_MAJOR 7
|
||||||
#define FW_VERSION_MINOR 0
|
#define FW_VERSION_MINOR 1
|
||||||
#define FW_VERSION_MICRO 0
|
#define FW_VERSION_MICRO 0
|
||||||
#endif /* __CHELSIO_VERSION_H */
|
#endif /* __CHELSIO_VERSION_H */
|
||||||
|
|
|
@ -35,7 +35,7 @@ fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
|
||||||
fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
|
fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
|
||||||
fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
|
fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
|
||||||
cxgb3/t3c_psram-1.1.0.bin \
|
cxgb3/t3c_psram-1.1.0.bin \
|
||||||
cxgb3/t3fw-7.0.0.bin
|
cxgb3/t3fw-7.1.0.bin
|
||||||
fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
|
fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
|
||||||
fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \
|
fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \
|
||||||
e100/d102e_ucode.bin
|
e100/d102e_ucode.bin
|
||||||
|
|
|
@ -368,7 +368,7 @@ Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
|
||||||
|
|
||||||
File: cxgb3/t3b_psram-1.1.0.bin.ihex
|
File: cxgb3/t3b_psram-1.1.0.bin.ihex
|
||||||
File: cxgb3/t3c_psram-1.1.0.bin.ihex
|
File: cxgb3/t3c_psram-1.1.0.bin.ihex
|
||||||
file: cxgb3/t3fw-7.0.0.bin.ihex
|
file: cxgb3/t3fw-7.1.0.bin.ihex
|
||||||
|
|
||||||
License: GPLv2 or OpenIB.org BSD license, no source visible
|
License: GPLv2 or OpenIB.org BSD license, no source visible
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue