From 2e29db45230c52291a8399dc549eb8e7d3b46de1 Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Fri, 4 Dec 2020 04:05:58 +0000 Subject: [PATCH] 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 --- config/jsl.toml | 55 +------------------------------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) mode change 100644 => 120000 config/jsl.toml diff --git a/config/jsl.toml b/config/jsl.toml deleted file mode 100644 index 0bcb2666b..000000000 --- a/config/jsl.toml +++ /dev/null @@ -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" diff --git a/config/jsl.toml b/config/jsl.toml new file mode 120000 index 000000000..6d3aa32fe --- /dev/null +++ b/config/jsl.toml @@ -0,0 +1 @@ +icl.toml \ No newline at end of file