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:
committed by
Marge Bot
parent
eb5bd3bee2
commit
c45d7dffca
@@ -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:
|
||||
|
||||
@@ -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/"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user