ci: add FIP compilation and test for STM32MP157C-EV1 board
The U-Boot binary and DT (v2024.04) are stored in a dedicated download
folder [1], use them to build the FIP binary.
This generated FIP is used to test the STM32MP157C-EV1 board.
Pass fip.bin & tf-a-stm32mp157c-ev1.stm32 through rep_bin.tar.bz2.
There are also bootfs and rootfs that will allow booting until Linux
kernel console.
The flashlayout is also updated with metadata_v2.bin file. It will
allow testing PSA_FWU_SUPPORT in the future, as TF-A now only
support version 2 of metadata.
[1] https://downloads.trustedfirmware.org/tf-a/stm32mp157c-ev1/
Signed-off-by: Arthur She <arthur.she@linaro.org>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ia768509efd1775c66832fda180a6f2bb668474d2
diff --git a/script/gen_stm32mp1_test_yaml.sh b/script/gen_stm32mp1_test_yaml.sh
index 445c9e7..c720134 100755
--- a/script/gen_stm32mp1_test_yaml.sh
+++ b/script/gen_stm32mp1_test_yaml.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
#
# Copyright (c) 2023 Arm Limited. All rights reserved.
+# Copyright (c) 2024, STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -22,7 +23,7 @@
case "$payload_type" in
sp_min_bl2)
job_name="SP_min BL2"
- rep_bin_file="tf-a-stm32mp157c-ev1.stm32"
+ rep_bin_file="rep_bin.tar.bz2"
;;
esac