mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/linux-firmware: add option for Intel Xe firmware
Add an option to install the firmware files used by the xe driver. Signed-off-by: Francois Dugast <francois.dugast@intel.com> [Julien: add LICENSE.xe license hash] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
64b7774fc5
commit
2ac8b4f2f2
@@ -29,6 +29,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_I915
|
||||
help
|
||||
Firmware files for the Intel i915 video cards.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_XE
|
||||
bool "Intel Xe video card firmware"
|
||||
help
|
||||
Firmware files for the Intel Xe video cards.
|
||||
|
||||
config BR2_PACKAGE_LINUX_FIRMWARE_RADEON
|
||||
bool "AMD Radeon video card firmware"
|
||||
help
|
||||
|
||||
@@ -43,3 +43,4 @@ sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENS
|
||||
sha256 93d681cbd8ef106f2c9470aa835aa4176bfb7010ba168e6b467db6a5b4dee024 WHENCE
|
||||
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
|
||||
sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
|
||||
sha256 26b3c946f1f378ff25bb3bb7c365d108a2bc0bf08619e5e08bc0e4f9aaa6ee1e LICENSE.xe
|
||||
|
||||
@@ -25,6 +25,11 @@ LINUX_FIRMWARE_DIRS += i915
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.i915
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_XE),y)
|
||||
LINUX_FIRMWARE_DIRS += xe
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.xe
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RADEON),y)
|
||||
LINUX_FIRMWARE_DIRS += radeon
|
||||
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.radeon
|
||||
|
||||
Reference in New Issue
Block a user