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