Home
last modified time | relevance | path

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

1234567

/arm-trusted-firmware-2.8.0/plat/amlogic/common/
A Daml_sip_svc.c17 uint32_t version; member
21 static int aml_sip_get_chip_id(uint64_t version) in aml_sip_get_chip_id() argument
26 if (version > 2) in aml_sip_get_chip_id()
31 if (version == 2) { in aml_sip_get_chip_id()
32 info->version = 2; in aml_sip_get_chip_id()
35 info->version = 1; in aml_sip_get_chip_id()
/arm-trusted-firmware-2.8.0/drivers/arm/css/scmi/
A Dscmi_common.c90 int scmi_proto_version(void *p, uint32_t proto_id, uint32_t *version) in scmi_proto_version() argument
110 SCMI_PAYLOAD_RET_VAL2(mbx_mem->payload, ret, *version); in scmi_proto_version()
159 uint32_t version; in scmi_init() local
174 ret = scmi_proto_version(ch, SCMI_PWR_DMN_PROTO_ID, &version); in scmi_init()
180 if (!is_scmi_version_compatible(SCMI_PWR_DMN_PROTO_VER, version)) { in scmi_init()
182 version, SCMI_PWR_DMN_PROTO_VER); in scmi_init()
186 VERBOSE("SCMI power domain protocol version 0x%x detected\n", version); in scmi_init()
188 ret = scmi_proto_version(ch, SCMI_SYS_PWR_PROTO_ID, &version); in scmi_init()
194 if (!is_scmi_version_compatible(SCMI_SYS_PWR_PROTO_VER, version)) { in scmi_init()
196 version, SCMI_SYS_PWR_PROTO_VER); in scmi_init()
[all …]
/arm-trusted-firmware-2.8.0/lib/psa/
A Dmeasured_boot.c41 const uint8_t *version, /* string */ in log_measurement() argument
54 INFO(" - version : %s\n", version); in log_measurement()
69 const uint8_t *version, in rss_measured_boot_extend_measurement() argument
90 {.base = version, .len = version_size}, in rss_measured_boot_extend_measurement()
102 version, version_size, sw_type, sw_type_size, in rss_measured_boot_extend_measurement()
118 const uint8_t *version, in rss_measured_boot_extend_measurement() argument
128 version, version_size, sw_type, sw_type_size, in rss_measured_boot_extend_measurement()
/arm-trusted-firmware-2.8.0/include/lib/extensions/
A Dras.h42 .version = 1, \
51 .version = 1, \
99 unsigned int version; member
154 unsigned int version; member
181 assert(info->version == ERR_HANDLER_VERSION); in ras_err_ser_probe_memmap()
190 assert(info->version == ERR_HANDLER_VERSION); in ras_err_ser_probe_sysreg()
/arm-trusted-firmware-2.8.0/plat/xilinx/versal_net/aarch64/
A Dversal_net_common.c62 uint32_t version; in board_detection() local
64 version = mmio_read_32(PMC_TAP_VERSION); in board_detection()
65 platform_id = FIELD_GET(PLATFORM_MASK, version); in board_detection()
66 platform_version = FIELD_GET(PLATFORM_VERSION_MASK, version); in board_detection()
/arm-trusted-firmware-2.8.0/tools/conventional-changelog-tf-a/templates/
A Dheader.hbs6 [{{version}}]({{> compareUrl root=@root}})
8 {{~version}}
/arm-trusted-firmware-2.8.0/
A D.versionrc.js101 "writeVersion": function (contents, version) {
102 const major = version.split(".")[0];
103 const minor = version.split(".")[1];
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/mce/
A Dmce.c136 uint64_t version; in mce_verify_firmware_version() local
150 version = nvg_get_version(); in mce_verify_firmware_version()
151 minor = (uint32_t)version; in mce_verify_firmware_version()
152 major = (uint32_t)(version >> 32); in mce_verify_firmware_version()
/arm-trusted-firmware-2.8.0/include/services/
A Drmm_core_manifest.h40 uint32_t version; /* Manifest version */ member
44 CASSERT(offsetof(rmm_manifest_t, version) == 0,
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/drivers/scp/
A Dsq_scmi.c205 uint32_t version; in scmi_ap_core_init() local
208 ret = scmi_proto_version(ch, SCMI_AP_CORE_PROTO_ID, &version); in scmi_ap_core_init()
214 if (!is_scmi_version_compatible(SCMI_AP_CORE_PROTO_VER, version)) { in scmi_ap_core_init()
216 version, SCMI_AP_CORE_PROTO_VER); in scmi_ap_core_init()
219 INFO("SCMI AP core protocol version 0x%x detected\n", version); in scmi_ap_core_init()
/arm-trusted-firmware-2.8.0/plat/arm/common/trp/
A Darm_trp_setup.c33 RMMD_GET_MANIFEST_VERSION_MAJOR(manifest->version)) { in arm_trp_process_manifest()
37 trp_boot_manifest_version = manifest->version; in arm_trp_process_manifest()
/arm-trusted-firmware-2.8.0/include/common/
A Dparam_header.h23 (_p)->h.version = (uint8_t)(_ver); \
31 ._p.h.version = (uint8_t)(_ver), \
A Dromlib.h14 int rom_lib_init(int version);
/arm-trusted-firmware-2.8.0/plat/xilinx/zynqmp/pm_service/
A Dpm_api_sys.c508 enum pm_ret_status pm_get_api_version(uint32_t *version) in pm_get_api_version() argument
752 uint32_t version; in check_api_dependency() local
762 &version, 1); in check_api_dependency()
789 *version = ATF_API_BASE_VERSION; in feature_check_atf()
796 *version = ATF_API_BASE_VERSION; in feature_check_atf()
812 uint32_t *version) in get_atf_version_for_partial_apis() argument
833 *version = ATF_API_BASE_VERSION; in get_atf_version_for_partial_apis()
836 *version = FW_API_VERSION_2; in get_atf_version_for_partial_apis()
852 uint32_t *version) in feature_check_partial() argument
908 status = feature_check_partial(api_id, version); in pm_feature_check()
[all …]
/arm-trusted-firmware-2.8.0/lib/libfdt/
A Dfdt.c69 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument
71 if (version <= 1) in fdt_header_size_()
73 else if (version <= 2) in fdt_header_size_()
75 else if (version <= 3) in fdt_header_size_()
77 else if (version <= 16) in fdt_header_size_()
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dbl2_plat_setup.c172 uint32_t version; in update_monotonic_counter() local
183 if (stm32_get_otp_value_from_idx(otp, &version) != 0) { in update_monotonic_counter()
187 if ((version + 1U) < BIT(STM32_TF_VERSION)) { in update_monotonic_counter()
191 version = BIT(STM32_TF_VERSION) - 1U; in update_monotonic_counter()
193 result = bsec_program_otp(version, otp); in update_monotonic_counter()
200 version); in update_monotonic_counter()
/arm-trusted-firmware-2.8.0/lib/optee/
A Doptee_utils.c43 uint8_t version; member
58 (header->version == 2u) && in tee_validate_header()
157 INFO(" version=0x%x\n", header->version); in parse_optee_header()
/arm-trusted-firmware-2.8.0/common/
A Dbl_common.c81 assert(image_data->h.version >= VERSION_2); in load_image()
278 extern const char version[]; in get_version()
279 return version; in get_version()
/arm-trusted-firmware-2.8.0/plat/intel/soc/common/
A Dsocfpga_sip_svc_v2.c70 uint32_t version; in intel_v2_mbox_poll_resp() local
106 version = (req_header >> INTEL_SIP_SMC_HEADER_VERSION_OFFSET) & in intel_v2_mbox_poll_resp()
117 *resp_header |= (((uint64_t)version) & in intel_v2_mbox_poll_resp()
/arm-trusted-firmware-2.8.0/bl2/
A Dbl2_image_load_v2.c40 assert(bl2_load_info->h.version >= VERSION_2); in bl2_load_images()
98 assert(bl2_to_next_bl_params->h.version >= VERSION_2); in bl2_load_images()
/arm-trusted-firmware-2.8.0/include/lib/psci/
A Dpsci_lib.h61 .h.version = (uint8_t)VERSION_1, \
70 && ((_p)->h.version == VERSION_1) \
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/include/
A Dbl33_info.h33 unsigned int version; member
/arm-trusted-firmware-2.8.0/plat/nxp/common/setup/include/
A Dplat_common.h139 uint32_t version; member
148 .version = SVR_##v, \
/arm-trusted-firmware-2.8.0/drivers/arm/css/scp/
A Dcss_pm_scmi.c367 uint32_t version; in scmi_ap_core_init() local
370 ret = scmi_proto_version(ch, SCMI_AP_CORE_PROTO_ID, &version); in scmi_ap_core_init()
376 if (!is_scmi_version_compatible(SCMI_AP_CORE_PROTO_VER, version)) { in scmi_ap_core_init()
378 version, SCMI_AP_CORE_PROTO_VER); in scmi_ap_core_init()
381 INFO("SCMI AP core protocol version 0x%x detected\n", version); in scmi_ap_core_init()
/arm-trusted-firmware-2.8.0/tools/stm32image/
A Dstm32image.c192 uint32_t version, uint32_t major, in stm32image_create_header_file() argument
272 entry, version, major, minor, in stm32image_create_header_file()
290 int version = 0; in main() local
315 version = strtol(optarg, NULL, 0); in main()
357 entry, version, major, minor, in main()

Completed in 26 milliseconds

1234567