Skip to content

Commit

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

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
  • Loading branch information
balakishorepati authored and lgirdwood committed May 23, 2022
1 parent 9d45332 commit 1b233f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/rmb.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = [1, 0] # use simple file write

[adsp]
name = "rmb"

[[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 1b233f6

Please sign in to comment.