commit | 5a63a4bcbbfc1150c4ff17b75704c36bcf17348e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 12 07:13:24 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 13 12:01:35 2024 -0600 |
tree | 19f0c471ee7a14c2a4af07cb9d6c97adc3b517d3 | |
parent | f5285a2151241641b10b90d41e4eea59c216d36a [diff] |
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>