config: lnl+mtl: fix length of ADSP.man CSE manifest

The ADSP.man contents is different for ACE_V1_5 layout
compared to CAVS_V2_5 layout. so the ADSP.man length should
be adjusted accordingly.

With this fix, sof_ri_info.py can be used to analyze
LNL and MTL firmware images created with rimage.

Closes: https://github.com/thesofproject/sof/issues/8073
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2023-08-24 19:22:29 +03:00 committed by Kai Vehmanen
parent c809af8168
commit 4fb9fe0057
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ partition_name = "ADSP"
[[cse.entry]]
name = "ADSP.man"
offset = "0x5c"
length = "0x464"
length = "0x4b8"
[[cse.entry]]
name = "ADSP.met"
offset = "0x4c0"

View File

@ -30,7 +30,7 @@ partition_name = "ADSP"
[[cse.entry]]
name = "ADSP.man"
offset = "0x5c"
length = "0x464"
length = "0x4b8"
[[cse.entry]]
name = "ADSP.met"
offset = "0x4c0"