Searched refs:uuid (Results 1 – 7 of 7) sorted by relevance
/SCP-firmware-master/module/fip/src/ |
A D | mod_fip.c | 33 uint8_t *uuid) in fip_entry_type_to_uuid() argument 46 uuid, fip_uuid_desc_arr[i].uuid, FIP_UUID_ENTRY_SIZE); in fip_entry_type_to_uuid() 57 uuid, in fip_entry_type_to_uuid() 58 module_config->custom_fip_uuid_desc_arr[i].uuid, in fip_entry_type_to_uuid() 83 static bool uuid_is_null(const uint8_t *uuid) in uuid_is_null() argument 86 return uuid_cmp(uuid, uuid_null.uuid); in uuid_is_null() 132 while (!uuid_cmp(toc_entry->uuid, target_uuid)) { in fip_get_entry() 133 if (uuid_is_null(toc_entry->uuid)) in fip_get_entry()
|
/SCP-firmware-master/module/fip/include/ |
A D | mod_fip.h | 66 .image_type = MOD_FIP_TOC_ENTRY_NULL, .uuid = { \ 90 .image_type = MOD_FIP_TOC_ENTRY_SCP_BL2, .uuid = { \ 114 .image_type = MOD_FIP_TOC_ENTRY_TFA_BL31, .uuid = { \ 177 uint8_t uuid[FIP_UUID_ENTRY_SIZE]; member 197 uint8_t uuid[FIP_UUID_ENTRY_SIZE]; member
|
/SCP-firmware-master/product/morello/mcp_romfw/ |
A D | config_fip.c | 19 .uuid = { \
|
/SCP-firmware-master/product/n1sdp/mcp_romfw/ |
A D | config_fip.c | 19 .uuid = { \
|
/SCP-firmware-master/product/n1sdp/scp_ramfw/ |
A D | config_fip.c | 19 .uuid = { \
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | load_secure_fw.c | 36 uint8_t uuid[16]; member 117 if (memcmp((void *) uuid_null, (void *)toc_entry->uuid, 16) == 0) { in fw_fip_load_bl2() 121 if (memcmp((void *)uuid_bl2, (void *)toc_entry->uuid, 16) == 0) { in fw_fip_load_bl2() 243 (void *)fip_package.fip_toc_entry[BL32_TOC_ENTRY_INDEX].uuid, in fw_fip_load_arm_tf()
|
/SCP-firmware-master/ |
A D | change_log.md | 53 - fip: extend fip module to accept custom uuid through module config
|
Completed in 8 milliseconds