Skip to content

Commit 9a9d34b

Browse files
andrew-mtklgirdwood
authored andcommitted
config: Add mt8365.toml
Add mt8365.toml to support sof-mt8365.ri binary build. Signed-off-by: Andrew Perepech <andrew.perepech@mediatek.com>
1 parent 0d777cb commit 9a9d34b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

tools/rimage/config/mt8365.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version = [1, 0] # use simple file write
2+
3+
[adsp]
4+
name = "mt8365"
5+
6+
[[adsp.mem_zone]]
7+
type = "IRAM"
8+
base = "0x40020000"
9+
size = "0x00040000"
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)