Skip to content

Commit

Permalink
sof: config: copy zephyr based sof image toml files to SOF repo
Browse files Browse the repository at this point in the history
This patch copies zephyr RTOS base SOF image toml
files from rimage repo to SOF repo.

Link: thesofproject#7270

Signed-off-by: Chao Song <[email protected]>
  • Loading branch information
Chao Song committed Sep 22, 2023
1 parent 08c6b79 commit a1fd717
Show file tree
Hide file tree
Showing 7 changed files with 2,178 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/imx8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = [1, 0] # use simple file write

[adsp]
name = "imx8"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x596F8000"
size = "0x800"
host_offset = "0x10000"
[[adsp.mem_zone]]
type = "DRAM"
base = "0x596E8000"
size = "0x8000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x92400000"
size = "0x800000"
host_offset = "0x0"
20 changes: 20 additions & 0 deletions config/imx8m.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = [1, 0] # use simple file write

[adsp]
name = "imx8m"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x3b6F8000"
size = "0x800"
host_offset = "0x10000"
[[adsp.mem_zone]]
type = "DRAM"
base = "0x3B6E8000"
size = "0x8000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x92400000"
size = "0x800000"
host_offset = "0x0"
20 changes: 20 additions & 0 deletions config/imx8x.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version = [1, 0] # use simple file write

[adsp]
name = "imx8x"

[[adsp.mem_zone]]
type = "IRAM"
base = "0x596F8000"
size = "0x800"
host_offset = "0x10000"
[[adsp.mem_zone]]
type = "DRAM"
base = "0x596e8000"
size = "0x8000"
host_offset = "0x0"
[[adsp.mem_zone]]
type = "SRAM"
base = "0x92400000"
size = "0x800000"
host_offset = "0x0"
Loading

0 comments on commit a1fd717

Please sign in to comment.