mirror of https://github.com/thesofproject/sof.git
config: Add mt8188.toml
Add mt8188.toml to support sof-mt8188.ri binary build. Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
This commit is contained in:
parent
65f345a52e
commit
082b6261c9
|
@ -0,0 +1,15 @@
|
|||
version = [1, 0] # parse_adsp_config_v1_0()
|
||||
|
||||
[adsp]
|
||||
name = "mt8188"
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "IRAM"
|
||||
base = "0x4e100000"
|
||||
size = "0x00080000"
|
||||
host_offset = "0x0"
|
||||
[[adsp.mem_zone]]
|
||||
type = "SRAM"
|
||||
base = "0x60000000"
|
||||
size = "0x00600000"
|
||||
host_offset = "0x0"
|
Loading…
Reference in New Issue