summaryrefslogtreecommitdiff
path: root/test/x86/pc@efi_defconfig.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/x86/pc@efi_defconfig.yaml')
-rw-r--r--test/x86/pc@efi_defconfig.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/x86/pc@efi_defconfig.yaml b/test/x86/pc@efi_defconfig.yaml
new file mode 100644
index 0000000000..280f5dcee9
--- /dev/null
+++ b/test/x86/pc@efi_defconfig.yaml
@@ -0,0 +1,31 @@
+targets:
+ main:
+ drivers:
+ QEMUDriver:
+ qemu_bin: qemu
+ machine: pc
+ cpu: Nehalem
+ memory: 1024M
+ kernel: barebox.efi
+ bios: OVMF.fd
+ extra_args: ''
+ BareboxDriver:
+ prompt: 'barebox@[^:]+:[^ ]+ '
+ bootstring: 'commandline:'
+ BareboxTestStrategy: {}
+ features:
+ - pci
+ runner:
+ tuxmake_arch: x86_64
+ kconfig_add:
+ - CONFIG_DRIVER_SERIAL_NS16550=y
+ - CONFIG_CONSOLE_ACTIVATE_FIRST=y # avoid duplicate output
+ download:
+ OVMF.fd: /usr/share/qemu/OVMF.fd
+images:
+ barebox.efi: !template "$LG_BUILDDIR/barebox.efi"
+ OVMF.fd: !template "$LG_BUILDDIR/OVMF.fd"
+tools:
+ qemu: /usr/bin/qemu-system-x86_64
+imports:
+ - ../strategy.py