Skip to content

Commit

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

Signed-off-by: SaiSurya Ch <[email protected]>
  • Loading branch information
saisurya-ch committed Oct 10, 2023
1 parent ac487e0 commit f2246cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/acp_6_3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = [1, 0] # use simple file write

[adsp]
name = "acp_6_3"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x7F000000"
size = "0x60000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "DRAM"
base = "0xE0000000"
size = "0x20000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x60006000"
size = "0x27A000"
host_offset = "0x0"

0 comments on commit f2246cf

Please sign in to comment.