package/linux-firmware: Add Intel AtomISP v2 firmwares

Many of Intel based tablets (and all phones that were designed with
Intel SoCs) have Intel AtomISP v2 engine. Add an entry for recently
added firmwares for them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Andy Shevchenko 2024-04-25 20:32:13 +03:00 committed by Thomas Petazzoni
parent 26f5efd7cd
commit 9b25246e9b
2 changed files with 12 additions and 0 deletions

View File

@ -637,6 +637,12 @@ config BR2_PACKAGE_LINUX_FIRMWARE_CX23885
Firmware files for Conexant Cx23885/7/8 PCIe broadcast
A/V decoder needed by the Linux CX23885 driver.
config BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ATOMISP
bool "Intel AtomISP v2"
help
Firmware files for Intel AtomISP v2 (also know as IPU2)
needed by the Linux AtomISP v2 driver.
endmenu
endif

View File

@ -846,6 +846,12 @@ LINUX_FIRMWARE_FILES += v4l-cx23885-avcore-01.fw
# which is installed unconditionally
endif
ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_INTEL_ATOMISP),y)
LINUX_FIRMWARE_FILES += intel/ipu/shisp_2400b0_v21.bin
LINUX_FIRMWARE_FILES += intel/ipu/shisp_2401a0_v21.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ivsc
endif
ifneq ($(LINUX_FIRMWARE_FILES)$(LINUX_FIRMWARE_DIRS),)
define LINUX_FIRMWARE_BUILD_CMDS