Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-v2.10] Revert "soc: intel_adsp: only implement FW_STATUS boot protocol for c… #78

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion soc/intel/intel_adsp/cavs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ zephyr_library_sources(
sram.c
power.c
power_down_cavs.S
boot_complete.c
)

if(CONFIG_SMP OR CONFIG_MP_MAX_NUM_CPUS GREATER 1)
Expand Down
1 change: 1 addition & 0 deletions soc/intel/intel_adsp/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ zephyr_library_sources(
boot.c
soc.c
mem_window.c
boot_complete.c
)

zephyr_library_sources_ifdef(CONFIG_ADSP_CLOCK clk.c)
Expand Down
Loading