intel/ci: Add newer i915/ADL-P firmware to rootfs

Add updated Alder Lake P firmware directly to the rootfs, as it is newer
than the version available in the Debian package. This is required for
the Xe kernel driver and is recommended for i915.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33282>
This commit is contained in:
Valentine Burley
2025-01-23 09:29:28 +01:00
committed by Marge Bot
parent f736f19642
commit 93c5abd32b
3 changed files with 11 additions and 1 deletions

View File

@@ -502,6 +502,7 @@ debian/arm64_test-vk:
.firmware_x86_64:
variables:
FIRMWARE_FILES: |
.gitlab-ci/firmware/i915/adlp-fw.json
.gitlab-ci/firmware/i915/mtl-fw.json
.firmware_arm64:

View File

@@ -0,0 +1,9 @@
{
"src": "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/",
"git_hash": "36d0c64694dcee6cf49654f430ab70c22dd647d8",
"files": [
"adlp_dmc.bin",
"adlp_guc_70.bin"
],
"dst": "/lib/firmware/i915/"
}

View File

@@ -33,7 +33,7 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20250130-vvless"
DEBIAN_TEST_GL_TAG: "20250131-piglit-fc"
DEBIAN_TEST_VK_TAG: "20250131-piglit-fc"
KERNEL_ROOTFS_TAG: "20250205-xe-kernel"
KERNEL_ROOTFS_TAG: "20250129-adlp-fw"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20250129-lavacli"