Skip to content

Commit 74e5044

Browse files
rimage: config: add acp_7_x toml file to support acp_7_x build
Add the rimage toml configuration file for AMD ACP 7.X to enable signing and packaging of the sof-acp_7_x.ri firmware binary. The file specifies the adsp name and memory layout required by rimage to produce a correctly formatted image for the ACP 7.X audio DSP. Signed-off-by: Sneha Voona <sneha.voona@amd.com> Co-authored-by: DineshKumar Kalva <DineshKumar.Kalva@amd.com>
1 parent b4740ff commit 74e5044

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tools/rimage/config/acp_7_x.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version = [1, 0] # use simple file write
2+
3+
[adsp]
4+
name = "acp_7_x"
5+
6+
[[adsp.mem_zone]]
7+
type = "IRAM"
8+
base = "0x7F000000"
9+
size = "0x20000"
10+
host_offset = "0x0"
11+
[[adsp.mem_zone]]
12+
type = "DRAM"
13+
base = "0xE0000000"
14+
size = "0x20000"
15+
host_offset = "0x0"
16+
[[adsp.mem_zone]]
17+
type = "SRAM"
18+
base = "0x6000C000"
19+
size = "0x274000"
20+
host_offset = "0x0"

0 commit comments

Comments
 (0)