Skip to content

Commit

Permalink
rimage: config: add acp_6_0 toml file to support acp_6_0 build.
Browse files Browse the repository at this point in the history
Add acp_6_0 toml file to support sof-acp_6_0.ri binary build.

Signed-off-by: DINESHKUMAR <DineshKumar.Kalva@amd.com>
  • Loading branch information
DINESHKUMARK1 committed Oct 8, 2024
1 parent 7d1564f commit 4530310
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/rimage/config/acp_6_0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = [1, 0] # use simple file write

[adsp]
name = "acp_6_0"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x7F000000"
size = "0x40000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "DRAM"
base = "0xE0000000"
size = "0xE0000"
host_offset = "0x0"

0 comments on commit 4530310

Please sign in to comment.