Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_support.c24 static bool compare_guid(const struct efi_guid *guid1, in compare_guid()
25 const struct efi_guid *guid2) in compare_guid()
27 if (memcmp(guid1, guid2, sizeof(struct efi_guid)) == 0) in compare_guid()
309 struct efi_guid *guid) in fsp_get_reserved_mem_from_guid()
338 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_FSP_GUID; in fsp_get_fsp_reserved_mem()
343 &length, (struct efi_guid *)&guid); in fsp_get_fsp_reserved_mem()
352 const struct efi_guid guid = FSP_HOB_RESOURCE_OWNER_TSEG_GUID; in fsp_get_tseg_reserved_mem()
357 &length, (struct efi_guid *)&guid); in fsp_get_tseg_reserved_mem()
381 const struct hob_header *fsp_get_next_guid_hob(const struct efi_guid *guid, in fsp_get_next_guid_hob()
400 struct efi_guid *guid) in fsp_get_guid_hob_data()
[all …]
H A Dcmd_fsp.c86 struct efi_guid *guid = (struct efi_guid *)(hdr + 1); in do_hob()
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A 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);
H A Dfsp_hob.h44 struct efi_guid name;
110 struct efi_guid owner;
126 struct efi_guid name;
H A Dfsp_ffs.h49 struct efi_guid name;
72 struct efi_guid name;
H A Dfsp_fv.h84 struct efi_guid fs_guid;
132 struct efi_guid fv_name;
H A Dfsp_types.h12 struct efi_guid { struct