[PATCH v2 1/1] gitlab: Add a StarFive VisionFive2 to the sjg lab

Simon Glass sjg at chromium.org
Tue Dec 17 00:38:53 CET 2024


I have one of these boards loaded with Ubuntu 24.10 (64-bit). Add an
entry for it so that it can be used for testing.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Rename the board to vf2
- Add a comment about what the board is

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ffcf8532944..a17c1b0a366 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -696,3 +696,9 @@ rpi:
   variables:
     ROLE: rpi
   <<: *lab_dfn
+
+# StarFive VisionFive 2
+vf2:
+  variables:
+    ROLE: vf2
+  <<: *lab_dfn
-- 
2.34.1



More information about the U-Boot mailing list