This is mostly copied from qemu_mips configs. The generic Qemu MIPS machine is marked as deprecated by Qemu. The MIPS Malta machine should be preferred. Thus in order to be able to deprecate the qemu_mips target in U-Boot as well, all MIPS specific Qemu CI tests have to be moved to the Malta targets. The Qemu MIPS Malta machine expects all firmware images to be given in Big-Endian byte order. Thus the Malta Little-Endian variants (maltael, malta64el) needs to use 'u-boot-swap.bin' as firmware. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
6 lines
131 B
Python
6 lines
131 B
Python
import os
|
|
import travis_tftp
|
|
|
|
env__net_dhcp_server = True
|
|
env__net_tftp_readable_file = travis_tftp.file2env('u-boot', 0x81000000)
|