]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(stm32mp1): always define PKA algos flags
authorYann Gautier <yann.gautier@foss.st.com>
Mon, 24 Apr 2023 09:44:51 +0000 (11:44 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 3 May 2023 11:32:15 +0000 (13:32 +0200)
The flags to set PKA algo are set to 0 when TRUSTED_BOARD_BOOT is not
set.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: Ib70a2bc51451a2047d7a50a8307e9063d4a2a0ee

plat/st/stm32mp1/platform.mk

index 75c23833e44361570207e6b169712b77062cd4af..55423aebb8ba628fa33b0cb249f51587082d0567 100644 (file)
@@ -73,6 +73,9 @@ $(error "DECRYPTION_SUPPORT not supported on STM32MP15")
 endif
 endif
 
+PKA_USE_NIST_P256      ?=      0
+PKA_USE_BRAINPOOL_P256T1 ?=    0
+
 ifeq ($(AARCH32_SP),sp_min)
 # Disable Neon support: sp_min runtime may conflict with non-secure world
 TF_CFLAGS              +=      -mfloat-abi=soft