summaryrefslogtreecommitdiff
path: root/plat/imx/imx8qm/platform.mk
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-01-19 10:41:29 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:33:02 +0300
commit04da98c87148ad468bd19c38b450b063398ec0f1 (patch)
tree53155242baabb2551736c72405da13f2f4eab253 /plat/imx/imx8qm/platform.mk
parent06a8c7dbdff87894dd11458225b3b43f19a2c62b (diff)
imx8qm: correct cluster/cpu power down sequence
cluster needs to be power down only after cpus inside it are all powered down, so move all of them into kill function; Enable USE_COHERENT_MEM feature to make sure no cache coherence issue and avoid cache operations in many places; Add return value for cpu kill function. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@nxp.com>
Diffstat (limited to 'plat/imx/imx8qm/platform.mk')
-rw-r--r--plat/imx/imx8qm/platform.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/imx/imx8qm/platform.mk b/plat/imx/imx8qm/platform.mk
index d12c1a45..ca3d0c1a 100644
--- a/plat/imx/imx8qm/platform.mk
+++ b/plat/imx/imx8qm/platform.mk
@@ -1,6 +1,6 @@
#
# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
-# Copyright 2017 NXP
+# Copyright 2018 NXP
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -59,7 +59,7 @@ include plat/imx/common/sci/sci_api.mk
ENABLE_PLAT_COMPAT := 0
MULTI_CONSOLE_API := 1
-USE_COHERENT_MEM := 0
+USE_COHERENT_MEM := 1
RESET_TO_BL31 := 1
ERROR_DEPRECATED := 1
A53_DISABLE_NON_TEMPORAL_HINT := 0