Skip to content

Commit 082b626

Browse files
tinghan-shenyaochunhung
authored andcommitted
config: Add mt8188.toml
Add mt8188.toml to support sof-mt8188.ri binary build. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
1 parent 65f345a commit 082b626

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config/mt8188.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = [1, 0] # parse_adsp_config_v1_0()
2+
3+
[adsp]
4+
name = "mt8188"
5+
6+
[[adsp.mem_zone]]
7+
type = "IRAM"
8+
base = "0x4e100000"
9+
size = "0x00080000"
10+
host_offset = "0x0"
11+
[[adsp.mem_zone]]
12+
type = "SRAM"
13+
base = "0x60000000"
14+
size = "0x00600000"
15+
host_offset = "0x0"

0 commit comments

Comments
 (0)