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:
committed by
Marge Bot
parent
f736f19642
commit
93c5abd32b
@@ -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:
|
||||
|
||||
9
.gitlab-ci/firmware/i915/adlp-fw.json
Normal file
9
.gitlab-ci/firmware/i915/adlp-fw.json
Normal 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/"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user