summaryrefslogtreecommitdiff
path: root/test/arm/virt@vexpress_defconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/arm/virt@vexpress_defconfig.yaml')
-rw-r--r--test/arm/virt@vexpress_defconfig.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/arm/virt@vexpress_defconfig.yaml b/test/arm/virt@vexpress_defconfig.yaml
new file mode 100644
index 0000000000..66ecf20690
--- /dev/null
+++ b/test/arm/virt@vexpress_defconfig.yaml
@@ -0,0 +1,22 @@
+targets:
+ main:
+ drivers:
+ QEMUDriver:
+ qemu_bin: qemu
+ machine: virt
+ cpu: cortex-a7
+ memory: 1024M
+ kernel: barebox-dt-2nd.img
+ extra_args: ''
+ BareboxDriver:
+ prompt: 'barebox@[^:]+:[^ ]+ '
+ bootstring: 'commandline:'
+ BareboxTestStrategy: {}
+ features:
+ - virtio-mmio
+images:
+ barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
+tools:
+ qemu: /usr/bin/qemu-system-arm
+imports:
+ - ../strategy.py