]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Support testing with two board-builds
authorSimon Glass <sjg@chromium.org>
Tue, 12 Nov 2024 14:13:24 +0000 (07:13 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 18:01:35 +0000 (12:01 -0600)
commit8f2a9fa7d6e73d3ae8dfb7ee180ee62e725df610
tree19f0c471ee7a14c2a4af07cb9d6c97adc3b517d3
parent6d0ff32650afdabd01a2a4406ed5a0e374bef1e8
test: Support testing with two board-builds

The Beagleplay board uses an SoC from the TI K3 family. This has both a
Cortex-R core and a Cortex-A core and the R core needs to come up before
the A core. In both cases we have U-Boot SPL then U-Boot proper being
used.

In practice this means we need two entirely separate builds to produce
an image.

Handle this in test.py by adding more parameters.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py