Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/fsp/
Dfsp_support.c23 static bool compare_guid(const struct efi_guid *guid1, in compare_guid()
24 const struct efi_guid *guid2) in compare_guid()
26 if (memcmp(guid1, guid2, sizeof(struct efi_guid)) == 0) in compare_guid()
308 struct efi_guid *guid) in fsp_get_reserved_mem_from_guid()
337 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_FSP_GUID; in fsp_get_fsp_reserved_mem()
342 &length, (struct efi_guid *)&guid); in fsp_get_fsp_reserved_mem()
351 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_TSEG_GUID; in fsp_get_tseg_reserved_mem()
356 &length, (struct efi_guid *)&guid); in fsp_get_tseg_reserved_mem()
380 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid, in fsp_get_next_guid_hob()
399 struct efi_guid *guid) in fsp_get_guid_hob_data()
[all …]
/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_support.h109 u64 *len, struct efi_guid *guid);
152 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid,
167 struct efi_guid *guid);
Dfsp_hob.h43 struct efi_guid name;
109 struct efi_guid owner;
125 struct efi_guid name;
Dfsp_ffs.h48 struct efi_guid name;
71 struct efi_guid name;
Dfsp_fv.h83 struct efi_guid fs_guid;
131 struct efi_guid fv_name;
Dfsp_types.h11 struct efi_guid { struct
/external/u-boot/cmd/x86/
Dfsp.c105 struct efi_guid *guid = (struct efi_guid *)(hdr + 1); in do_hob()