Home
last modified time | relevance | path

Searched refs:efi_guid (Results 1 – 18 of 18) sorted by relevance

/rk3399_ARM-atf/include/drivers/partition/
H A Dpartition.h38 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 Dgpt.h20 struct efi_guid type_uuid;
21 struct efi_guid unique_uuid;
38 struct efi_guid disk_uuid;
H A Defi.h20 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 Dstm32mp_io_storage.h21 #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 Dstm32mp_fconf_getter.h24 struct efi_guid img_type_guid;
/rk3399_ARM-atf/include/tools_share/
H A Duuid.h61 struct efi_guid { struct
70 struct efi_guid efi_guid; argument
/rk3399_ARM-atf/include/drivers/fwu/
H A Dfwu_metadata.h23 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 Dhob.h67 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 Dnrd_ras_sram.c35 struct efi_guid sram_ecc_event_guid = {
80 sizeof(struct efi_guid)); in nrd_ras_sram_intr_handler()
H A Dnrd_ras_cpu.c28 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 Dhob.c148 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 Dspm_mm_svc.h108 struct efi_guid header_guid;
/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_setup.c41 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 Dspm_mm_main.c297 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 Dspmc_setup.c159 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 Dpartition.c473 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 Dbl2_io_storage.c546 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 Dchange-log.md9186 …- avoid redefinition of 'efi_guid' structure ([f34322c](https://review.trustedfirmware.org/plugins…