mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
broadcom/ci: fetch custom packaged kernel in CI-Tron
Unfortunately RPi firmware does not contain the latest available kernel deployed in Raspberry Pi OS. So for now, we create a custom version by just packaging manually the kernel distributed in the official OS. It is worth to note that Raspberry Pi OS does not contain a 32-bit kernel for rpi4 or rpi5 (it does for rpi3). Instead, they use the 64-bit kernel but then use 32-bit userland. Reviewed-by: Maíra Canal <mcanal@igalia.com> Acked-by: Eric Engestrom <eric@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39864>
This commit is contained in:
parent
2613344c49
commit
89e42a01dd
1 changed files with 11 additions and 9 deletions
|
|
@ -190,12 +190,12 @@
|
|||
extends:
|
||||
- .ci-tron-b2c-diskless-v1
|
||||
variables:
|
||||
RPI_DOWNSTREAM_PACKAGE_VERSION: '1.20250430'
|
||||
RPI_DOWNSTREAM_KERNEL_VERSION: '6.12.25'
|
||||
RPI_DOWNSTREAM_PACKAGE_VERSION: '1.20251218'
|
||||
RPI_DOWNSTREAM_KERNEL_VERSION: '6.12.62\+rpt-rpi'
|
||||
# An uprev should only change the two variables above, and technically the
|
||||
# kernel version could instead be set to `.*` in the regex below, but
|
||||
# having it here documents this information well.
|
||||
RPI_DOWNSTREAM_PACKAGE_URL: 'https://github.com/raspberrypi/firmware/archive/refs/tags/$RPI_DOWNSTREAM_PACKAGE_VERSION.zip'
|
||||
RPI_DOWNSTREAM_PACKAGE_URL: 'https://people.igalia.com/jasuarez/$RPI_DOWNSTREAM_PACKAGE_VERSION.zip'
|
||||
CI_TRON_DUT_SETUP_TAGS: dt_gpu:model:$RPI_MODEL,cpu:arch:$RPI_ARCH
|
||||
CI_TRON_TFTP_ARTIFACT_CATEGORY__50_BOOTLOADER__0__PATH: '/config.txt'
|
||||
CI_TRON_TFTP_ARTIFACT_CATEGORY__50_BOOTLOADER__0__DATA: |
|
||||
|
|
@ -264,11 +264,13 @@
|
|||
- .igalia-bcm2711-vc5
|
||||
- .ci-tron-broadcom
|
||||
variables:
|
||||
CI_TRON__B2C_DISKLESS_IMAGESTORE_PLATFORM: linux/arm/v7
|
||||
RPI_ARCH: armv7l
|
||||
RPI_CONFIG_TXT_64BIT: 'arm_64bit=0'
|
||||
RPI_KERNEL: 'kernel7l'
|
||||
RPI_MODULES: 'v7l'
|
||||
# There is no available public kernel7l module, so device is
|
||||
# booted with 64-bit kernel and userland will run in 32bits.
|
||||
CI_TRON__B2C_DISKLESS_IMAGESTORE_PLATFORM: linux/arm/v8
|
||||
RPI_ARCH: aarch64
|
||||
RPI_CONFIG_TXT_64BIT: 'arm_64bit=1'
|
||||
RPI_KERNEL: 'kernel8'
|
||||
RPI_MODULES: 'v8'
|
||||
|
||||
.ci-tron-broadcom-rpi4:arm64:
|
||||
extends:
|
||||
|
|
@ -290,7 +292,7 @@
|
|||
RPI_ARCH: aarch64
|
||||
RPI_CONFIG_TXT_64BIT: 'arm_64bit=1'
|
||||
RPI_KERNEL: 'kernel_2712'
|
||||
RPI_MODULES: 'v8-16k'
|
||||
RPI_MODULES: '2712'
|
||||
|
||||
.ci-tron-v3d-traces:arm64:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue