config: merge icl and jsl toml file

ICL and JSL is same DSP with differnt HW config.
They can share same toml file

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2020-12-04 04:05:58 +00:00 committed by Liam Girdwood
parent 7b7c192e70
commit 2e29db4523
1 changed files with 1 additions and 54 deletions

View File

@ -1,54 +0,0 @@
version = [1, 8]
[adsp]
name = "jsl"
machine_id = 9
image_size = "0x100000"
[[adsp.mem_zone]]
type = "ROM"
base = "0xBEFE0000"
size = "0x00002000"
[[adsp.mem_zone]]
type = "IMR"
base = "0xB0038000"
size = "0x100000"
[[adsp.mem_zone]]
type = "SRAM"
base = "0xBE040000"
size = "0x100000"
[cse]
partition_name = "ADSP"
[[cse.entry]]
name = "ADSP.man"
offset = "0x58"
length = "0x378"
[[cse.entry]]
name = "cavs0015.met"
offset = "0x400"
length = "0x60"
[[cse.entry]]
name = "cavs0015"
offset = "0x480"
length = "0x0" # calculated by rimage
[css]
[signed_pkg]
name = "ADSP"
[[signed_pkg.module]]
name = "cavs0015.met"
[partition_info]
name = "ADSP"
[[partition_info.module]]
name = "cavs0015.met"
[adsp_file]
[[adsp_file.comp]]
base_offset = "0x2000"
[fw_desc.header]
name = "ADSPFW"
load_offset = "0x30000"

1
config/jsl.toml Symbolic link
View File

@ -0,0 +1 @@
icl.toml