Skip to content

Commit 1de9ccc

Browse files
keyonjielgirdwood
authored andcommitted
config: jsl: change image_size to the real SRAM size
We have 16 bank HP and 1 bank LP SRAM on JSL, change to toml config file to reflect that. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent f52a078 commit 1de9ccc

File tree

1 file changed

+54
-1
lines changed

1 file changed

+54
-1
lines changed

config/jsl.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/jsl.toml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
version = [1, 8]
2+
3+
[adsp]
4+
name = "icl"
5+
machine_id = 9
6+
image_size = "0x110000" # (16 + 1) bank * 64KB
7+
8+
[[adsp.mem_zone]]
9+
type = "ROM"
10+
base = "0xBEFE0000"
11+
size = "0x00002000"
12+
[[adsp.mem_zone]]
13+
type = "IMR"
14+
base = "0xB0038000"
15+
size = "0x100000"
16+
[[adsp.mem_zone]]
17+
type = "SRAM"
18+
base = "0xBE040000"
19+
size = "0x100000"
20+
21+
[cse]
22+
partition_name = "ADSP"
23+
[[cse.entry]]
24+
name = "ADSP.man"
25+
offset = "0x58"
26+
length = "0x378"
27+
[[cse.entry]]
28+
name = "cavs0015.met"
29+
offset = "0x400"
30+
length = "0x60"
31+
[[cse.entry]]
32+
name = "cavs0015"
33+
offset = "0x480"
34+
length = "0x0" # calculated by rimage
35+
36+
[css]
37+
38+
[signed_pkg]
39+
name = "ADSP"
40+
[[signed_pkg.module]]
41+
name = "cavs0015.met"
42+
43+
[partition_info]
44+
name = "ADSP"
45+
[[partition_info.module]]
46+
name = "cavs0015.met"
47+
48+
[adsp_file]
49+
[[adsp_file.comp]]
50+
base_offset = "0x2000"
51+
52+
[fw_desc.header]
53+
name = "ADSPFW"
54+
load_offset = "0x30000"

0 commit comments

Comments
 (0)