sof/test/cmocka
Guennadi Liakhovetski 42eccb306b component: comp_make_shared() only needs to mark the component
comp_make_shared() only makes sense and is only called in multi-core
configurations. In such configurations components are allocated from
uncached memory, from the SOF_MEM_ZONE_RUNTIME_SHARED zone. So they
are always uncached and there is no need to flush cached or relink
lists. We only need to set a flag, indicating, that this component
is used on multiple cores.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-06-13 15:23:37 +01:00
..
include math: Add power scalar and base 2 log function 2021-12-01 10:42:10 +00:00
src component: comp_make_shared() only needs to mark the component 2022-06-13 15:23:37 +01:00
CMakeLists.txt timer: Separate xtos timer API and add wrappers for Zephyr timer API 2022-03-16 12:02:29 +00:00
cmocka-host-gcc-toolchain.cmake cmocka: add support to run mocks on host architecture 2021-04-20 15:35:18 +01:00
cmocka-xtensa-gcc-toolchain.cmake cmocka: add support to build mocks on xtensa GCC 2021-04-20 15:35:18 +01:00
cmocka-xtensa-xt-toolchain.cmake cmake: xtensa: use absolute paths for tools 2019-06-05 11:38:23 +02:00
memory_mock.x.in cmocka: align to the new heap management 2021-09-10 12:07:59 +01:00