File tree Expand file tree Collapse file tree
apollolake/include/platform
cannonlake/include/platform
suecreek/include/platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 136136#define HEAP_RT_COUNT128 32
137137#define HEAP_RT_COUNT256 64
138138#define HEAP_RT_COUNT512 32
139- #define HEAP_RT_COUNT1024 1
139+ #define HEAP_RT_COUNT1024 4
140140
141141#define L2_VECTOR_SIZE 0x1000
142142
154154#define HEAP_RUNTIME_BASE (HEAP_SYSTEM_1_BASE + HEAP_SYSTEM_1_SIZE)
155155#define HEAP_RUNTIME_SIZE \
156156 (HEAP_RT_COUNT64 * 64 + HEAP_RT_COUNT128 * 128 + \
157- HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512)
157+ HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
158+ HEAP_RT_COUNT1024 * 1024)
158159
159160#define HEAP_BUFFER_BASE (HEAP_RUNTIME_BASE + HEAP_RUNTIME_SIZE)
160161#define HEAP_BUFFER_SIZE (SOF_STACK_END - HEAP_BUFFER_BASE)
Original file line number Diff line number Diff line change 176176#define HEAP_RT_COUNT128 32
177177#define HEAP_RT_COUNT256 64
178178#define HEAP_RT_COUNT512 32
179- #define HEAP_RT_COUNT1024 1
179+ #define HEAP_RT_COUNT1024 4
180180
181181#define L2_VECTOR_SIZE 0x1000
182182
266266#define HEAP_RUNTIME_BASE (HEAP_SYSTEM_3_BASE + HEAP_SYSTEM_3_SIZE)
267267#define HEAP_RUNTIME_SIZE \
268268 (HEAP_RT_COUNT64 * 64 + HEAP_RT_COUNT128 * 128 + \
269- HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512)
269+ HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
270+ HEAP_RT_COUNT1024 * 1024)
270271
271272/* Stack configuration */
272273#define SOF_STACK_SIZE 0x2000
Original file line number Diff line number Diff line change 176176#define HEAP_RT_COUNT128 32
177177#define HEAP_RT_COUNT256 64
178178#define HEAP_RT_COUNT512 32
179- #define HEAP_RT_COUNT1024 1
179+ #define HEAP_RT_COUNT1024 4
180180
181181#define L2_VECTOR_SIZE 0x1000
182182
266266#define HEAP_RUNTIME_BASE (HEAP_SYSTEM_3_BASE + HEAP_SYSTEM_3_SIZE)
267267#define HEAP_RUNTIME_SIZE \
268268 (HEAP_RT_COUNT64 * 64 + HEAP_RT_COUNT128 * 128 + \
269- HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512)
269+ HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
270+ HEAP_RT_COUNT1024 * 1024)
270271
271272/* Stack configuration */
272273#define SOF_STACK_SIZE 0x2000
Original file line number Diff line number Diff line change 164164#define HEAP_RT_COUNT128 32
165165#define HEAP_RT_COUNT256 64
166166#define HEAP_RT_COUNT512 32
167- #define HEAP_RT_COUNT1024 1
167+ #define HEAP_RT_COUNT1024 4
168168
169169#define L2_VECTOR_SIZE 0x2000
170170
221221#define HEAP_RUNTIME_BASE (HEAP_SYSTEM_1_BASE + HEAP_SYSTEM_1_SIZE)
222222#define HEAP_RUNTIME_SIZE \
223223 (HEAP_RT_COUNT64 * 64 + HEAP_RT_COUNT128 * 128 + \
224- HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512)
224+ HEAP_RT_COUNT256 * 256 + HEAP_RT_COUNT512 * 512 + \
225+ HEAP_RT_COUNT1024 * 1024)
225226
226227/* Stack configuration */
227228#define SOF_STACK_SIZE 0x2000
You can’t perform that action at this time.
0 commit comments