forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sof: config: copy zephyr based sof image toml files to SOF repo
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
Showing
7 changed files
with
2,178 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Oops, something went wrong.