Lines Matching +full:repo +full:- +full:path

1 # This is still WIP - Not fully validated on any platform.
19 # Appends literal with path of the source file relative to the project root
20 # It is useful if sources in given target need deterministic relative path
23 # input file name, that usually is absolute path what will cause f.e. .rodata
40 # 1. Application logic - pipeline, audio components, IPC processing, topology
41 # 2. IP drivers - SSP, DMIC, PM, IPC will transition to Zephyr directly over
42 # time and be removed from the SOF repo.
43 # 3. Platform IP - PM, init, clocks, IRQs will transition directly to Zephyr
44 # over time and be removed from SOF repo.
45 # 4. RTOS logic - scheduler, allocator, notifier - as with 2 & 3.
61 # Save path to rimage configuration files in cmake cache for later use by
64 set(RIMAGE_CONFIG_PATH ${RIMAGE_CONFIG} CACHE PATH
65 " Path to rimage board configuration files")
81 PREFIX "${PROJECT_BINARY_DIR}/sof-logger_ep"
82 BINARY_DIR "${PROJECT_BINARY_DIR}/sof-logger_ep/build"
83 BUILD_COMMAND cmake --build . --target sof-logger
122 ${SOF_IPC_PATH}/ipc-zephyr.c
131 ${SOF_DRIVERS_PATH}/intel/hda/hda-dma.c
184 …es_properties(${SOF_PLATFORM_PATH}/intel/cavs/lib/power_down.S PROPERTIES COMPILE_FLAGS -DASSEMBLY)
196 # SOF core infrastructure - runs on top of Zephyr
214 ${SOF_IPC_PATH}/ipc-zephyr.c
226 # SOF core infrastructure - runs on top of Zephyr
257 ${SOF_DRIVERS_PATH}/generic/dummy-dma.c
262 ${SOF_DRIVERS_PATH}/imx/interrupt-irqsteer.c
274 # SOF core infrastructure - runs on top of Zephyr
286 ${SOF_DRIVERS_PATH}/generic/dummy-dma.c
290 ${SOF_DRIVERS_PATH}/imx/interrupt-irqsteer.c
302 # SOF core infrastructure - runs on top of Zephyr
312 # Building for native_posix-based whole-OS host emulator
332 ${SOF_IPC_PATH}/dma-copy.c
333 ${SOF_IPC_PATH}/ipc-common.c
334 ${SOF_IPC_PATH}/ipc-helper.c
341 # SOF library - parts to transition to Zephyr over time
345 ${SOF_LIB_PATH}/cpu-clk-manager.c
356 ${SOF_AUDIO_PATH}/pipeline/pipeline-graph.c
357 ${SOF_AUDIO_PATH}/pipeline/pipeline-params.c
358 ${SOF_AUDIO_PATH}/pipeline/pipeline-schedule.c
359 ${SOF_AUDIO_PATH}/pipeline/pipeline-stream.c
360 ${SOF_AUDIO_PATH}/pipeline/pipeline-xrun.c
362 # SOF core infrastructure - runs on top of Zephyr
371 # Bridge wrapper between SOF and Zephyr APIs - Will shrink over time.
378 # Common library functions - Will be moved to Zephyr over time
400 ${SOF_AUDIO_PATH}/host-zephyr.c
404 ${SOF_AUDIO_PATH}/host-legacy.c
412 ${SOF_IPC_PATH}/ipc3/host-page-table.c
424 ${SOF_SRC_PATH}/trace/dma-trace.c
430 # Optional SOF sources - depends on Kconfig - WIP
505 ${SOF_AUDIO_PATH}/dai-zephyr.c
509 ${SOF_AUDIO_PATH}/dai-legacy.c
721 target_compile_options(SOF INTERFACE -fno-inline-functions)
725 target_compile_options(SOF INTERFACE $<$<COMPILE_LANGUAGE:C,ASM>: -std=gnu99>)
728 add_definitions(-DXCC_TOOLS_VERSION="${ZEPHYR_TOOLCHAIN_VARIANT}" -DCC_OPTIMIZE_FLAGS="${OPTIMIZATI…