mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
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:
parent
aa33ca0a52
commit
b23423ce2e
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue