Merge "stm32mp1: disable neon in sp_min" into integration

This commit is contained in:
Mark Dykes 2020-06-29 15:59:45 +00:00 committed by TrustedFirmware Code Review
commit d6296e3a9f
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ PLAT_XLAT_TABLES_DYNAMIC := 1
$(eval $(call assert_boolean,PLAT_XLAT_TABLES_DYNAMIC))
$(eval $(call add_define,PLAT_XLAT_TABLES_DYNAMIC))
ifeq ($(AARCH32_SP),sp_min)
# Disable Neon support: sp_min runtime may conflict with non-secure world
TF_CFLAGS += -mfloat-abi=soft
endif
# Not needed for Cortex-A7
WORKAROUND_CVE_2017_5715:= 0