linux-firmware: add option to install QLogic FastLinQ 4xxxx firmware

Signed-off-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Geoff Levand 2018-07-26 22:21:25 +00:00 committed by Thomas Petazzoni
parent 51435be1f1
commit ea4c189abf
2 changed files with 13 additions and 0 deletions

View file

@ -320,6 +320,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
(cxgb4)
config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X
bool "QLogic FastLinQ 4xxxx"
help
Firmware files for QLogic FastLinQ 4xxxx ethernet devices
(qede)
config BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169
bool "Realtek 8169"
help

View file

@ -381,6 +381,13 @@ LINUX_FIRMWARE_FILES += cxgb4/t5fw*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
LINUX_FIRMWARE_FILES += \
qed/qed_init_values_zipped-8.33.11.0.bin
# No license file; the license is in the file WHENCE
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169),y)
LINUX_FIRMWARE_FILES += \
rtl_nic/rtl8105e-1.fw \