config: Add mt8188.toml

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

Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
This commit is contained in:
Tinghan Shen 2022-06-28 12:01:06 +08:00 committed by Yaochun Hung
parent 65f345a52e
commit 082b6261c9
1 changed files with 15 additions and 0 deletions

15
config/mt8188.toml Normal file
View File

@ -0,0 +1,15 @@
version = [1, 0] # parse_adsp_config_v1_0()
[adsp]
name = "mt8188"
[[adsp.mem_zone]]
type = "IRAM"
base = "0x4e100000"
size = "0x00080000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x60000000"
size = "0x00600000"
host_offset = "0x0"