On Tue, 22 Apr 2025 13:36:56 -0600, Tom Rini wrote: > This adds the vexpress_fvp and vexpress_fvp_bloblist platforms to the > list of platforms we test via emulator in CI. In order to do this we > need to first have our container runtime have TF-A builds for the > vexpress_fvp platform, both with and without transfer list support as > well as installing "telnet" so that we can access console. In the CI > files we check for the existence of /opt/tf-a/${TEST_PY_BD} and if > found, copy bl1.bin and fip.bin to /tmp and set the variables so that we > can later run FVP to run. > > [...]
Applied to u-boot/master, thanks! [1/1] Docker, CI: Add vexpress_fvp / vexpress_fvp_bloblist support commit: d75998b476de439a05b2f7ec95d426410bcaae18 -- Tom