ci/nouveau: define a kernel and dtb, so we can fetch it from external sources

Acked-by: Emma Anholt <emma@anholt.net>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23563>
This commit is contained in:
David Heidelberg
2023-07-31 11:01:19 +03:00
committed by Marge Bot
parent aa33ca0a52
commit b23423ce2e

View File

@@ -41,6 +41,8 @@
variables:
BM_BOOTFS: /baremetal-files/jetson-tk1/
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init ip=dhcp root=/dev/nfs nfsroot=,tcp,nfsvers=4.2"
BM_DTB: tegra124-jetson-tk1
BM_KERNEL: zImage
GPU_VERSION: nouveau-gk20a
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
# some are waiting for the GPU.
@@ -55,6 +57,8 @@
variables:
BM_BOOTFS: /baremetal-files/jetson-nano/
BM_CMDLINE: "console=ttyS0,115200n8 rw nfsrootdebug init=/init nfsroot=,tcp,nfsvers=4.2"
BM_DTB: tegra210-p3450-0000
BM_KERNEL: Image
GPU_VERSION: nouveau-gm20b
# 4 CPUs, but spawn a couple extra threads to make sure they stay busy while
# some are waiting for the GPU.