summaryrefslogtreecommitdiffstats
path: root/test/mips/le@qemu-malta_defconfig.yaml
blob: 8fc8c4dae9251382ee515b547e6415881e222111 (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
25
targets:
  main:
    drivers:
      QEMUDriver:
        qemu_bin: qemu
        machine: malta
        cpu: M14Kc
        memory: 256M
        bios: barebox-qemu-malta.img.swapped
        extra_args: ''
      BareboxDriver:
        prompt: 'barebox@[^:]+:[^ ]+ '
        bootstring: 'commandline:'
      BareboxTestStrategy: {}
    features:
      - virtio-pci
    runner:
      kconfig_add:
        - CONFIG_CPU_LITTLE_ENDIAN=y
images:
  barebox-qemu-malta.img.swapped: !template "$LG_BUILDDIR/images/barebox-qemu-malta.img.swapped"
tools:
  qemu: /usr/bin/qemu-system-mipsel
imports:
  -  ../strategy.py