config: Add imx8ulp.toml

Add imx8ulp toml file to support sof-imx8ulp.ri binary build.

Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
This commit is contained in:
Zhang Peng 2021-04-12 14:19:04 +08:00 committed by Daniel Baluta
parent b28b9939dc
commit 9716e10a3e
1 changed files with 21 additions and 0 deletions

21
config/imx8ulp.toml Normal file
View File

@ -0,0 +1,21 @@
version = [1, 0] # use simple file write
[adsp]
name = "imx8ulp"
machine_id = 15
[[adsp.mem_zone]]
type = "IRAM"
base = "0x21170000"
size = "0x10000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "DRAM"
base = "0x21180000"
size = "0x10000"
host_offset = "0x10000"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x1a000000"
size = "0x800000"
host_offset = "0x0"