From 76438b80e5689d526037fe9b80430a858f5be0ff Mon Sep 17 00:00:00 2001 From: Gatien Chevallier Date: Mon, 30 Oct 2023 14:26:35 +0100 Subject: [PATCH] ci: add STM32MP2x platforms default build Adds STM32MP2x platform default build to the CI. Signed-off-by: Gatien Chevallier Reviewed-by: Etienne Carriere --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e4563e6b0d..6c4bbc32f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,6 +139,7 @@ jobs: _make PLATFORM=stm32mp1 _make PLATFORM=stm32mp1-135F_DK if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi + _make PLATFORM=stm32mp2 _make PLATFORM=vexpress-fvp _make PLATFORM=vexpress-fvp CFG_ARM64_core=y _make PLATFORM=vexpress-fvp CFG_ARM64_core=y CFG_CORE_SEL1_SPMC=y CFG_SECURE_PARTITION=y