[PATCH] gitlab: Add rock3a and 5b to the sjg lab

These Radxa boards use similar Rockchip SoCs and unfortunately have a lot of secret code. Add entries for these so that they can be used for testing.
For some reason the 5b hangs (for me) with any significant amount of output (e.g. dm tree). The board currently uses this for DDR init: rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.18.bin
Signed-off-by: Simon Glass sjg@chromium.org ---
.gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d04868a04e8..1b19da28861 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -715,3 +715,13 @@ rockpro64: variables: ROLE: rockpro64 <<: *lab_dfn + +rock3a: + variables: + ROLE: rock3a + <<: *lab_dfn + +rock5b: + variables: + ROLE: rock5b + <<: *lab_dfn
participants (1)
-
Simon Glass