aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-05-03 11:15:11 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-07-04 15:03:34 +0100
commit08dfcd218cc03b3b81ff695ddb041ff5bf1f63a6 (patch)
tree0a44b8903f42531708ca8444851513ff8678a210 /test-configs.yaml
parent0b2141cd11c4c3e9e273805c4c24143cf18980d5 (diff)
Add first ARC device: hsdk
This patchs adds support for the ARC architecture. It adds the first boards using this arch, the HSDK
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index c679d64..e2e9a1c 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -440,6 +440,11 @@ device_types:
class: arm64-dtb
boot_method: uboot
+ hsdk:
+ mach: arc
+ class: arc-dtb
+ boot_method: uboot
+
imx23_olinuxino:
name: 'imx23-olinuxino'
mach: imx
@@ -1088,6 +1093,9 @@ test_configs:
- device_type: hikey_uboot
test_plans: [boot, boot_nfs, kselftest, simple]
+ - device_type: hsdk
+ test_plans: [boot]
+
- device_type: imx23_olinuxino
test_plans: [boot, boot_nfs, kselftest, sleep]