config: tgl: fix CSE offsets for TGL

Now aligns with actual offsets.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2020-10-26 10:41:17 +00:00 committed by Liam Girdwood
parent f0fa6616ea
commit d6cf696066
1 changed files with 4 additions and 9 deletions

View File

@ -22,15 +22,15 @@ size = "0x100000"
partition_name = "ADSP"
[[cse.entry]]
name = "ADSP.man"
offset = "0x58"
length = "0x378"
offset = "0x5c"
length = "0x464"
[[cse.entry]]
name = "cavs0015.met"
offset = "0x400"
offset = "0x4c0"
length = "0x70"
[[cse.entry]]
name = "cavs0015"
offset = "0x490"
offset = "0x540"
length = "0x0" # calculated by rimage
[css]
@ -40,11 +40,6 @@ 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"