zephyr/submanifests
Daniel Leung f7bd449c52 modules: sof: use k_smp_cpu_custom_start for core power up
This updates the SOF to use the newly introduced
k_smp_cpu_custom_start() for secondary core power up.
This removes the need to mirror part of the SMP power up
code from Zephyr kernel into SOF tree. Also removes the need
to expose private kernel code to SOF.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-01-17 11:57:20 -05:00
..
README.txt
example.yaml.sample
optional.yaml modules: sof: use k_smp_cpu_custom_start for core power up 2024-01-17 11:57:20 -05:00

README.txt

This directory can contain additional west manifest files. Any files
in this directory will be included in the main west.yml file sorted by
filename.

See example.yaml.sample for an example.

For more details about how this works, see this part of the west
documentation:

https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directory-of-manifest-files