zephyr/soc/xtensa/intel_adsp
Marc Herbert 9a1c5ec78e soc/intel_adsp: cavs-link.ld: add *(.trace_ctx) sections
The CAVS linker scripts in Zephyr and "plain" (XTOS) SOF seem to share
the same origin and they mostly duplicate each other so they naturally
keep diverging from each other. This commit catches up with the SOF
commit ef43899c580f (thesofproject/sof/pull/2996) which added
the *(.trace_ctx) sections as part of the runtime log filtering
implementation (feature request thesofproject/sof/issues/2172)

Paraphrasing that commit, the goal is to create at link time a C-like
array by regrouping scattered trace contexts so they can be iterated on.

Together with some other changes in SOF, these 3 additional lines are
enough change in Zephyr to fix SOF bug thesofproject/sof/issues/5032

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2021-12-16 09:40:39 -06:00
..
cavs_v15 soc/intel_adsp_cavs15: Use new IDC driver 2021-12-07 12:09:02 -05:00
cavs_v18 soc/intel_adsp_cavs18: Use new IDC driver 2021-12-07 12:09:02 -05:00
cavs_v20 soc/intel_adsp_cavs20: Use new IDC driver 2021-12-07 12:09:02 -05:00
cavs_v25 Revert "soc: cavs_v25: increase core count default to 4" 2021-12-13 19:31:45 -05:00
common soc/intel_adsp: cavs-link.ld: add *(.trace_ctx) sections 2021-12-16 09:40:39 -06:00
CMakeLists.txt
Kconfig soc/intel_adsp: Unify boot loader memory layout 2021-11-23 13:23:54 -05:00
Kconfig.defconfig
Kconfig.soc