Home
last modified time | relevance | path

Searched full:platform (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/sof-3.4.0/
D.travis.yml27 # 'name:'-less jobs appear with their env, e.g.: PLATFORM=tgl
33 - &build-platform
39 ./scripts/docker-run.sh ./scripts/xtensa-build-all.sh -r $PLATFORM
40 env: PLATFORM='jsl'
42 - <<: *build-platform
43 env: PLATFORM='sue'
45 - <<: *build-platform
46 env: PLATFORM='tgl'
48 - <<: *build-platform
49 env: PLATFORM='tgl-h'
[all …]
DKconfig.sof22 Select if your platform has the reset vector
81 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 ticks
205 based on platform implementation.
/sof-3.4.0/src/include/sof/
Dplatform.h9 * \file include/sof/platform.h
10 * \brief Platform API definition
17 #include <platform/platform.h>
25 /** \addtogroup platform_api Platform API
26 * Platform API specification.
31 * APIs declared here are defined for every platform.
35 * \brief Platform specific implementation of the On Boot Complete handler.
42 * \brief Platform initialization entry, called during FW initialization.
49 * \brief Platform specific context saving routine, called during DSP suspending.
/sof-3.4.0/src/platform/
DKconfig3 menu "Platform" menu
6 prompt "Platform"
27 Select if your target platform is Tigerlake-compatible
35 Select if your target platform is Meteorlake-compatible
41 It is generic/mock configuration not tied to some specific platform.
76 Select if your target platform is imx8-compatible
93 Select if your target platform is imx8x-compatible
109 Select if your target platform is imx8m-compatible
125 Select if your target platform is imx8ulp-compatible.
137 Select if your target platform is renoir-compatible
[all …]
/sof-3.4.0/scripts/
Dxtensa-build-all.sh61 <platform>_defconfig file. Implements and saves the manual configuration
65 usage: $0 [options] platform(s)
79 IPC4 then a platform specific overlay may be used.
152 # parse platform args
154 platform=none
158 platform=$i
163 if [ "$platform" == "none" ]; then
164 echo "Error: Unknown platform specified: $arg"
170 # check target platform(s) have been passed in
173 echo "Error: No platform specified. Known platforms: " \
[all …]
Dqemu-check.sh26 usage: qemu-check.sh [ platform(s) ]
57 platform=unknown
61 platform=$sp
66 if [ "$platform" = "unknown" ]; then
67 echo "Error: Unknown platform specified: $arg"
74 for platform in "${PLATFORMS[@]}"
76 FWNAME="sof-$platform.ri"
77 PLATFORM=$platform
83 case "$platform" in
121 ROM=(-r "${SOF_BUILDS}/build_${platform}_gcc/src/arch/xtensa/rom-$platform.bin")
[all …]
Dxtensa-build-zephyr.py31 import platform as py_platform
128 """Validates positional platform arguments whether provided platform name is supported."""
133 raise argparse.ArgumentError(self, f"Unsupported platform: {value}")
166 help="""Applies --overlay <platform>/ipc4_overlay.conf
183 Noted that with fw_naming set as 'AVS', there will be output subdirectories for each platform
228 parser.add_argument("--use-platform-subdir", default = False,
230 help="""Use an output subdirectory for each platform.
253 …The option '--fw-naming AVS' has to be used with '--use-platform-subdir'. Enable '--use-platform-s…
446 commit, all platforms share the same version. So for the 1st platform,
473 def clean_staging(platform): argument
[all …]
/sof-3.4.0/src/platform/mt8186/
DCMakeLists.txt5 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)
/sof-3.4.0/src/platform/mt8188/
DCMakeLists.txt5 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)
/sof-3.4.0/tools/topology/topology2/
Dcavs-sdw.conf6 <searchdir:platform>
7 <searchdir:platform/intel>
44 PLATFORM "none"
74 # override defaults with platform-specific config
75 IncludeByKey.PLATFORM {
76 "mtl" "platform/intel/mtl.conf"
81 "[1-4]" "platform/intel/dmic-generic.conf"
90 "[3-4]" "platform/intel/hdmi-generic.conf"
95 "[1-1000]" "platform/intel/deep-buffer.conf"
99 "[1-2]" "platform/intel/sdw-amp-generic.conf"
[all …]
Dsof-hda-generic.conf6 <searchdir:platform>
7 <searchdir:platform/intel>
42 PLATFORM "none"
54 # override defaults with platform-specific config
55 IncludeByKey.PLATFORM {
56 "mtl" "platform/intel/mtl.conf"
68 "[1-4]" "platform/intel/dmic-generic.conf"
Dcavs-nocodec-bt.conf6 <searchdir:platform>
7 <searchdir:platform/intel>
55 PLATFORM "none"
58 # override defaults with platform-specific config
59 IncludeByKey.PLATFORM {
60 "tgl" "platform/intel/tgl.conf"
61 "adl" "platform/intel/tgl.conf"
62 "mtl" "platform/intel/mtl.conf"
67 "[1-4]" "platform/intel/dmic-generic.conf"
/sof-3.4.0/src/platform/mt8195/
DCMakeLists.txt5 add_local_sources(sof platform.c afe-platform.c)
6 …clude_directories(sof_options INTERFACE ${PROJECT_SOURCE_DIR}/src/platform/mt8195/include/platform)
/sof-3.4.0/src/platform/amd/renoir/include/platform/
Dplatform.h21 #include <platform/fw_scratch_mem.h>
22 #include <platform/chip_registers.h>
40 /* Platform stream capabilities */
68 /* Platform defined panic code */
86 * brief Platform specific CPU entering idle.
87 * May be power-optimized using platform specific capabilities.
100 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/amd/rembrandt/include/platform/
Dplatform.h20 #include <platform/fw_scratch_mem.h>
21 #include <platform/chip_registers.h>
39 /* Platform stream capabilities */
67 /* Platform defined panic code */
85 * brief Platform specific CPU entering idle.
86 * May be power-optimized using platform specific capabilities.
99 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/tools/topology/topology1/platform/intel/
Dintel-boards.m46 ifdef(`PLATFORM',`',`fatal_error(note: Need to define platform identifier for intel-boards)')
12 PLATFORM, `tgl', `define(`NUM_HDMI_BE_LINK', 4)',
13 PLATFORM, `adl', `define(`NUM_HDMI_BE_LINK', 4)',
14 `fatal_error(note: Unknown platform to intel-boards)')
/sof-3.4.0/.github/workflows/
Dpull-request.yml129 platform: [imx8ulp,
145 PLATFORM: ${{ matrix.platform }}
147 ./scripts/xtensa-build-all.sh -r ${PLATFORM}
167 platform: [imx8 imx8x imx8m,
184 PLATFORM: ${{ matrix.platform }}
186 ./scripts/xtensa-build-all.sh -o no-agent -r ${PLATFORM}
194 PLATFORM: ${{ matrix.platform }}
196 ../sof.git/scripts/qemu-check.sh ${PLATFORM}
/sof-3.4.0/src/platform/imx8m/include/platform/
Dplatform.h38 /* Platform stream capabilities */
60 /* Platform defined panic code */
66 * \brief Platform specific CPU entering idle.
67 * May be power-optimized using platform specific capabilities.
80 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/library/include/platform/lib/
Dpm_runtime.h9 * \file platform/library/include/platform/lib/pm_runtime.h
25 * \brief Initializes platform specific runtime power management.
31 * \brief Retrieves platform specific power management resource.
41 * \brief Releases platform specific power management resource.
/sof-3.4.0/src/platform/library/include/platform/
Dplatform.h27 * The choice depends on HW features on different platform
34 /* Platform stream capabilities */
62 * \brief Platform specific CPU entering idle.
63 * May be power-optimized using platform specific capabilities.
75 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/mt8188/include/platform/
Dplatform.h38 /* Platform stream capabilities */
62 /* Platform defined panic code */
76 * \brief Platform specific CPU entering idle.
77 * May be power-optimized using platform specific capabilities.
90 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/mt8195/include/platform/
Dplatform.h38 /* Platform stream capabilities */
62 /* Platform defined panic code */
76 * \brief Platform specific CPU entering idle.
77 * May be power-optimized using platform specific capabilities.
90 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/meteorlake/include/platform/lib/
Dpm_runtime.h9 * \file platform/tigerlake/include/platform/lib/pm_runtime.h
33 * \brief Initializes platform specific runtime power management.
39 * \brief Retrieves platform specific power management resource.
48 * \brief Releases platform specific power management resource.
/sof-3.4.0/src/platform/mt8186/include/platform/
Dplatform.h38 /* Platform stream capabilities */
62 /* Platform defined panic code */
76 * \brief Platform specific CPU entering idle.
77 * May be power-optimized using platform specific capabilities.
90 #error "This file shouldn't be included from outside of sof/platform.h"
/sof-3.4.0/src/platform/imx8/include/platform/
Dplatform.h38 /* Platform stream capabilities */
62 /* Platform defined panic code */
76 * \brief Platform specific CPU entering idle.
77 * May be power-optimized using platform specific capabilities.
90 #error "This file shouldn't be included from outside of sof/platform.h"

12345678910>>...17