]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ci: check existence of bl1 and fip in the test script
authorRaymond Mao <raymond.mao@linaro.org>
Tue, 21 Oct 2025 18:16:57 +0000 (11:16 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 4 Nov 2025 16:59:41 +0000 (10:59 -0600)
commit7a3fae6a493ba4886e3b55cc27f74fc01efa72a1
tree640b7d259404de5a0452c4ff63d8f8139e5521d0
parent5396bf30ab5f807d7e8781f058f0aef5e6fb4853
ci: check existence of bl1 and fip in the test script

Check the existence of bl1 and fip from:
1. /opt/tf-a/${board_type}_${board_ident}, if not exist, then;
2. /opt/tf-a/${board_type}

This change allows to test with TF-A with specified board ID only.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
.azure-pipelines.yml
.gitlab-ci.yml