Skip to content

Commit f5b261d

Browse files
lyakhnashif
authored andcommitted
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 <[email protected]>
1 parent e027a54 commit f5b261d

File tree

1 file changed

+4
-0
lines changed
  • soc/xtensa/intel_adsp/cavs_v18/include/soc

1 file changed

+4
-0
lines changed

soc/xtensa/intel_adsp/cavs_v18/include/soc/platform.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#ifndef __PLATFORM_PLATFORM_H__
1111
#define __PLATFORM_PLATFORM_H__
1212

13+
#define PLATFORM_RESET_MHE_AT_BOOT 1
14+
15+
#define PLATFORM_MEM_INIT_AT_BOOT 1
16+
1317
#define PLATFORM_PRIMARY_CORE_ID 0
1418

1519
#define MAX_CORE_COUNT 4

0 commit comments

Comments
 (0)