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