From: dplamp at gmx.com <dplamp@gmx.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver
Date: Sun, 13 Jan 2019 08:26:48 +0100 [thread overview]
Message-ID: <20190113072648.18158-1-dplamp@gmx.com> (raw)
From: David Picard <dplamp@gmx.com>
Add an option in the menuconfig submenu of linux-firmware package. Install
the firmware binary files to the target directory if the option is selected.
Signed-off-by: David Picard <dplamp@gmx.com>
---
Changes v2 -> v3
- reformat the commit message
- add licence file hash
Changes v1 -> v2
- change BR2_PACKAGE_LINUX_FIRMWARE_E100 to BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100
- change menu caption from "e100 / Intel 825xx" to "Intel e100 825xx"
---
package/linux-firmware/Config.in | 6 ++++++
package/linux-firmware/linux-firmware.hash | 1 +
package/linux-firmware/linux-firmware.mk | 5 +++++
3 files changed, 12 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index dcc8d4bade..eaf68de8a5 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -325,6 +325,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5
Firmware files for Chelsio T5 1Gb and 10Gb ethernet cards
(cxgb4)
+config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100
+ bool "Intel e100 825xx"
+ help
+ Firmware files for Intel 825xx handled by driver e100
+ (e100)
+
config BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X
bool "QLogic FastLinQ 4xxxx"
help
diff --git a/package/linux-firmware/linux-firmware.hash b/package/linux-firmware/linux-firmware.hash
index 12310d55ed..b44934893c 100644
--- a/package/linux-firmware/linux-firmware.hash
+++ b/package/linux-firmware/linux-firmware.hash
@@ -29,3 +29,4 @@ sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.
sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
sha256 9b873499a822762177a7a02d2a3ead9fdf0d514c0f9899fb16a2d22ed99f4acc WHENCE
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
+sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index ee02c7a030..86e1d1e750 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -389,6 +389,11 @@ LINUX_FIRMWARE_FILES += cxgb4/t5fw*.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
endif
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100),y)
+LINUX_FIRMWARE_FILES += e100/*.bin
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.e100
+endif
+
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_QLOGIC_4X),y)
LINUX_FIRMWARE_FILES += \
qed/qed_init_values_zipped-*.bin
--
2.17.1
next reply other threads:[~2019-01-13 7:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-13 7:26 dplamp at gmx.com [this message]
2019-01-16 20:03 ` [Buildroot] [PATCH v3 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190113072648.18158-1-dplamp@gmx.com \
--to=dplamp@gmx.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox