Revision e13ad1443684f7afaff24cf207e85e97885256bd authored by Manish Chopra on 23 February 2022, 08:57:20 UTC, committed by Jakub Kicinski on 24 February 2022, 17:06:18 UTC
Commit b7a49f73059f ("bnx2x: Utilize firmware 7.13.21.0") added
new firmware support in the driver with maintaining older firmware
compatibility. However, older firmware was not added in MODULE_FIRMWARE()
which caused missing firmware files in initrd image leading to driver load
failure from initrd. This patch adds MODULE_FIRMWARE() for older firmware
version to have firmware files included in initrd.

Fixes: b7a49f73059f ("bnx2x: Utilize firmware 7.13.21.0")
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215627
Signed-off-by: Manish Chopra <manishc@marvell.com>
Signed-off-by: Alok Prasad <palok@marvell.com>
Signed-off-by: Ariel Elior <aelior@marvell.com>
Link: https://lore.kernel.org/r/20220223085720.12021-1-manishc@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent e8240ad
History
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 554 bytes
actions.c -rw-r--r-- 38.7 KB
conntrack.c -rw-r--r-- 60.4 KB
conntrack.h -rw-r--r-- 2.8 KB
datapath.c -rw-r--r-- 66.4 KB
datapath.h -rw-r--r-- 8.1 KB
dp_notify.c -rw-r--r-- 2.0 KB
flow.c -rw-r--r-- 24.7 KB
flow.h -rw-r--r-- 7.9 KB
flow_netlink.c -rw-r--r-- 96.6 KB
flow_netlink.h -rw-r--r-- 2.4 KB
flow_table.c -rw-r--r-- 29.5 KB
flow_table.h -rw-r--r-- 3.1 KB
meter.c -rw-r--r-- 18.2 KB
meter.h -rw-r--r-- 1.3 KB
openvswitch_trace.c -rw-r--r-- 248 bytes
openvswitch_trace.h -rw-r--r-- 5.6 KB
vport-geneve.c -rw-r--r-- 2.9 KB
vport-gre.c -rw-r--r-- 2.1 KB
vport-internal_dev.c -rw-r--r-- 5.8 KB
vport-internal_dev.h -rw-r--r-- 442 bytes
vport-netdev.c -rw-r--r-- 4.8 KB
vport-netdev.h -rw-r--r-- 539 bytes
vport-vxlan.c -rw-r--r-- 3.7 KB
vport.c -rw-r--r-- 12.6 KB
vport.h -rw-r--r-- 5.6 KB

back to top