From 04da98c87148ad468bd19c38b450b063398ec0f1 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 19 Jan 2018 10:41:29 +0800 Subject: 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 Signed-off-by: Ranjani Vaidyanathan --- plat/imx/imx8qm/platform.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plat/imx/imx8qm/platform.mk') 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 -- cgit v1.2.3