mirror of https://github.com/thesofproject/sof.git
16 lines
487 B
C
16 lines
487 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
*
|
|
* Copyright(c) 2018 Intel Corporation. All rights reserved.
|
|
*
|
|
* Author: Adrian Bonislawski <adrian.bonislawski@linux.intel.com>
|
|
*/
|
|
|
|
/* Memory mock for memmap */
|
|
#define HEAP_RUNTIME_BASE 0xBE200000
|
|
#define HEAP_BUFFER_BASE 0xBE2F0000
|
|
#define HEAP_SYSTEM_0_BASE 0xBE30F000
|
|
#define HEAP_SYS_RUNTIME_0_BASE 0xBE32F000
|
|
#define SOF_CORE_S_START 0xBE390000
|
|
#define HEAP_RUNTIME_SHARED_BASE 0xBE3A0000
|
|
#define HEAP_SYSTEM_SHARED_BASE 0xBE3B0000
|