summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platformconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-03-02 12:03:54 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-03-05 18:27:07 +0100
commitdeaccfb515e0a6f20664457b95f9ca7abd16855b (patch)
treec4ddfa5fe9e1f9cb3c90542d4000d005d64bcdab /configs/platform-v7a/platformconfig
parent6f78bb5c23ae83804d1ca562c08f447892cf19eb (diff)
downloadDistroKit-deaccfb515e0a6f20664457b95f9ca7abd16855b.tar.gz
DistroKit-deaccfb515e0a6f20664457b95f9ca7abd16855b.tar.xz
v7a: stm32mp: enable TF-A for first stage
The STM32MP uses TF-A as first stage boot loader. Configure it appropriately for use. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platformconfig')
-rw-r--r--configs/platform-v7a/platformconfig18
1 files changed, 17 insertions, 1 deletions
diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index e3a9b64..02111f2 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