All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/linux-firmware: add option to select Airoha EN8811H
@ 2026-02-28  9:08 Mattias Walström
  2026-02-28 10:20 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Mattias Walström @ 2026-02-28  9:08 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Mattias Walström

Which is a 2.5G Ethernet PHY.

Signed-off-by: Mattias Walström <lazzer@gmail.com>
---
 package/linux-firmware/Config.in         | 5 +++++
 package/linux-firmware/linux-firmware.mk | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 4a6eaa9428..5ad4957756 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -589,6 +589,11 @@ endmenu
 
 menu "Ethernet firmware"
 
+config BR2_PACKAGE_LINUX_FIRMWARE_AIROHA_EN8811H
+	bool "Airoha EN8811H 2.5G Ethernet PHY"
+	help
+	  Firmware files for the Airoha EN8811H 2.5G Ethernet PHY.
+
 config BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3
 	bool "Broadcom NetXtreme/Tigon3"
 	help
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 6e58814279..0a35d72bc4 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -675,6 +675,11 @@ LINUX_FIRMWARE_FILES += intel/iwlwifi/iwlwifi-QuZ-*.ucode
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
 endif
 
+ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_AIROHA_EN8811H),y)
+LINUX_FIRMWARE_FILES += airoha/EthMD32.dm.bin airoha/EthMD32.DSP.bin
+LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.airoha
+endif
+
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
 LINUX_FIRMWARE_FILES += tigon/*
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.tigon
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/linux-firmware: add option to select Airoha EN8811H
  2026-02-28  9:08 [Buildroot] [PATCH 1/1] package/linux-firmware: add option to select Airoha EN8811H Mattias Walström
@ 2026-02-28 10:20 ` Julien Olivain via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-02-28 10:20 UTC (permalink / raw)
  To: Mattias Walström; +Cc: buildroot, Bernd Kuhls

On 28/02/2026 10:08, Mattias Walström wrote:
> Which is a 2.5G Ethernet PHY.
> 
> Signed-off-by: Mattias Walström <lazzer@gmail.com>

Applied to next, thanks. For info, I added the missing LICENSE.airoha
entry in linux-firmware.hash. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/ef4f0eca1b179f5c623b67babe87a6cd1ff10b34

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-02-28 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28  9:08 [Buildroot] [PATCH 1/1] package/linux-firmware: add option to select Airoha EN8811H Mattias Walström
2026-02-28 10:20 ` Julien Olivain via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.