Skip to content

Commit

Permalink
tools/rimage/config: Add mt8196 .toml config
Browse files Browse the repository at this point in the history
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 <[email protected]>

Signed-off-by: Andy Ross <[email protected]>
  • Loading branch information
andyross authored and lgirdwood committed Jan 8, 2025
1 parent 6c7447a commit c1df459
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/rimage/config/mt8196.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = [1, 0] # use simple file write

[adsp]
name = "mt8196"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x4e100000"
size = "0x00080000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x90000000"
size = "0x00600000"
host_offset = "0x0"

0 comments on commit c1df459

Please sign in to comment.