diff mbox series

[U-Boot,v2,3/3] .travis.yml: test xtensa xtfpga board in QEMU

Message ID 1518046203-27747-4-git-send-email-jcmvbkbc@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series .travis.yml changes for building/testing xtensa port | expand

Commit Message

Max Filippov Feb. 7, 2018, 11:30 p.m. UTC
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>
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini Feb. 14, 2018, 4:43 p.m. UTC | #1
On Wed, Feb 07, 2018 at 03:30:03PM -0800, Max Filippov wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 8e96a269299f..2c1b11dd81d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -389,5 +389,12 @@  matrix:
           QEMU_TARGET="arm-softmmu"
           TEST_PY_ID="--id qemu"
           BUILDMAN="^zynq_zc702$"
+    - env:
+        - TEST_PY_BD="xtfpga"
+          TEST_PY_TEST_SPEC="not sleep"
+          QEMU_TARGET="xtensa-softmmu"
+          TEST_PY_ID="--id qemu"
+          BUILDMAN="^xtfpga$"
+          TOOLCHAIN="xtensa-dc233c-elf"
 
 # TODO make it perfect ;-r