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