Lines Matching +full:version +full:- +full:minor
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
16 * Firmware boot and version
22 * Firmware boot info flag bits (64-bit)
40 #define SOF_FW_VER(MAJOR, MINOR, PATCH) ((uint32_t)( \ argument
41 ((MAJOR) << 24) | ((MINOR) << 12) | (PATCH)))
43 /* FW version - SOF_IPC_GLB_VERSION */
47 uint16_t minor; member
61 /* FW ready Message - sent by firmware when boot has completed */
68 struct sof_ipc_fw_version version; member
98 uint32_t id; /**< platform specific - used to map to host memory */
99 uint32_t flags; /**< R, W, RW, etc - to define */
115 uint32_t minor; member
122 uint8_t optim[4]; /* null terminated compiler -O flag value */
137 /* extended data: user abi version(s) */