summaryrefslogtreecommitdiffstats
path: root/test/x86/q35@efi_defconfig.yaml
blob: 578a3654fe9bd61cd15d2c6f741f3b9a7f33d422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
targets:
  main:
    drivers:
      QEMUDriver:
        qemu_bin: qemu-system-x86_64
        machine: q35
        cpu: Nehalem
        memory: 1024M
        kernel: barebox.efi
        extra_args: '-bios OVMF.fd -global ICH9-LPC.noreboot=false'
      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
images:
  barebox.efi: !template "$LG_BUILDDIR/barebox.efi"
imports:
  -  ../strategy.py