Home
last modified time | relevance | path

Searched refs:sw_type (Results 1 – 17 of 17) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl2_dpe.c38 .sw_type = MBOOT_BL31_IMAGE_STRING,
48 .sw_type = MBOOT_BL32_IMAGE_STRING,
58 .sw_type = MBOOT_BL33_IMAGE_STRING,
69 .sw_type = MBOOT_HW_CONFIG_STRING,
79 .sw_type = MBOOT_NT_FW_CONFIG_STRING,
89 .sw_type = MBOOT_SCP_BL2_IMAGE_STRING,
99 .sw_type = MBOOT_SOC_FW_CONFIG_STRING,
109 .sw_type = MBOOT_TOS_FW_CONFIG_STRING,
120 .sw_type = MBOOT_SP1_STRING,
130 .sw_type = MBOOT_SP2_STRING,
[all …]
H A Dtc_bl2_measured_boot.c25 .sw_type = MBOOT_BL31_IMAGE_STRING,
32 .sw_type = MBOOT_HW_CONFIG_STRING,
39 .sw_type = MBOOT_SOC_FW_CONFIG_STRING,
46 .sw_type = MBOOT_SCP_BL2_IMAGE_STRING,
H A Dtc_bl1_measured_boot.c25 .sw_type = MBOOT_FW_CONFIG_STRING,
32 .sw_type = MBOOT_TB_FW_CONFIG_STRING,
39 .sw_type = MBOOT_BL2_IMAGE_STRING,
H A Drse_ap_test_stubs.c23 const uint8_t *sw_type, in tfm_measured_boot_extend_measurement() argument
35 sw_type, in tfm_measured_boot_extend_measurement()
51 uint8_t *sw_type, in tfm_measured_boot_read_measurement() argument
67 sw_type, in tfm_measured_boot_read_measurement()
H A Dtc_bl1_dpe.c28 .sw_type = MBOOT_FW_CONFIG_STRING,
38 .sw_type = MBOOT_TB_FW_CONFIG_STRING,
48 .sw_type = MBOOT_BL2_IMAGE_STRING,
/rk3399_ARM-atf/lib/psa/
H A Dmeasured_boot.c44 const uint8_t *sw_type, /* string */ in log_measurement() argument
57 INFO(" - sw_type : %s\n", sw_type); in log_measurement()
72 const uint8_t *sw_type, in rse_measured_boot_extend_measurement() argument
82 .sw_type = {0}, in rse_measured_boot_extend_measurement()
103 if (sw_type != NULL) { in rse_measured_boot_extend_measurement()
107 if (sw_type_size > 0 && sw_type[sw_type_size - 1] == '\0') { in rse_measured_boot_extend_measurement()
110 memcpy(extend_iov.sw_type, sw_type, extend_iov.sw_type_size); in rse_measured_boot_extend_measurement()
114 version, version_size, sw_type, sw_type_size, in rse_measured_boot_extend_measurement()
132 uint8_t *sw_type, in rse_measured_boot_read_measurement() argument
170 memcpy(sw_type, read_iov_out.sw_type, read_iov_out.sw_type_len); in rse_measured_boot_read_measurement()
H A Dmeasured_boot_private.h28 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
38 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_bl2_measured_boot.c27 .sw_type = MBOOT_BL31_IMAGE_STRING,
34 .sw_type = MBOOT_HW_CONFIG_STRING,
41 .sw_type = MBOOT_SOC_FW_CONFIG_STRING,
49 .sw_type = MBOOT_RMM_IMAGE_STRING,
H A Drdv3_bl1_measured_boot.c27 .sw_type = MBOOT_FW_CONFIG_STRING,
34 .sw_type = MBOOT_TB_FW_CONFIG_STRING,
41 .sw_type = MBOOT_BL2_IMAGE_STRING,
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rdaspen/
H A Drdaspen_measured_boot.c26 .sw_type = MBOOT_FW_CONFIG_STRING,
34 .sw_type = MBOOT_HW_CONFIG_STRING,
42 .sw_type = MBOOT_BL31_IMAGE_STRING,
50 .sw_type = MBOOT_BL32_IMAGE_STRING,
58 .sw_type = MBOOT_BL33_IMAGE_STRING,
/rk3399_ARM-atf/include/lib/psa/
H A Dmeasured_boot.h56 const uint8_t *sw_type,
103 uint8_t *sw_type,
/rk3399_ARM-atf/drivers/measured_boot/rse/
H A Drse_measured_boot.c57 strlen((const char *)&metadata_ptr->sw_type) + 1; in rse_measured_boot_init()
97 metadata_ptr->sw_type, in rse_mboot_measure_and_record()
H A Ddice_prot_env.c54 dice_inputs->code_descriptor = metadata->sw_type; in map_metadata_to_dice_inputs()
66 strlen((const char *)&metadata->sw_type); in dpe_init()
/rk3399_ARM-atf/include/drivers/measured_boot/rse/
H A Drse_measured_boot.h24 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
H A Ddice_prot_env.h25 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst256 const uint8_t *sw_type,
332 uint8_t sw_type[SW_TYPE_MAX_SIZE];
390 INFO: - sw_type : FW_CONFIG
405 INFO: - sw_type : TB_FW_CONFIG
421 INFO: - sw_type : BL_2
/rk3399_ARM-atf/docs/
H A Dchange-log.md7362 …- determine the size of sw_type in RSS mboot metadata ([2c8f2a9](https://review.trustedfirmware.or…