/sof-3.4.0/src/include/kernel/ |
D | abi.h | 14 * MAJOR.MINOR.PATCH version number. See https://semver.org/ 16 * Rules for incrementing or changing version :- 18 * 1) Increment MAJOR version if you make incompatible API changes. MINOR and 21 * 2) Increment MINOR version if you add backwards compatible features or 24 * 3) Increment PATCH version if you add backwards compatible bug fixes. 30 /** \brief SOF ABI version major, minor and patch numbers */ 35 /** \brief SOF ABI version number. Format within 32bit word is MMmmmppp */ 48 #define SOF_ABI_VERSION_MAJOR(version) \ argument 49 (((version) >> SOF_ABI_MAJOR_SHIFT) & SOF_ABI_MAJOR_MASK) 50 #define SOF_ABI_VERSION_MINOR(version) \ argument [all …]
|
D | ext_manifest.h | 16 * compilation time - for example firmware version or used compiler. 27 * can be easily skipped by device with older version of this header. 55 /* check extended manifest version consistency */ 60 /* used extended manifest header version */ 116 /* FW version */ 120 struct sof_ipc_fw_version version; member
|
D | header.h | 41 uint32_t abi; /**< SOF ABI version. */ 42 /**< The version is valid in scope of the 'magic', */ 43 /**< IPC3 and IPC4 ABI version numbers have no relationship. */
|
/sof-3.4.0/smex/ |
D | ldc.c | 29 memcpy(&header->version, in fw_version_copy() 30 &((struct sof_ipc_fw_ready *)buffer)->version, in fw_version_copy() 31 sizeof(header->version)); in fw_version_copy() 35 * ABI version. in fw_version_copy() 37 fprintf(stdout, "fw abi main version:\t%d.%d.%d\n", in fw_version_copy() 38 SOF_ABI_VERSION_MAJOR(header->version.abi_version), in fw_version_copy() 39 SOF_ABI_VERSION_MINOR(header->version.abi_version), in fw_version_copy() 40 SOF_ABI_VERSION_PATCH(header->version.abi_version)); in fw_version_copy() 42 /* let's find dbg abi version, which the log client in fw_version_copy() 55 header->version.abi_version = in fw_version_copy() [all …]
|
/sof-3.4.0/src/ipc/ |
D | Kconfig | 3 menu "IPC Major Version" 6 prompt "IPC Major Version" 10 bool "IPC Major Version 3" 12 This is the default IPC version used on most SOF based devices. 16 bool "IPC Major Version 4" 18 This is an IPC version used by certain middleware on some IOT
|
/sof-3.4.0/scripts/cmake/ |
D | dist.cmake | 5 # Warning: a ".tarball-version" at the top of the source directory takes 7 # the build "more deterministic". See GIT_TAG in version.cmake. 17 # .tarball-version in the top build directory for git users' convenience 21 # ${TAR_BASENAME}/.tarball-version for the release tarball 30 Warning: you must invoke make/ninja 'rebuild_cache' when the version changes, 'clean' is not enough.
|
D | version.cmake | 3 # Generates header for which version is taken from (in order of precedence): 4 # 1) .tarball-version file 7 # Version is checked during configuration step and for every target 10 cmake_minimum_required(VERSION 3.13) 12 set(VERSION_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/version.cmake) 18 # - git version of the pull request 19 # - git version of the moving branch it's being merged with 24 message(STATUS "SOF version.cmake starting at ${build_start_time} UTC") 44 set(TARBALL_VERSION_FILE_NAME ".tarball-version") 116 # calculate hash of each listed files (from file version saved in file system) [all …]
|
D | version-build-counter.cmake | 5 cmake_minimum_required(VERSION 3.13) 7 set(VERSION_BUILD_COUNTER_CMAKE_PATH ${CMAKE_CURRENT_LIST_DIR}/version-build-counter.cmake)
|
/sof-3.4.0/tools/topology/topology2/ |
D | CMakeLists.txt | 4 # Check alsatplg version and build topology2 if alsatplg version is 6 execute_process(COMMAND alsatplg --version RESULT_VARIABLE STATUS OUTPUT_VARIABLE ALSA_VERSION OUTP… 14 message(WARNING "topology2 will be skipped. Minimum required version for alsatplg: 1.2.7")
|
/sof-3.4.0/src/include/sof/audio/dts/ |
D | DtsSofInterfaceVersion.h | 20 /** Version information for the library. 27 /** Major version number. 30 /** Minor version number.
|
/sof-3.4.0/ |
D | CMakeLists.txt | 3 cmake_minimum_required(VERSION 3.13) 42 # for example in standalone scripts like version.cmake 77 # get compiler name and version 79 COMMAND ${CMAKE_C_COMPILER} --version 87 message(WARNING "Couldn't get compiler version") 99 include(scripts/cmake/version.cmake)
|
/sof-3.4.0/src/include/ipc/ |
D | info.h | 24 * Firmware boot and version 47 /* FW version - SOF_IPC_GLB_VERSION */ 72 struct sof_ipc_fw_version version; member 116 /* extended data, compiler version */ 142 /* extended data: user abi version(s) */
|
/sof-3.4.0/src/arch/host/include/arch/ |
D | compiler_info.h | 10 * \brief Compiler version and name descriptor 17 /* read used compilator name and version */
|
/sof-3.4.0/tools/topology/topology2/include/dais/ |
D | ssp.conf | 114 # SSP blob version 115 DefineAttribute.version { 153 version $SSP_BLOB_VERSION
|
/sof-3.4.0/zephyr/ |
D | docker-run.sh | 7 # Tip: if you're not really sure what image version you're using, 11 # ./sof/zephyr/docker-run.sh /opt/sparse/bin/sparse --version 60 # Keep this SDK version identical to the one in
|
/sof-3.4.0/zephyr/lib/ |
D | cpu.c | 19 #include <version.h> 38 * This is an open-coded version of zephyr/kernel/smp.c in secondary_init() 74 * This is an open-coded version of zephyr/kernel/smp.c in cpu_enable_core() 174 * This is an open-coded version of zephyr/kernel/smp.c in cpu_enable_secondary_core() 223 /* TODO: use Zephyr version */ in cpu_power_down_core()
|
/sof-3.4.0/src/arch/xtensa/include/arch/ |
D | compiler_info.h | 10 * \brief Compiler version and name descriptor 20 /* read used compilator name and version */
|
/sof-3.4.0/src/include/sof/audio/asrc/ |
D | asrc_config.h | 20 /* Version for HiFi3 */ 24 /* Version for e.g. HiFi2EP */
|
/sof-3.4.0/src/include/sof/audio/igo_nr/ |
D | igo_lib.h | 55 uint32_t major_version; /* Major version */ 56 uint32_t minor_version; /* Minor version */ 57 uint32_t build_version; /* Build version */ 58 uint32_t ext_version; /* Extension version */
|
/sof-3.4.0/src/include/sof/audio/module_adapter/iadk/utilities/ |
D | array.h | 164 * Retrieves address of the array (const version). 170 * Retrieves address of the array (modifiable version). 177 * Retrieves address of end of the array (const version). 182 * Retrieves address of end of the array (modifiable version). 187 * Safe (in debug) operator to access element of the array (const version). 198 * Safe (in debug) operator to access element of the array (modifiable version). 277 * version). 302 * Safe cast of the content of the array to the specified type (const version).
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | alternate_reset_vector.S | 131 /* Core wake version: bits 0-8 (9 - bits) - core wake version must be 0x2. */ 136 /* ROM Control Version bits 24-28 (5 bits) - rom control version must be 0x1. */ 156 * To avoid that, provide a weak version of it here:
|
/sof-3.4.0/xtos/include/sof/ |
D | compiler_attributes.h | 39 * Note that Clang sets __GNUC__ == 4 so the GCC version 41 * the Clang version test.
|
/sof-3.4.0/installer/ |
D | sample-config.mk | 26 # name; for sof_versions.h see version.cmake and try sof/.tarball-version
|
/sof-3.4.0/src/arch/xtensa/hal/ |
D | syscache_asm.S | 78 mov a2, a6 // (in case future version has a return value) 88 mov a2, a6 // (in case future version has a return value) 98 mov a2, a6 // (in case future version has a return value) 108 mov a2, a6 // (in case future version has a return value)
|
/sof-3.4.0/src/arch/xtensa/xtos/ |
D | _sharedvectors.S | 2 // (default version, used when not sharing any vector) 29 version of _sharedvectors.o that may pull in shared vectors. */
|