From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Ahmad Fatoum Date: Mon, 2 Mar 2020 12:03:54 +0100 Message-Id: <20200302110356.19112-5-a.fatoum@pengutronix.de> In-Reply-To: <20200302110356.19112-1-a.fatoum@pengutronix.de> References: <20200302110356.19112-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 4/6] v7a: stm32mp: enable TF-A for first stage List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Ahmad Fatoum The STM32MP uses TF-A as first stage boot loader. Configure it appropriately for use. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/platformconfig | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index e3a9b6433172..02111f2750d7 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -178,10 +178,26 @@ PTXCONF_BAREBOX_VEXPRESS=y PTXCONF_BAREBOX_ARCH_STRING="arm" # PTXCONF_BAREBOX is not set # PTXCONF_BAREBOX_MLO is not set +PTXCONF_BOOTLOADER=y # PTXCONF_GRUB is not set # PTXCONF_HOST_MXS_UTILS is not set # PTXCONF_OPTEE is not set -# PTXCONF_TF_A is not set +PTXCONF_TF_A=y +PTXCONF_TF_A_VERSION="v2.2" +PTXCONF_TF_A_MD5="bb300e5a62c911e189c80d935d497a4b" +PTXCONF_TF_A_ARCH_STRING="aarch32" +PTXCONF_TF_A_ARM_ARCH_MAJOR_7=y +# PTXCONF_TF_A_ARM_ARCH_MAJOR_8_32_BIT is not set +PTXCONF_TF_A_ARM_ARCH_MAJOR=7 +PTXCONF_TF_A_PLATFORM="stm32mp1" +PTXCONF_TF_A_EXTRA_ARGS="DTB_FILE_NAME=stm32mp157c-dk2.dtb" +PTXCONF_TF_A_ARTIFACTS="tf-a-*.stm32" + +# +# Payloads +# +# PTXCONF_TF_A_BL32_NONE is not set +PTXCONF_TF_A_BL32_SP_MIN=y # PTXCONF_U_BOOT is not set # PTXCONF_X_LOAD is not set -- 2.25.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de