config: Add mt8186.toml

Add mt8186.toml to support sof-mt8186.ri binary build

Signed-off-by: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
This commit is contained in:
Tinghan Shen 2021-11-30 11:01:00 +08:00 committed by Liam Girdwood
parent ee5c3e1deb
commit 05be213d46
1 changed files with 15 additions and 0 deletions

15
config/mt8186.toml Normal file
View File

@ -0,0 +1,15 @@
version = [1, 0] # use simple file write
[adsp]
name = "mt8186"
[[adsp.mem_zone]]
type = "IRAM"
base = "0x4e100000"
size = "0x00100000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x60000000"
size = "0x00600000"
host_offset = "0x0"