Skip to content

Commit

Permalink
package/linux-firmware: add iwlwifi gl firmware
Browse files Browse the repository at this point in the history
This commit integrates support for the iwlwifi gl firmware files
to support the wifi chipsets for the intel BE200 type of hardware.
Thus, this change adds BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_GL.
  • Loading branch information
antst committed Nov 13, 2024
1 parent 19027bc commit 1d7407c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/linux-firmware/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_QUZ
Firmware files for the Intel Wifi QuZ devices (used in NUC10)
supported by the iwlwifi kernel driver.

config BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_GL
bool "Intel iwlwifi GL"
help
Firmware files for the Intel Wifi GL devices (used in BE200)
supported by the iwlwifi kernel driver.

config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
bool "Libertas SD 8686 v8"
help
Expand Down
8 changes: 8 additions & 0 deletions package/linux-firmware/linux-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ LINUX_FIRMWARE_AX210_UCODE_API_MAX = 83
# The 9560 driver has maximum ucode API defined in ax210.c yet its versions
# are seemingly tracking the 22000 series.
LINUX_FIRMWARE_AX210_UCODE_API_MAX_9560 = 77
LINUX_FIRMWARE_IWL_BZ_UCODE_API_MAX = 83

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_22000),y)
LINUX_FIRMWARE_FILES += \
Expand Down Expand Up @@ -648,6 +649,13 @@ LINUX_FIRMWARE_FILES += iwlwifi-QuZ-*.ucode
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_GL),y)
LINUX_FIRMWARE_FILES += \
iwlwifi-gl-c0-fm-c0-$(LINUX_FIRMWARE_IWL_BZ_UCODE_API_MAX).ucode\
iwlwifi-gl-c0-fm-c0.pnvm
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.iwlwifi_firmware
endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_BROADCOM_TIGON3),y)
LINUX_FIRMWARE_FILES += tigon/*
# No license file; the license is in the file WHENCE
Expand Down

0 comments on commit 1d7407c

Please sign in to comment.