Searched refs:efi_guid (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_support.c | 23 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 …]
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_support.h | 109 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 D | fsp_hob.h | 43 struct efi_guid name; 109 struct efi_guid owner; 125 struct efi_guid name;
|
H A D | fsp_ffs.h | 48 struct efi_guid name; 71 struct efi_guid name;
|
H A D | fsp_fv.h | 83 struct efi_guid fs_guid; 131 struct efi_guid fv_name;
|
H A D | fsp_types.h | 11 struct efi_guid { struct
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch | 43 struct efi_guid capsule_guid; 60 struct efi_guid update_image_type_id; 86 struct efi_guid cert_type;
|
H A D | 0021-platform-corstone1000-add-unique-guid-for-mps3.patch | 21 struct efi_guid full_capsule_image_guid = {
|
/openbmc/u-boot/cmd/x86/ |
H A D | fsp.c | 105 struct efi_guid *guid = (struct efi_guid *)(hdr + 1); in do_hob()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | salinfo.c | 178 const u8 *efi_guid; member 188 return salinfo_platform_oemdata(parms->efi_guid, parms->oemdata, parms->oemdata_size); in salinfo_platform_oemdata_cpu() 523 .efi_guid = data->log_buffer + offset, in salinfo_log_write()
|
/openbmc/linux/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 445 efi_guid_t efi_guid = EFI_GUID(0x02f9af02, 0x7734, 0x4233, 0xb4, 0x3d, in tas2781_save_calibration() local 455 efi_guid = EFI_GUID(0x1f52d2a1, 0xbb3a, 0x457d, 0xbc, 0x09, in tas2781_save_calibration() 460 status = efi.get_variable(efi_name, &efi_guid, &attr, in tas2781_save_calibration() 469 status = efi.get_variable(efi_name, &efi_guid, &attr, in tas2781_save_calibration()
|
H A D | cs35l41_hda.c | 399 static efi_guid_t efi_guid = EFI_GUID(0x02f9af02, 0x7734, 0x4233, 0xb4, 0x3d, 0x93, 0xfe, in cs35l41_save_calibration() local 411 status = efi.get_variable(efi_name, &efi_guid, &attr, &data_size, data); in cs35l41_save_calibration() 419 status = efi.get_variable(efi_name, &efi_guid, &attr, &data_size, data); in cs35l41_save_calibration()
|