summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2018-07-26 22:21:25 +0000
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-28 22:19:58 +0200
commitea4c189abf26ca141cd0680d59c3d51d48fe0097 (patch)
treed25cc5a51db645b17a6718850b33435c2240c4b5
parent51435be1f1e8d4f7f50c95a406ecde6cb0e22418 (diff)
downloadbuildroot-ea4c189abf26ca141cd0680d59c3d51d48fe0097.tar.gz
buildroot-ea4c189abf26ca141cd0680d59c3d51d48fe0097.zip
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>
-rw-r--r--package/linux-firmware/Config.in6
-rw-r--r--package/linux-firmware/linux-firmware.mk7
2 files changed, 13 insertions, 0 deletions
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 074bcc6c78..bb88afeec2 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -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
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 8e53cacba4..c9866fd1bb 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -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 \
OpenPOWER on IntegriCloud