Commit 4d69009462accf492d6fc90dc6777c7ea77d2c1e

Authored by Max Filippov
Committed by Tom Rini
1 parent 64c26fee05

.travis.yml: test xtensa xtfpga board in QEMU

This allows running tests on emulated KC705 board with DC233C xtensa
core. It expects to find conf.xtfpga_qemu in the uboot-test-hooks.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -388,6 +388,13 @@
388 388 QEMU_TARGET="arm-softmmu"
389 389 TEST_PY_ID="--id qemu"
390 390 BUILDMAN="^zynq_zc702$"
  391 + - env:
  392 + - TEST_PY_BD="xtfpga"
  393 + TEST_PY_TEST_SPEC="not sleep"
  394 + QEMU_TARGET="xtensa-softmmu"
  395 + TEST_PY_ID="--id qemu"
  396 + BUILDMAN="^xtfpga$"
  397 + TOOLCHAIN="xtensa-dc233c-elf"
391 398  
392 399 # TODO make it perfect ;-r