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
lib
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 681 bytes
attrib.c -rw-r--r-- 44.5 KB
attrlist.c -rw-r--r-- 9.3 KB
bitfunc.c -rw-r--r-- 2.5 KB
bitmap.c -rw-r--r-- 30.1 KB
debug.h -rw-r--r-- 1.6 KB
dir.c -rw-r--r-- 11.3 KB
file.c -rw-r--r-- 27.5 KB
frecord.c -rw-r--r-- 71.4 KB
fslog.c -rw-r--r-- 122.2 KB
fsntfs.c -rw-r--r-- 52.6 KB
index.c -rw-r--r-- 53.7 KB
inode.c -rw-r--r-- 45.9 KB
lznt.c -rw-r--r-- 9.4 KB
namei.c -rw-r--r-- 8.4 KB
ntfs.h -rw-r--r-- 36.2 KB
ntfs_fs.h -rw-r--r-- 35.5 KB
record.c -rw-r--r-- 11.9 KB
run.c -rw-r--r-- 21.8 KB
super.c -rw-r--r-- 35.2 KB
upcase.c -rw-r--r-- 2.1 KB
xattr.c -rw-r--r-- 20.6 KB

back to top