Searched refs:efi_guid (Results 1 – 18 of 18) sorted by relevance
| /rk3399_ARM-atf/include/drivers/partition/ |
| H A D | partition.h | 38 struct efi_guid part_guid; 39 struct efi_guid type_guid; 50 const struct efi_guid *type_guid); 52 const struct efi_guid *part_guid);
|
| H A D | gpt.h | 20 struct efi_guid type_uuid; 21 struct efi_guid unique_uuid; 38 struct efi_guid disk_uuid;
|
| H A D | efi.h | 20 return memcmp(g1, g2, sizeof(struct efi_guid)); in guidcmp() 25 return memcpy(dst, src, sizeof(struct efi_guid)); in guidcpy()
|
| /rk3399_ARM-atf/plat/st/common/include/ |
| H A D | stm32mp_io_storage.h | 21 #define STM32MP_NOR_FIP_A_GUID (const struct efi_guid)EFI_GUID(0x4fd84c93, \ 26 #define STM32MP_NOR_FIP_B_GUID (const struct efi_guid)EFI_GUID(0x09c54952, \ 33 #define STM32MP_NAND_FIP_A_GUID (const struct efi_guid)EFI_GUID(0x4fd84c93, \ 38 #define STM32MP_NAND_FIP_B_GUID (const struct efi_guid)EFI_GUID(0x09c54952, \
|
| H A D | stm32mp_fconf_getter.h | 24 struct efi_guid img_type_guid;
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | uuid.h | 61 struct efi_guid { struct 70 struct efi_guid efi_guid; argument
|
| /rk3399_ARM-atf/include/drivers/fwu/ |
| H A D | fwu_metadata.h | 23 struct efi_guid img_guid; 40 struct efi_guid img_type_guid; 43 struct efi_guid location_guid;
|
| /rk3399_ARM-atf/include/lib/hob/ |
| H A D | hob.h | 67 struct efi_guid owner; 79 struct efi_guid name; 114 struct efi_guid *guid, uint16_t data_length, void **data);
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ras/ |
| H A D | nrd_ras_sram.c | 35 struct efi_guid sram_ecc_event_guid = { 80 sizeof(struct efi_guid)); in nrd_ras_sram_intr_handler()
|
| H A D | nrd_ras_cpu.c | 28 struct efi_guid cpu_ecc_event_guid = { 177 sizeof(struct efi_guid)); in nrd_ras_cpu_intr_handler()
|
| /rk3399_ARM-atf/lib/hob/ |
| H A D | hob.c | 148 memset(&rd_hop->owner, 0, sizeof(struct efi_guid)); in create_resource_descriptor_hob() 169 struct efi_guid *guid, uint16_t data_length, void **data) in create_guid_hob() 186 memcpy(&guid_hob->name, guid, sizeof(struct efi_guid)); in create_guid_hob()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | spm_mm_svc.h | 108 struct efi_guid header_guid;
|
| /rk3399_ARM-atf/services/std_svc/spm/spm_mm/ |
| H A D | spm_mm_setup.c | 41 struct efi_guid ns_buf_guid = MM_NS_BUFFER_GUID; in build_sp_boot_hob_list() 42 struct efi_guid mmram_resv_guid = MM_PEI_MMRAM_MEMORY_RESERVE_GUID; in build_sp_boot_hob_list()
|
| H A D | spm_mm_main.c | 297 memcpy(&mm_comm_header->header_guid, &tpm_service_uuid, sizeof(struct efi_guid)); in spm_mm_tpm_start_handler()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_setup.c | 159 struct efi_guid ns_buf_guid = MM_NS_BUFFER_GUID; in build_sp_boot_hob_list() 160 struct efi_guid mmram_resv_guid = MM_PEI_MMRAM_MEMORY_RESERVE_GUID; in build_sp_boot_hob_list() 161 struct efi_guid tpm_evtlog_guid = MM_TPM_EVENT_LOG_GUID; in build_sp_boot_hob_list()
|
| /rk3399_ARM-atf/drivers/partition/ |
| H A D | partition.c | 473 const struct efi_guid *type_guid) in get_partition_entry_by_type() 490 const struct efi_guid *part_guid) in get_partition_entry_by_guid()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | bl2_io_storage.c | 546 const struct efi_guid fip_guid = STM32MP_FIP_GUID; in bl2_plat_handle_pre_image_load() 726 static void *stm32_get_image_spec(const struct efi_guid *img_type_guid) in stm32_get_image_spec()
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 9186 …- avoid redefinition of 'efi_guid' structure ([f34322c](https://review.trustedfirmware.org/plugins…
|