aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-09-30 15:13:00 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-10-02 09:51:05 +0100
commit7cf567a493b023660b960b5e44fbc93d036d9cc4 (patch)
tree64bc4af8f64c5c3ead9546795653a45b60f2a5d6 /test-configs.yaml
parentf8ff203bcb0fd763a985d12a2fd2b3f209cb33fa (diff)
Add first RISCV device: hifive-unleashed-a00
This patchs adds support for the RISCV architecture. It adds the first boards using this arch, the hifive-unleashed-a00. Support for LAVA is merged upstream: https://git.lavasoftware.org/lava/lava/commit/1d5097e474fac155738994926395e27f22adfc99
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index c3efa11..5bfa987 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -445,6 +445,16 @@ device_types:
class: arm64-dtb
boot_method: uboot
+ hifive-unleashed-a00:
+ mach: sifive
+ class: riscv-dtb
+ boot_method: uboot
+ filters:
+ # no console in tinyconfig
+ - blacklist:
+ defconfig: ['tinyconfig']
+ kernel: ['v4.', 'v5.1', 'v5.2']
+
hsdk:
mach: arc
class: arc-dtb
@@ -1277,6 +1287,11 @@ test_configs:
- boot
- boot-nfs
+ - device_type: hifive-unleashed-a00
+ test_plans:
+ - baseline
+ - boot
+
- device_type: hsdk
test_plans:
- baseline