/SCP-firmware-master/module/mhu3/doc/ |
A D | mhu3.md | 2 \defgroup GroupMHU3 MHU Hardware version 3 driver. 4 # MHU Hardware version 3 driver 11 This is a driver module that supports MHU hardware version 3.
|
/SCP-firmware-master/module/scmi/include/internal/ |
A D | scmi.h | 86 uint32_t version; member
|
/SCP-firmware-master/product/synquacer/include/ |
A D | fwu_mdata.h | 62 uint32_t version; member
|
/SCP-firmware-master/product/morello/module/scmi_agent/include/ |
A D | mod_scmi_agent.h | 84 int (*get_protocol_version)(fwk_id_t agent_id, uint32_t *version);
|
/SCP-firmware-master/product/n1sdp/module/scmi_agent/include/ |
A D | mod_scmi_agent.h | 84 int (*get_protocol_version)(fwk_id_t agent_id, uint32_t *version);
|
/SCP-firmware-master/product/morello/module/scmi_agent/src/ |
A D | mod_scmi_agent.c | 101 static int agent_get_protocol_version(fwk_id_t agent_id, uint32_t *version) in agent_get_protocol_version() argument 112 if (version == NULL) in agent_get_protocol_version() 129 *version = *(((uint32_t *)agent_ctx->payload) + 1); in agent_get_protocol_version()
|
/SCP-firmware-master/product/n1sdp/module/scmi_agent/src/ |
A D | mod_scmi_agent.c | 97 static int agent_get_protocol_version(fwk_id_t agent_id, uint32_t *version) in agent_get_protocol_version() argument 108 if (version == NULL) in agent_get_protocol_version() 116 *version = *(((uint32_t *)agent_ctx->payload) + 1); in agent_get_protocol_version()
|
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/ |
A D | cmsis_os2_tiny4scp.c | 100 osStatus_t osKernelGetInfo(osVersion_t *version, char *id_buf, uint32_t id_size) in osKernelGetInfo() argument 102 if (version != NULL) { in osKernelGetInfo() 104 version->api = KERNEL_VERSION; in osKernelGetInfo() 105 version->kernel = KERNEL_VERSION; in osKernelGetInfo()
|
/SCP-firmware-master/module/scmi_apcore/doc/ |
A D | scmi_apcore.md | 31 On success, this command returns the version of the protocol. For this version 43 * uint32 version 44 * For this version of the specification the return value must be 0x10000
|
/SCP-firmware-master/framework/ |
A D | CMakeLists.txt | 186 # Build framework version string 188 # The framework version string uses Git to describe the current commit or tag. 190 # version defaults to `vX.Y.Z-<unknown>`.
|
/SCP-firmware-master/doc/ |
A D | build_system.md | 202 * __BUILD_VERSION_MAJOR__ - Major version number. 203 * __BUILD_VERSION_MINOR__ - Minor version number. 204 * __BUILD_VERSION_PATCH__ - Patch version number. 205 * __BUILD_VERSION_STRING__ - String version using the format 207 * __BUILD_VERSION_DESCRIBE_STRING__ - String containing version, date and git
|
A D | code_style.md | 101 value-based version over the type-based version:
|
/SCP-firmware-master/ |
A D | Jenkinsfile | 33 * we're on a version of the Docker workflow plugin that 81 * We are on an old enough version of the Jenkins pipeline
|
A D | change_log.md | 6 SCP-firmware - version 2.11 26 - Update CMSIS to newer version 5.8.0 108 SCP-firmware - version 2.10 187 SCP-firmware - version 2.9.0 277 SCP-firmware - version 2.8.0 321 - user_guide: Update prerequisite of TF-A version 364 SCP-firmware - version 2.7.0 436 SCP-firmware - version 2.6.0 501 SCP-firmware - version 2.5.0 566 SCP-firmware - version 2.4.0
|
A D | user_guide.md | 39 https://developer.arm.com/tools-and-software/embedded/arm-compiler/downloads/version-6 273 version, to do that please run: 472 - Replace `SOFTWARE/fip.bin` with your version of `fip.bin` 473 - Replace `SOFTWARE/bl1.bin` with your version of `bl1.bin` 474 - Replace `SOFTWARE/scp_bl1.bin` with your version of `scp_romfw_bypass.bin`
|
A D | readme.md | 1 SCP-firmware - version 2.11
|
/SCP-firmware-master/unit_test/ |
A D | user_guide.md | 195 version of the functions on which ```scmi_base_discover_sub_vendor_handler``` 198 For example to generate mocked version of the functions available 205 and for ```internal``` version of this file 251 ```mod_scmi_extra.h``` and its generated mock version
|
/SCP-firmware-master/product/n1sdp/module/scmi_management/src/ |
A D | mod_scmi_management.c | 76 .version = SCMI_PROTOCOL_VERSION_MANAGEMENT, in scmi_management_protocol_version_handler()
|
/SCP-firmware-master/product/morello/module/scmi_management/src/ |
A D | mod_scmi_management.c | 83 .version = SCMI_PROTOCOL_VERSION_MANAGEMENT, in scmi_management_protocol_version_handler()
|
/SCP-firmware-master/product/synquacer/module/scmi_vendor_ext/src/ |
A D | mod_scmi_vendor_ext.c | 79 .version = SCMI_PROTOCOL_VERSION_VENDOR_EXT, in scmi_vendor_ext_protocol_version_handler()
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | synquacer_main.c | 427 if (metadata.version != 1 || in fwu_plat_get_boot_index()
|
/SCP-firmware-master/module/scmi/src/ |
A D | mod_scmi_base.c | 130 .version = SCMI_PROTOCOL_VERSION_BASE, in scmi_base_protocol_version_handler() 302 .status = (int32_t)SCMI_SUCCESS, .version = FWK_BUILD_VERSION in scmi_base_discover_implementation_version_handler()
|
/SCP-firmware-master/module/scmi_apcore/src/ |
A D | mod_scmi_apcore.c | 128 .version = MOD_SCMI_PROTOCOL_VERSION_APCORE, in scmi_apcore_protocol_version_handler()
|
/SCP-firmware-master/debugger/src/cli/ |
A D | readme.txt | 78 based on a very lightweight but rudimentary version of snprintf, so some fancy
|
/SCP-firmware-master/framework/test/ |
A D | CMakeLists.txt | 20 # Get details about current source version
|