summaryrefslogtreecommitdiff
path: root/test/riscv/tinyemu@virt32_defconfig.yaml
blob: 1102f36aca2b6b96f2e02928ed37eedd997832df (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:
      TinyEMUDriver: # not yet supported by labgrid, only for interactive use
        temu_bin: temu
        config: ./Documentation/boards/riscv/barebox-virt32.cfg
        image: barebox-dt-2nd.img
      BareboxDriver:
        prompt: 'barebox@[^:]+:[^ ]+ '
        bootstring: 'commandline:'
      BareboxTestStrategy: {}
    features:
      - virtio-mmio
    runner:
      download:
        bbl32.bin: https://barebox.org/jsbarebox/bbl32.bin
images:
  barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img"
tools:
  temu: /usr/local/bin/temu
imports:
  -  ../strategy.py