aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-07-16 13:38:41 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-07-26 07:58:40 +0100
commite9045157e23c0595f6d99a82a765bd0d664ed77a (patch)
tree7a64a0dc6575ef0db34762ce3c1fbab271888b5f /test-configs.yaml
parentf7f4efea4575207c1589a4a06dae202fca5f261d (diff)
test-configs.yaml: Add boards from lab-clabbe
This patch adds more boards already working in my lab. Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index 56a8591..238e59a 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -865,6 +865,11 @@ device_types:
- blacklist: *allmodconfig_filter
- blacklist: {defconfig: ['multi_v7_defconfig+CONFIG_SMP=n']}
+ sun50i-a64-bananapi-m64:
+ mach: allwinner
+ class: arm64-dtb
+ boot_method: uboot
+
sun50i_h5_libretech_all_h3_cc:
name: 'sun50i-h5-libretech-all-h3-cc'
mach: allwinner
@@ -876,18 +881,33 @@ device_types:
class: arm-dtb
boot_method: uboot
+ sun7i-a20-cubieboard2:
+ mach: allwinner
+ class: arm-dtb
+ boot_method: uboot
+
sun8i_a23_evb:
name: 'sun8i-a23-evb'
mach: allwinner
class: arm-dtb
boot_method: uboot
+ sun8i-a33-olinuxino:
+ mach: allwinner
+ class: arm-dtb
+ boot_method: uboot
+
sun8i_a83t_allwinner_h8homlet_v2:
name: 'sun8i-a83t-allwinner-h8homlet-v2'
mach: allwinner
class: arm-dtb
boot_method: uboot
+ sun8i-a83t-bananapi-m3:
+ mach: allwinner
+ class: arm-dtb
+ boot_method: uboot
+
sun8i_h2_plus_orangepi_r1:
name: 'sun8i-h2-plus-orangepi-r1'
mach: allwinner
@@ -1265,15 +1285,27 @@ test_configs:
- device_type: snow
test_plans: [boot, boot_nfs, kselftest]
+ - device_type: sun50i-a64-bananapi-m64
+ test_plans: [boot]
+
- device_type: sun50i_h5_libretech_all_h3_cc
test_plans: [boot]
- device_type: sun5i-a13-olinuxino-micro
test_plans: [boot]
+ - device_type: sun7i-a20-cubieboard2
+ test_plans: [boot]
+
- device_type: sun8i_a23_evb
test_plans: [boot]
+ - device_type: sun8i-a33-olinuxino
+ test_plans: [boot]
+
+ - device_type: sun8i-a83t-bananapi-m3
+ test_plans: [boot]
+
- device_type: sun8i_a83t_allwinner_h8homlet_v2
test_plans: [boot]