From f5b261db7de99dc6ba1b13e08a5eb56cec4c127b Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 29 Apr 2021 15:38:00 +0200 Subject: [PATCH] cavs: add missing macros to cAVS 1.8 PLATFORM_RESET_MHE_AT_BOOT and PLATFORM_DISABLE_L2CACHE_AT_BOOT have to be defined on cAVS 1.8 too, without them secondary cores cannot be used. Signed-off-by: Guennadi Liakhovetski --- soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h b/soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h index f5a796bb891..b01a362006e 100644 --- a/soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h +++ b/soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h @@ -10,6 +10,10 @@ #ifndef __PLATFORM_PLATFORM_H__ #define __PLATFORM_PLATFORM_H__ +#define PLATFORM_RESET_MHE_AT_BOOT 1 + +#define PLATFORM_MEM_INIT_AT_BOOT 1 + #define PLATFORM_PRIMARY_CORE_ID 0 #define MAX_CORE_COUNT 4