mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
freedreno/ci/a750: switch to the linux-firmware-provided gpu fw
Now that qcom has released the gpu firmware for the a750, let's stop using my fw package in favor of the publicly-available ones. v2: * Be more specific in the list of files we want to keep (lumag) * Uprev the linux firmware version * Use gfx-ci/firmware rather than the upstream gitlab repo Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38977>
This commit is contained in:
parent
74b7b68628
commit
6993b0172b
2 changed files with 4 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ variables:
|
||||||
KERNEL_TAG: "v6.17-mesa-ceea"
|
KERNEL_TAG: "v6.17-mesa-ceea"
|
||||||
KERNEL_REPO: "gfx-ci/linux"
|
KERNEL_REPO: "gfx-ci/linux"
|
||||||
PKG_REPO_REV: "0d2527f6"
|
PKG_REPO_REV: "0d2527f6"
|
||||||
FIRMWARE_TAG: "e16373de"
|
FIRMWARE_TAG: "8fc31b97"
|
||||||
FIRMWARE_REPO: "gfx-ci/firmware"
|
FIRMWARE_REPO: "gfx-ci/firmware"
|
||||||
|
|
||||||
WINDOWS_X64_MSVC_TAG: "20251120-bison"
|
WINDOWS_X64_MSVC_TAG: "20251120-bison"
|
||||||
|
|
|
||||||
|
|
@ -289,7 +289,9 @@
|
||||||
FDO_CI_CONCURRENT: 8
|
FDO_CI_CONCURRENT: 8
|
||||||
CI_TRON_DUT_SETUP_TAGS: dt_gpu:codename:a750
|
CI_TRON_DUT_SETUP_TAGS: dt_gpu:codename:a750
|
||||||
CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64'
|
CI_TRON_KERNEL__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64'
|
||||||
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__URL: 'https://fs.mupuf.org/hdk8650/sm8650-hdk-firmware.cpio.xz'
|
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__URL: "https://${S3_BASE_PATH}/${FIRMWARE_REPO}/qcom-${FIRMWARE_TAG}.tar"
|
||||||
|
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__FORMAT__0__ARCHIVE__EXTENSION: cpio
|
||||||
|
CI_TRON_INITRAMFS_CATEGORY__50_PLATFORM__0__FORMAT__0__ARCHIVE__KEEP__0__PATH: './lib/firmware/qcom/(sm8650/)?.*gen70900.*'
|
||||||
CI_TRON_DTB__0__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64.dtbs.cpio.xz'
|
CI_TRON_DTB__0__URL: 'https://fs.mupuf.org/hdk8650/2025-08-22-msm-fixes-for-mesa-ci//linux-arm64.dtbs.cpio.xz'
|
||||||
CI_TRON_DTB__0__FORMAT__0__ARCHIVE__MATCH: 'boot/dtbs/qcom/sm8650-hdk.dtb'
|
CI_TRON_DTB__0__FORMAT__0__ARCHIVE__MATCH: 'boot/dtbs/qcom/sm8650-hdk.dtb'
|
||||||
CI_TRON__B2C_SWAP_SIZE: '16g'
|
CI_TRON__B2C_SWAP_SIZE: '16g'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue