[U-Boot] [PATCH 2/2] travis: Wire Xilinx Versal Virt platform
Michal Simek
michal.simek at xilinx.com
Thu Dec 20 08:17:10 UTC 2018
On 20. 12. 18 9:09, Bin Meng wrote:
> On Thu, Dec 20, 2018 at 3:55 PM Michal Simek <michal.simek at xilinx.com> wrote:
>>
>> Test Xilinx Versal Virt platform running on the v3.1.0 Qemu.
>>
>> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
>> ---
>>
>> Patch needs to be applied when this PR is merged.
>> https://github.com/swarren/uboot-test-hooks/pull/21
>>
>> ---
>> .travis.yml | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/.travis.yml b/.travis.yml
>> index 6e4b4ba0a34a..e14e6987e4cf 100644
>> --- a/.travis.yml
>> +++ b/.travis.yml
>> @@ -454,6 +454,14 @@ matrix:
>> QEMU_TARGET="arm-softmmu"
>> TEST_PY_ID="--id qemu"
>> BUILDMAN="^zynq_zc702$"
>> + - name: "test/py xilinx_versal_virt"
>> + env:
>> + - TEST_PY_BD="xilinx_versal_virt"
>> + TEST_PY_TEST_SPEC="not sleep"
>> + QEMU_TARGET="aarch64-softmmu"
>> + QEMU_VERSION="v3.1.0"
>> + TEST_PY_ID="--id qemu"
>> + BUILDMAN="^xilinx_versal_virt$"
>
> Can we turn on 3.1.0 for all QEMU targets?
I expected this question.
First of all I wanted to enable an option to be able to wire whatever
version. Even sha1 for not released version.
I think we can try to test v3.1.0 qemu version for all boards but I will
let Tom to decide is we can move or not.
Thanks,
Michal
More information about the U-Boot
mailing list