You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some non-critical data and code sections that
are kept in DRAM to be accessed and executed from there
without being copyind to SRAM.
Such sections are marked as detached and linked into a separate
"cold.mod" module.
SOF marks sections between: SOF_MODULE_DRAM_LINK_START (0x00000000) to
SOF_MODULE_DRAM_LINK_END (0x080000000) but this overalps with ITCM memory
on M7 core of i.MX8MP.
Add an option to ignore marking section as detached.
Ideally in the future the dram start/end should be configured per
platform.
By default the behavior is unmodified, to enable this option
one would need to pass `-d` to rimage.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
0 commit comments