Skip to content

Commit

Permalink
config: lnl+mtl: fix length of ADSP.man CSE manifest
Browse files Browse the repository at this point in the history
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: thesofproject/sof#8073
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Aug 25, 2023
1 parent c809af8 commit 4fb9fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/lnl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/mtl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fb9fe0

Please sign in to comment.