[U-BOOT TESTHOOKS][PATCH 1/1] py/travis-ci: add u_boot_boardenv_qemu_riscv64_smode_(acpi_)na.py
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Dec 10 10:58:45 CET 2025
On 12/10/25 00:07, Tom Rini wrote:
> On Wed, Dec 10, 2025 at 12:03:18AM +0100, Heinrich Schuchardt wrote:
>> Add missing boardenv files for
>>
>> * qemu-riscv64_smode_defconfig
>> * qemu-riscv64_smode_acpi_defconfig
>>
>> to enable network testing.
>>
>> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
>> ---
>> .../u_boot_boardenv_qemu_riscv64_smode_acpi_na.py | 10 ++++++++++
>> py/travis-ci/u_boot_boardenv_qemu_riscv64_smode_na.py | 10 ++++++++++
>> 2 files changed, 20 insertions(+)
>> create mode 100644 py/travis-ci/u_boot_boardenv_qemu_riscv64_smode_acpi_na.py
>> create mode 100644 py/travis-ci/u_boot_boardenv_qemu_riscv64_smode_na.py
>
> These are identical yes? So they can be symlinks. Probably to
> u_boot_boardenv_qemu_riscv64_na.py ? I forget if the file
> "py/travis-ci/u_boot_boardenv_qemu_riscv64.py" would be read by all
> iterations of qemu_riscv64.
>
Hello Tom,
My understanding is that the files are per boards. I am always irritated
by the _na suffixes. Maybe we can get rid of these. Or at least we
should document these.
I remember you being very hesitant about symlinks in git repos because
they are not supported on all file-systems to which a user might check
out at git repo (e.g. on Windows).
Best regards
Heinrich
More information about the U-Boot
mailing list