intel/ci: Update GuC firmware for ADL-S and ADL-N

Certain ADL devices, like nissa, use the tgl_guc_70.bin firmware.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33606>
This commit is contained in:
Valentine Burley
2025-02-17 16:11:42 +01:00
committed by Marge Bot
parent eb5bd3bee2
commit c45d7dffca
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -3,7 +3,8 @@
"git_hash": "36d0c64694dcee6cf49654f430ab70c22dd647d8",
"files": [
"adlp_dmc.bin",
"adlp_guc_70.bin"
"adlp_guc_70.bin",
"tgl_guc_70.bin"
],
"dst": "/lib/firmware/i915/"
}

View File

@@ -33,7 +33,7 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20250212-up-angle"
DEBIAN_TEST_GL_TAG: "20250221-piglit-04"
DEBIAN_TEST_VK_TAG: "20250221-piglit-04"
KERNEL_ROOTFS_TAG: "20250221-rm-kernel"
KERNEL_ROOTFS_TAG: "20250221-adl-fw"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20250129-lavacli"