summaryrefslogtreecommitdiff
path: root/test/arm/a9@vexpress_defconfig.yaml
blob: fefee153cf91ae44130e2a68b3a685f1d3991e38 (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-a9
        cpu: cortex-a9
        memory: 1024M
        bios: barebox-vexpress-ca9.img
        extra_args: ''
      BareboxDriver:
        prompt: 'barebox@[^:]+:[^ ]+ '
        bootstring: 'commandline:'
      BareboxTestStrategy: {}
images:
  barebox-vexpress-ca9.img: !template "$LG_BUILDDIR/images/barebox-vexpress-ca9.img"
tools:
  qemu: /usr/bin/qemu-system-arm
imports:
  -  ../strategy.py