Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 36) sorted by relevance

12

/SCP-firmware-master/module/mhu3/doc/
A Dmhu3.md2 \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 Dscmi.h86 uint32_t version; member
/SCP-firmware-master/product/synquacer/include/
A Dfwu_mdata.h62 uint32_t version; member
/SCP-firmware-master/product/morello/module/scmi_agent/include/
A Dmod_scmi_agent.h84 int (*get_protocol_version)(fwk_id_t agent_id, uint32_t *version);
/SCP-firmware-master/product/n1sdp/module/scmi_agent/include/
A Dmod_scmi_agent.h84 int (*get_protocol_version)(fwk_id_t agent_id, uint32_t *version);
/SCP-firmware-master/product/morello/module/scmi_agent/src/
A Dmod_scmi_agent.c101 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 Dmod_scmi_agent.c97 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 Dcmsis_os2_tiny4scp.c100 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 Dscmi_apcore.md31 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 DCMakeLists.txt186 # 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 Dbuild_system.md202 * __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 Dcode_style.md101 value-based version over the type-based version:
/SCP-firmware-master/
A DJenkinsfile33 * we're on a version of the Docker workflow plugin that
81 * We are on an old enough version of the Jenkins pipeline
A Dchange_log.md6 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 Duser_guide.md39 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 Dreadme.md1 SCP-firmware - version 2.11
/SCP-firmware-master/unit_test/
A Duser_guide.md195 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 Dmod_scmi_management.c76 .version = SCMI_PROTOCOL_VERSION_MANAGEMENT, in scmi_management_protocol_version_handler()
/SCP-firmware-master/product/morello/module/scmi_management/src/
A Dmod_scmi_management.c83 .version = SCMI_PROTOCOL_VERSION_MANAGEMENT, in scmi_management_protocol_version_handler()
/SCP-firmware-master/product/synquacer/module/scmi_vendor_ext/src/
A Dmod_scmi_vendor_ext.c79 .version = SCMI_PROTOCOL_VERSION_VENDOR_EXT, in scmi_vendor_ext_protocol_version_handler()
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dsynquacer_main.c427 if (metadata.version != 1 || in fwu_plat_get_boot_index()
/SCP-firmware-master/module/scmi/src/
A Dmod_scmi_base.c130 .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 Dmod_scmi_apcore.c128 .version = MOD_SCMI_PROTOCOL_VERSION_APCORE, in scmi_apcore_protocol_version_handler()
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt78 based on a very lightweight but rudimentary version of snprintf, so some fancy
/SCP-firmware-master/framework/test/
A DCMakeLists.txt20 # Get details about current source version

Completed in 220 milliseconds

12