Merge "fix(plat/arm/sgi): disable SVE for NS to support SPM_MM builds" into integration

This commit is contained in:
Manish Pandey 2021-12-03 15:12:21 +01:00 committed by TrustedFirmware Code Review
commit 8a63739b31

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2018-2020, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2018-2021, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@ -20,6 +20,9 @@ CSS_SGI_CHIP_COUNT := 1
CSS_SGI_PLATFORM_VARIANT := 0
# Do not enable SVE
ENABLE_SVE_FOR_NS := 0
INTERCONNECT_SOURCES := ${CSS_ENT_BASE}/sgi_interconnect.c
PLAT_INCLUDES += -I${CSS_ENT_BASE}/include