summaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey960/platform.mk
diff options
context:
space:
mode:
authorDavid Cunado <david.cunado@arm.com>2017-10-31 23:19:21 +0000
committerDavid Cunado <david.cunado@arm.com>2017-11-30 17:45:23 +0000
commit3872fc2d1fc58170e0ebc87a0cc20bff6a83ef51 (patch)
tree634c4d85acffae1467eb1e1ab96e7dcd1cfd120f /plat/hisilicon/hikey960/platform.mk
parent1a853370ff8e9ff3b147297d1fc7942e7db43dd9 (diff)
downloadarm-trusted-firmware-3872fc2d1fc58170e0ebc87a0cc20bff6a83ef51.tar.gz
Do not enable SVE on pre-v8.2 platforms
Pre-v8.2 platforms such as the Juno platform does not have the Scalable Vector Extensions implemented and so the build option ENABLE_SVE is set to zero. This has a minor performance improvement with no functional impact. Change-Id: Ib072735db7a0247406f8b60e325b7e28b1e04ad1 Signed-off-by: David Cunado <david.cunado@arm.com>
Diffstat (limited to 'plat/hisilicon/hikey960/platform.mk')
-rw-r--r--plat/hisilicon/hikey960/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/hisilicon/hikey960/platform.mk b/plat/hisilicon/hikey960/platform.mk
index da7bb8254..695f0923b 100644
--- a/plat/hisilicon/hikey960/platform.mk
+++ b/plat/hisilicon/hikey960/platform.mk
@@ -20,6 +20,7 @@ endif
CRASH_CONSOLE_BASE := PL011_UART6_BASE
COLD_BOOT_SINGLE_CPU := 1
PROGRAMMABLE_RESET_ADDRESS := 1
+ENABLE_SVE_FOR_NS := 0
# Process flags
$(eval $(call add_define,HIKEY960_TSP_RAM_LOCATION_ID))