mirror of https://github.com/thesofproject/sof.git
config: add vangogh toml file to support vangogh build
Add vangogh toml file to support sof-vangogh.ri binary build Signed-off-by: SaiSurya, Ch <saisurya.chakkaveeravenkatanaga@amd.com>
This commit is contained in:
parent
089157d461
commit
48777207f5
|
@ -0,0 +1,15 @@
|
|||
version = [1, 0] # use simple file write
|
||||
|
||||
[adsp]
|
||||
name = "vangogh"
|
||||
|
||||
[[adsp.mem_zone]]
|
||||
type = "IRAM"
|
||||
base = "0x20000000"
|
||||
size = "0x40000"
|
||||
host_offset = "0x0"
|
||||
[[adsp.mem_zone]]
|
||||
type = "DRAM"
|
||||
base = "0xE0000000"
|
||||
size = "0x100000"
|
||||
host_offset = "0x0"
|
Loading…
Reference in New Issue