| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl2_dpe.c | 38 .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 D | tc_bl2_measured_boot.c | 25 .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 D | tc_bl1_measured_boot.c | 25 .sw_type = MBOOT_FW_CONFIG_STRING, 32 .sw_type = MBOOT_TB_FW_CONFIG_STRING, 39 .sw_type = MBOOT_BL2_IMAGE_STRING,
|
| H A D | rse_ap_test_stubs.c | 23 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 D | tc_bl1_dpe.c | 28 .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 D | measured_boot.c | 44 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 D | measured_boot_private.h | 28 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 D | rdv3_bl2_measured_boot.c | 27 .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 D | rdv3_bl1_measured_boot.c | 27 .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 D | rdaspen_measured_boot.c | 26 .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 D | measured_boot.h | 56 const uint8_t *sw_type, 103 uint8_t *sw_type,
|
| /rk3399_ARM-atf/drivers/measured_boot/rse/ |
| H A D | rse_measured_boot.c | 57 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 D | dice_prot_env.c | 54 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 D | rse_measured_boot.h | 24 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
|
| H A D | dice_prot_env.h | 25 uint8_t sw_type[SW_TYPE_MAX_SIZE]; member
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | rse.rst | 256 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 D | change-log.md | 7362 …- determine the size of sw_type in RSS mboot metadata ([2c8f2a9](https://review.trustedfirmware.or…
|