Skip to content

Commit 61b8a2e

Browse files
committed
tools/rimage/config: Add mt8196 .toml config
Simple address-space-only rimage config. Really it would be nice to source the data here from Zephyr DTS instead of recapitulating numbers we already store elsewhere. Originally by Darren Ye <darren.ye@mediatek.corp-partner.google.com> Signed-off-by: Andy Ross <andyross@google.com>
1 parent 0c895bd commit 61b8a2e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tools/rimage/config/mt8196.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 = "mt8196"
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 = "0x90000000"
14+
size = "0x00600000"
15+
host_offset = "0x0"

0 commit comments

Comments
 (0)