From b23423ce2e0828db4d75a18c8691fb683a9d78b8 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Mon, 31 Jul 2023 11:01:19 +0300 Subject: [PATCH] ci/nouveau: define a kernel and dtb, so we can fetch it from external sources Acked-by: Emma Anholt Signed-off-by: David Heidelberg Part-of: --- src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml b/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml index 8e0ec18d0fa..df78e125a63 100644 --- a/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml +++ b/src/gallium/drivers/nouveau/ci/gitlab-ci-inc.yml @@ -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.