2019-05-28 17:43:50 +08:00
|
|
|
/* 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
|
2020-09-25 00:10:48 +08:00
|
|
|
#define HEAP_RUNTIME_SHARED_BASE 0xBE3A0000
|
|
|
|
#define HEAP_SYSTEM_SHARED_BASE 0xBE3B0000
|