Home
last modified time | relevance | path

Searched refs:image_type_id (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dpfr_update.c235 const efi_guid_t *image_type_id = &img_hdr->image_type_id; in get_image_type() local
238 if (guid_equal(image_type_id, &pfru_code_inj_guid)) in get_image_type()
241 if (guid_equal(image_type_id, &pfru_drv_update_guid)) in get_image_type()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0016-efi_loader-fix-null-pointer-exception-with-get_image.patch48 image_info[i].image_type_id = *image_type;
H A D0015-efi_firmware-add-get_image_info-for-corstone1000.patch59 + image_info[i].image_type_id = *image_type;
H A D0050-fwu-Use-metadata-v2.patch86 if (!guidcmp(&image_type_id,
/openbmc/linux/include/linux/
H A Defi.h169 efi_guid_t image_type_id; member