Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver
@ 2019-01-10 17:11 dplamp at gmx.com
  2019-01-10 20:01 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: dplamp at gmx.com @ 2019-01-10 17:11 UTC (permalink / raw)
  To: buildroot

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>
---
 package/linux-firmware/Config.in         | 6 ++++++
 package/linux-firmware/linux-firmware.mk | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index dcc8d4bade..5df44d7a86 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_E100
+	bool "e100 / Intel 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.mk b/package/linux-firmware/linux-firmware.mk
index ee02c7a030..e2486dbeef 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_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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver
  2019-01-10 17:11 [Buildroot] [PATCH 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver dplamp at gmx.com
@ 2019-01-10 20:01 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-01-10 20:01 UTC (permalink / raw)
  To: buildroot

Hello David,

On Thu, 10 Jan 2019 18:11:16 +0100, dplamp at gmx.com wrote:
> 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>
> ---
>  package/linux-firmware/Config.in         | 6 ++++++
>  package/linux-firmware/linux-firmware.mk | 5 +++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
> index dcc8d4bade..5df44d7a86 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_E100

I think BR2_PACKAGE_LINUX_FIRMWARE_INTEL_E100 would be preferable

> +	bool "e100 / Intel 825xx"

	bool "Intel e100 825xx"

so that it is similar to:

        bool "Intel iwlwifi 8265"

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-10 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10 17:11 [Buildroot] [PATCH 1/1] package/linux-firmware : Install binary blobs for e100 ethernet driver dplamp at gmx.com
2019-01-10 20:01 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox