Files
u-boot/test/hooks/py/travis-ci/u_boot_boardenv_malta_qemu.py
Daniel Schwierzeck 8ae71d6c1e hooks: travis-ci: Add configs for malta{64,el,64el}_qemu targets
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>
2025-05-28 10:43:08 +01:00

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)