Searched refs:platform (Results 1 – 25 of 124) sorted by relevance
12345
26 usage: qemu-check.sh [ platform(s) ]57 platform=unknown61 platform=$sp66 if [ "$platform" = "unknown" ]; then74 for platform in "${PLATFORMS[@]}"76 FWNAME="sof-$platform.ri"77 PLATFORM=$platform83 case "$platform" in121 ROM=(-r "${SOF_BUILDS}/build_${platform}_gcc/src/arch/xtensa/rom-$platform.bin")130 "${SOF_BUILDS}"/build_"${platform}"_gcc/src/arch/xtensa/"$FWNAME" \[all …]
61 <platform>_defconfig file. Implements and saves the manual configuration65 usage: $0 [options] platform(s)79 IPC4 then a platform specific overlay may be used.154 platform=none158 platform=$i163 if [ "$platform" == "none" ]; then195 for platform in "${PLATFORMS[@]}"201 case $platform in318 BUILD_DIR=build_${platform}_${COMPILER}
31 import platform as py_platform473 def clean_staging(platform): argument476 rmtree_if_exists(STAGING_DIR / "sof-info" / platform)481 rmtree_if_exists(sof_output_dir / platform)540 for platform in args.platforms:541 clean_staging(platform)548 for platform in args.platforms:551 sof_platform_output_dir = pathlib.Path(sof_output_dir, platform)557 _dict = dataclasses.asdict(platform_configs[platform])626 overlays.append(str(pathlib.Path(SOF_TOP, "app", "overlays", platform,[all …]
16 local platform="$1" # optional
5 add_local_sources(sof platform.c afe-platform.c)6 target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8186/include/…7 …clude_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8186/include/platform)
5 add_local_sources(sof platform.c afe-platform.c)6 target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8188/include/…7 …clude_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8188/include/platform)
5 add_local_sources(sof platform.c afe-platform.c)6 …clude_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8195/include/platform)
342 struct mtk_base_afe_platform *platform = &mtk_afe_platform; in afe_probe() local350 afe->platform_priv = platform; in afe_probe()351 afe->base = platform->base_addr; in afe_probe()352 afe->memif_32bit_supported = platform->memif_32bit_supported; in afe_probe()353 afe->memif_dl_num = platform->memif_dl_num; in afe_probe()355 afe->base_end_offset = platform->base_end_offset; in afe_probe()356 afe->adsp2afe_addr = platform->adsp2afe_addr; in afe_probe()357 afe->afe2adsp_addr = platform->afe2adsp_addr; in afe_probe()358 afe->afe_fs = platform->afe_fs; /* must be */ in afe_probe()359 afe->irq_fs = platform->irq_fs; in afe_probe()[all …]
7 ${PROJECT_SOURCE_DIR}/src/platform/library/lib/memory.c12 set(MEMORY_FILE ${PROJECT_SOURCE_DIR}/src/platform/intel/cavs/lib/memory.c)23 target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/intel/cavs/incl…
27 Select if your target platform is Tigerlake-compatible35 Select if your target platform is Meteorlake-compatible41 It is generic/mock configuration not tied to some specific platform.76 Select if your target platform is imx8-compatible93 Select if your target platform is imx8x-compatible109 Select if your target platform is imx8m-compatible125 Select if your target platform is imx8ulp-compatible.137 Select if your target platform is renoir-compatible149 Select if your target platform is rembrandt-compatible164 Select if your target platform is mt8186-compatible[all …]
28 add_local_sources(sof platform.c)30 target_include_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/intel/cavs/incl…
22 Select if your platform has the reset vector81 Select if the platform supports any interrupts of level 1.88 Select if the platform supports any interrupts of level 2.95 Select if the platform supports any interrupts of level 3.102 Select if the platform supports any interrupts of level 4.109 Select if the platform supports any interrupts of level 5.192 A basic use case is to measure number of platform & cpu clock ticks205 based on platform implementation.
14 # Include platform specific DSP configuration15 include(`platform/intel/tgl.m4')
5 add_local_sources(sof platform.c)
28 This has to be selected for i.MX NXP platform that have irqsteer.35 This has to be selected for i.MX NXP platform that do not have irqsteer.
8 platform.c
6 ifdef(`PLATFORM',`',`fatal_error(note: Need to define platform identifier for intel-boards)')14 `fatal_error(note: Unknown platform to intel-boards)')
6 include(`platform/intel/adl.m4')
5 rsource "platform/Kconfig"
13 <platform/intel/ssp_aux_config.conf>
6 <searchdir:platform>7 <searchdir:platform/intel>