From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: buildroot@buildroot.org
Cc: Bernd Kuhls <bernd@kuhls.net>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
"Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: [Buildroot] [PATCH 2/2] package/linux-firmware: Add Intel AtomISP v2 firmwares
Date: Thu, 25 Apr 2024 20:32:13 +0300 [thread overview]
Message-ID: <20240425173213.3772586-2-andriy.shevchenko@linux.intel.com> (raw)
In-Reply-To: <20240425173213.3772586-1-andriy.shevchenko@linux.intel.com>
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>
---
package/linux-firmware/Config.in | 6 ++++++
package/linux-firmware/linux-firmware.mk | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
index 920c0a2ef16e..ce0b88ad6c2c 100644
--- a/package/linux-firmware/Config.in
+++ b/package/linux-firmware/Config.in
@@ -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
diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index a378e4344aaa..08d84baaaba7 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -855,6 +855,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
--
2.43.0.rc1.1336.g36b5255a03ac
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-04-25 17:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 17:32 [Buildroot] [PATCH 1/2] package/linux-firmware: bump version to 20240410 Andy Shevchenko
2024-04-25 17:32 ` Andy Shevchenko [this message]
2024-05-06 20:43 ` Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240425173213.3772586-2-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.