]> git.baikalelectronics.ru Git - arm-tf.git/commit
sp_min: Avoid platform security reconfiguration
authorManish V Badarkhe <Manish.Badarkhe@arm.com>
Thu, 27 Aug 2020 12:16:21 +0000 (13:16 +0100)
committerManish V Badarkhe <Manish.Badarkhe@arm.com>
Fri, 28 Aug 2020 09:54:05 +0000 (10:54 +0100)
commitae0e09bb216b4f76cbb86e58f7a6d784efdafd73
tree9cb41e08c160a79bc2a019aed4410ba7cd58832e
parent50eee85e044a77ad59f4903a5dad91b266770a1d
sp_min: Avoid platform security reconfiguration

In the case of Juno AArch32, platform security configuration
gets done from both BL2 and SP_MIN(BL32) components when
JUNO_AARCH32_EL3_RUNTIME and RESET_TO_SP_MIN build options
are set.
Fix is provided to avoid Platform security configuration from
SP_MIN when it is already done in BL2.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I702e91dacb4cdd2d10e339ddeaea91289bef3229
plat/arm/common/sp_min/arm_sp_min_setup.c