summaryrefslogtreecommitdiff
path: root/test/arm/qemu_virt64_defconfig.yaml
blob: ed308591da5310dccf6f74d996b93855e2174c65 (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
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