summaryrefslogtreecommitdiffstats
path: root/test/arm/virt@vexpress_defconfig.yaml
blob: 66ecf20690d1dc6afbeb61ba35958f9ae40ef2a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
targets:
  main:
    drivers:
      QEMUDriver:
        qemu_bin: qemu
        machine: virt
        cpu: cortex-a7
        memory: 1024M
        kernel: barebox-dt-2nd.img
        extra_args: ''
      BareboxDriver:
        prompt: 'barebox@[^:]+:[^ ]+ '
        bootstring: 'commandline:'
      BareboxTestStrategy: {}
    features:
      - virtio-mmio
images:
  barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
tools:
  qemu: /usr/bin/qemu-system-arm
imports:
  -  ../strategy.py