diff options
author | Tomeu Vizoso <[email protected]> | 2019-10-25 13:04:34 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-12-03 04:25:04 +0000 |
commit | c707b4d0f97925316d8423ec106ffd54119e6552 (patch) | |
tree | 40ba303e903fb37fd43e69d2baa6216a27538673 /.gitlab-ci/generate_lava.py | |
parent | 6d05e38a9619fe0fad43684f1892aaf0d0640b09 (diff) |
gitlab-ci: Test Panfrost on T720 GPUs
Now that the Mali T720 GPU is supoprted at the same level as the T760,
test it on PINE64 H64 boards.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to '.gitlab-ci/generate_lava.py')
-rwxr-xr-x | .gitlab-ci/generate_lava.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci/generate_lava.py b/.gitlab-ci/generate_lava.py index a556294fbf1..e7abd8407ad 100755 --- a/.gitlab-ci/generate_lava.py +++ b/.gitlab-ci/generate_lava.py @@ -4,6 +4,12 @@ from jinja2 import Environment, FileSystemLoader import argparse device_types = { + "sun50i-h6-pine-h64": { + "gpu_version": "panfrost-t720", + "boot_method": "u-boot", + "lava_device_type": "sun50i-h6-pine-h64", + "kernel_image_type": "type: image", + }, "rk3288-veyron-jaq": { "gpu_version": "panfrost-t760", "boot_method": "depthcharge", |